Color spaces of #af520f
RGB | 175 | 82 | 15 |
---|---|---|---|
HSL | 0.07 | 0.84 | 0.37 |
HSV | 25° | 91° | 69° |
CMYK | 0.00 | 0.53 | 0.91 0.31 |
XYZ | 20.7827 | 15.1830 | 2.2872 |
Yxy | 15.1830 | 0.5433 | 0.3969 |
Hunter Lab | 38.9654 | 27.0160 | 23.7955 |
CIE-Lab | 45.8838 | 34.4845 | 51.5125 |
#af520f color RGB value is (175,82,15).
#af520f hex color red value is 175, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #af520f hue: 0.07 , saturation: 0.84 and the lightness value of af520f is 0.37.
The process color (four color CMYK) of #af520f color hex is 0.00, 0.53, 0.91, 0.31. Web safe color of #af520f is #996600. Color #af520f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01010010 | 00001111 |
Octal | 257 | 122 | 17 |
Decimal | 175 | 82 | 15 |
Hex | AF | 52 | F |
Shades of #af520f
Tints of #af520f
RGB Percentages of Color #af520f
CMYK Percentages of Color #af520f
Complementary Color
#af520f | #0f6caf |
#af520f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af520f Color Preview on White Background
Lorem ipsum dolor sit amet.
#af520f Color CSS Codes
.mybgcolor {background-color:#af520f; } .myforecolor {color:#af520f; } .mybordercolor {border:3px solid #af520f; }
#af520f Text Font Color
<p style="color:#af520f">Text here</p>
This sample text font color is #af520f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af520f Background Color
<div style="background-color:#af520f">
Div content here</div>
This div background color is #af520f
#af520f Border Color
<div style="border:3px solid #af520f">
Div here</div>
This div border color is #af520f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,82,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af520f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af520f; -webkit-box-shadow: 1px 1px 3px 2px #af520f; box-shadow: 1px 1px 3px 2px #af520f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,82,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af520f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af520f; -webkit-box-shadow: 1px 1px 3px 2px #af520f; box-shadow: 1px 1px 3px 2px #af520f;">
Div content here</div>
This div box has shadow with color #af520f
Comments
No comments written yet.
Please login to write comment.