Color spaces of #afaa5c
RGB | 175 | 170 | 92 |
---|---|---|---|
HSL | 0.16 | 0.34 | 0.52 |
HSV | 56° | 47° | 69° |
CMYK | 0.00 | 0.03 | 0.47 0.31 |
XYZ | 33.9857 | 38.6361 | 15.7915 |
Yxy | 38.6361 | 0.3844 | 0.4370 |
Hunter Lab | 62.1579 | -11.1791 | 28.4477 |
CIE-Lab | 68.4868 | -9.2811 | 40.5875 |
#afaa5c color RGB value is (175,170,92).
#afaa5c hex color red value is 175, green value is 170 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afaa5c hue: 0.16 , saturation: 0.34 and the lightness value of afaa5c is 0.52.
The process color (four color CMYK) of #afaa5c color hex is 0.00, 0.03, 0.47, 0.31. Web safe color of #afaa5c is #999966. Color #afaa5c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101010 | 01011100 |
Octal | 257 | 252 | 134 |
Decimal | 175 | 170 | 92 |
Hex | AF | AA | 5C |
Shades of #afaa5c
Tints of #afaa5c
RGB Percentages of Color #afaa5c
CMYK Percentages of Color #afaa5c
Complementary Color
#afaa5c | #5c61af |
#afaa5c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaa5c Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaa5c Color CSS Codes
.mybgcolor {background-color:#afaa5c; } .myforecolor {color:#afaa5c; } .mybordercolor {border:3px solid #afaa5c; }
#afaa5c Text Font Color
<p style="color:#afaa5c">Text here</p>
This sample text font color is #afaa5c
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.
#afaa5c Background Color
<div style="background-color:#afaa5c">
Div content here</div>
This div background color is #afaa5c
#afaa5c Border Color
<div style="border:3px solid #afaa5c">
Div here</div>
This div border color is #afaa5c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,170,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaa5c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaa5c; -webkit-box-shadow: 1px 1px 3px 2px #afaa5c; box-shadow: 1px 1px 3px 2px #afaa5c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,170,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaa5c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaa5c; -webkit-box-shadow: 1px 1px 3px 2px #afaa5c; box-shadow: 1px 1px 3px 2px #afaa5c;">
Div content here</div>
This div box has shadow with color #afaa5c
Comments
No comments written yet.
Please login to write comment.