Color spaces of #afa851
RGB | 175 | 168 | 81 |
---|---|---|---|
HSL | 0.15 | 0.37 | 0.50 |
HSV | 56° | 54° | 69° |
CMYK | 0.00 | 0.04 | 0.54 0.31 |
XYZ | 33.1670 | 37.7133 | 13.3159 |
Yxy | 37.7133 | 0.3939 | 0.4479 |
Hunter Lab | 61.4112 | -11.0651 | 30.1318 |
CIE-Lab | 67.8088 | -9.2313 | 45.2244 |
#afa851 color RGB value is (175,168,81).
#afa851 hex color red value is 175, green value is 168 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afa851 hue: 0.15 , saturation: 0.37 and the lightness value of afa851 is 0.50.
The process color (four color CMYK) of #afa851 color hex is 0.00, 0.04, 0.54, 0.31. Web safe color of #afa851 is #999966. Color #afa851 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101000 | 01010001 |
Octal | 257 | 250 | 121 |
Decimal | 175 | 168 | 81 |
Hex | AF | A8 | 51 |
Shades of #afa851
Tints of #afa851
RGB Percentages of Color #afa851
CMYK Percentages of Color #afa851
Complementary Color
#afa851 | #5158af |
#afa851 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa851 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa851 Color CSS Codes
.mybgcolor {background-color:#afa851; } .myforecolor {color:#afa851; } .mybordercolor {border:3px solid #afa851; }
#afa851 Text Font Color
<p style="color:#afa851">Text here</p>
This sample text font color is #afa851
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.
#afa851 Background Color
<div style="background-color:#afa851">
Div content here</div>
This div background color is #afa851
#afa851 Border Color
<div style="border:3px solid #afa851">
Div here</div>
This div border color is #afa851
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,168,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa851; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa851; -webkit-box-shadow: 1px 1px 3px 2px #afa851; box-shadow: 1px 1px 3px 2px #afa851; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,168,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa851">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa851; -webkit-box-shadow: 1px 1px 3px 2px #afa851; box-shadow: 1px 1px 3px 2px #afa851;">
Div content here</div>
This div box has shadow with color #afa851
Comments
No comments written yet.
Please login to write comment.