Color spaces of #a89987
RGB | 168 | 153 | 135 |
---|---|---|---|
HSL | 0.09 | 0.16 | 0.59 |
HSV | 33° | 20° | 66° |
CMYK | 0.00 | 0.09 | 0.20 0.34 |
XYZ | 31.9129 | 32.8566 | 27.5816 |
Yxy | 32.8566 | 0.3456 | 0.3558 |
Hunter Lab | 57.3207 | -0.9325 | 11.5953 |
CIE-Lab | 64.0446 | 2.4996 | 11.4616 |
#a89987 color RGB value is (168,153,135).
#a89987 hex color red value is 168, green value is 153 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a89987 hue: 0.09 , saturation: 0.16 and the lightness value of a89987 is 0.59.
The process color (four color CMYK) of #a89987 color hex is 0.00, 0.09, 0.20, 0.34. Web safe color of #a89987 is #999999. Color #a89987 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10011001 | 10000111 |
Octal | 250 | 231 | 207 |
Decimal | 168 | 153 | 135 |
Hex | A8 | 99 | 87 |
Shades of #a89987
Tints of #a89987
RGB Percentages of Color #a89987
CMYK Percentages of Color #a89987
Complementary Color
#a89987 | #8796a8 |
#a89987 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a89987 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a89987 Color CSS Codes
.mybgcolor {background-color:#a89987; } .myforecolor {color:#a89987; } .mybordercolor {border:3px solid #a89987; }
#a89987 Text Font Color
<p style="color:#a89987">Text here</p>
This sample text font color is #a89987
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.
#a89987 Background Color
<div style="background-color:#a89987">
Div content here</div>
This div background color is #a89987
#a89987 Border Color
<div style="border:3px solid #a89987">
Div here</div>
This div border color is #a89987
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,153,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a89987; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a89987; -webkit-box-shadow: 1px 1px 3px 2px #a89987; box-shadow: 1px 1px 3px 2px #a89987; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,153,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a89987">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a89987; -webkit-box-shadow: 1px 1px 3px 2px #a89987; box-shadow: 1px 1px 3px 2px #a89987;">
Div content here</div>
This div box has shadow with color #a89987
Comments
No comments written yet.
Please login to write comment.