Color spaces of #a89f5f
RGB | 168 | 159 | 95 |
---|---|---|---|
HSL | 0.15 | 0.30 | 0.52 |
HSV | 53° | 43° | 66° |
CMYK | 0.00 | 0.05 | 0.43 0.34 |
XYZ | 30.6121 | 33.9473 | 15.7655 |
Yxy | 33.9473 | 0.3811 | 0.4226 |
Hunter Lab | 58.2643 | -8.1786 | 24.7420 |
CIE-Lab | 64.9207 | -6.0640 | 34.4967 |
#a89f5f color RGB value is (168,159,95).
#a89f5f hex color red value is 168, green value is 159 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a89f5f hue: 0.15 , saturation: 0.30 and the lightness value of a89f5f is 0.52.
The process color (four color CMYK) of #a89f5f color hex is 0.00, 0.05, 0.43, 0.34. Web safe color of #a89f5f is #999966. Color #a89f5f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10011111 | 01011111 |
Octal | 250 | 237 | 137 |
Decimal | 168 | 159 | 95 |
Hex | A8 | 9F | 5F |
Shades of #a89f5f
Tints of #a89f5f
RGB Percentages of Color #a89f5f
CMYK Percentages of Color #a89f5f
Complementary Color
#a89f5f | #5f68a8 |
#a89f5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a89f5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#a89f5f Color CSS Codes
.mybgcolor {background-color:#a89f5f; } .myforecolor {color:#a89f5f; } .mybordercolor {border:3px solid #a89f5f; }
#a89f5f Text Font Color
<p style="color:#a89f5f">Text here</p>
This sample text font color is #a89f5f
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.
#a89f5f Background Color
<div style="background-color:#a89f5f">
Div content here</div>
This div background color is #a89f5f
#a89f5f Border Color
<div style="border:3px solid #a89f5f">
Div here</div>
This div border color is #a89f5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,159,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a89f5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a89f5f; -webkit-box-shadow: 1px 1px 3px 2px #a89f5f; box-shadow: 1px 1px 3px 2px #a89f5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,159,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a89f5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a89f5f; -webkit-box-shadow: 1px 1px 3px 2px #a89f5f; box-shadow: 1px 1px 3px 2px #a89f5f;">
Div content here</div>
This div box has shadow with color #a89f5f
Comments
No comments written yet.
Please login to write comment.