Color spaces of #afa859
RGB | 175 | 168 | 89 |
---|---|---|---|
HSL | 0.15 | 0.35 | 0.52 |
HSV | 55° | 49° | 69° |
CMYK | 0.00 | 0.04 | 0.49 0.31 |
XYZ | 33.4850 | 37.8405 | 14.9903 |
Yxy | 37.8405 | 0.3879 | 0.4384 |
Hunter Lab | 61.5146 | -10.4856 | 28.6121 |
CIE-Lab | 67.9029 | -8.5155 | 41.3888 |
#afa859 color RGB value is (175,168,89).
#afa859 hex color red value is 175, green value is 168 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #afa859 hue: 0.15 , saturation: 0.35 and the lightness value of afa859 is 0.52.
The process color (four color CMYK) of #afa859 color hex is 0.00, 0.04, 0.49, 0.31. Web safe color of #afa859 is #999966. Color #afa859 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101000 | 01011001 |
Octal | 257 | 250 | 131 |
Decimal | 175 | 168 | 89 |
Hex | AF | A8 | 59 |
Shades of #afa859
Tints of #afa859
RGB Percentages of Color #afa859
CMYK Percentages of Color #afa859
Complementary Color
#afa859 | #5960af |
#afa859 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa859 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa859 Color CSS Codes
.mybgcolor {background-color:#afa859; } .myforecolor {color:#afa859; } .mybordercolor {border:3px solid #afa859; }
#afa859 Text Font Color
<p style="color:#afa859">Text here</p>
This sample text font color is #afa859
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.
#afa859 Background Color
<div style="background-color:#afa859">
Div content here</div>
This div background color is #afa859
#afa859 Border Color
<div style="border:3px solid #afa859">
Div here</div>
This div border color is #afa859
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,168,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa859; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa859; -webkit-box-shadow: 1px 1px 3px 2px #afa859; box-shadow: 1px 1px 3px 2px #afa859; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,168,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa859">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa859; -webkit-box-shadow: 1px 1px 3px 2px #afa859; box-shadow: 1px 1px 3px 2px #afa859;">
Div content here</div>
This div box has shadow with color #afa859
Comments
No comments written yet.
Please login to write comment.