Color spaces of #afa856
RGB | 175 | 168 | 86 |
---|---|---|---|
HSL | 0.15 | 0.36 | 0.51 |
HSV | 55° | 51° | 69° |
CMYK | 0.00 | 0.04 | 0.51 0.31 |
XYZ | 33.3615 | 37.7911 | 14.3402 |
Yxy | 37.7911 | 0.3902 | 0.4420 |
Hunter Lab | 61.4745 | -10.7104 | 29.2015 |
CIE-Lab | 67.8664 | -8.7928 | 42.8408 |
#afa856 color RGB value is (175,168,86).
#afa856 hex color red value is 175, green value is 168 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afa856 hue: 0.15 , saturation: 0.36 and the lightness value of afa856 is 0.51.
The process color (four color CMYK) of #afa856 color hex is 0.00, 0.04, 0.51, 0.31. Web safe color of #afa856 is #999966. Color #afa856 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101000 | 01010110 |
Octal | 257 | 250 | 126 |
Decimal | 175 | 168 | 86 |
Hex | AF | A8 | 56 |
Shades of #afa856
Tints of #afa856
RGB Percentages of Color #afa856
CMYK Percentages of Color #afa856
Complementary Color
#afa856 | #565daf |
#afa856 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa856 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa856 Color CSS Codes
.mybgcolor {background-color:#afa856; } .myforecolor {color:#afa856; } .mybordercolor {border:3px solid #afa856; }
#afa856 Text Font Color
<p style="color:#afa856">Text here</p>
This sample text font color is #afa856
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.
#afa856 Background Color
<div style="background-color:#afa856">
Div content here</div>
This div background color is #afa856
#afa856 Border Color
<div style="border:3px solid #afa856">
Div here</div>
This div border color is #afa856
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,168,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa856; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa856; -webkit-box-shadow: 1px 1px 3px 2px #afa856; box-shadow: 1px 1px 3px 2px #afa856; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,168,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa856">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa856; -webkit-box-shadow: 1px 1px 3px 2px #afa856; box-shadow: 1px 1px 3px 2px #afa856;">
Div content here</div>
This div box has shadow with color #afa856
Comments
No comments written yet.
Please login to write comment.