Color spaces of #afa15a
RGB | 175 | 161 | 90 |
---|---|---|---|
HSL | 0.14 | 0.35 | 0.52 |
HSV | 50° | 49° | 69° |
CMYK | 0.00 | 0.08 | 0.49 0.31 |
XYZ | 32.2695 | 35.3419 | 14.7937 |
Yxy | 35.3419 | 0.3916 | 0.4289 |
Hunter Lab | 59.4491 | -7.1444 | 26.8602 |
CIE-Lab | 66.0140 | -4.6994 | 38.5855 |
#afa15a color RGB value is (175,161,90).
#afa15a hex color red value is 175, green value is 161 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #afa15a hue: 0.14 , saturation: 0.35 and the lightness value of afa15a is 0.52.
The process color (four color CMYK) of #afa15a color hex is 0.00, 0.08, 0.49, 0.31. Web safe color of #afa15a is #999966. Color #afa15a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100001 | 01011010 |
Octal | 257 | 241 | 132 |
Decimal | 175 | 161 | 90 |
Hex | AF | A1 | 5A |
Shades of #afa15a
Tints of #afa15a
RGB Percentages of Color #afa15a
CMYK Percentages of Color #afa15a
Complementary Color
#afa15a | #5a68af |
#afa15a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa15a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa15a Color CSS Codes
.mybgcolor {background-color:#afa15a; } .myforecolor {color:#afa15a; } .mybordercolor {border:3px solid #afa15a; }
#afa15a Text Font Color
<p style="color:#afa15a">Text here</p>
This sample text font color is #afa15a
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.
#afa15a Background Color
<div style="background-color:#afa15a">
Div content here</div>
This div background color is #afa15a
#afa15a Border Color
<div style="border:3px solid #afa15a">
Div here</div>
This div border color is #afa15a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,161,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa15a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa15a; -webkit-box-shadow: 1px 1px 3px 2px #afa15a; box-shadow: 1px 1px 3px 2px #afa15a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,161,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa15a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa15a; -webkit-box-shadow: 1px 1px 3px 2px #afa15a; box-shadow: 1px 1px 3px 2px #afa15a;">
Div content here</div>
This div box has shadow with color #afa15a
Comments
No comments written yet.
Please login to write comment.