Color spaces of #a8765a
RGB | 168 | 118 | 90 |
---|---|---|---|
HSL | 0.06 | 0.31 | 0.51 |
HSV | 22° | 46° | 66° |
CMYK | 0.00 | 0.30 | 0.46 0.34 |
XYZ | 24.4723 | 22.0199 | 12.6333 |
Yxy | 22.0199 | 0.4139 | 0.3724 |
Hunter Lab | 46.9254 | 10.9711 | 16.8856 |
CIE-Lab | 54.0481 | 16.1576 | 23.2252 |
#a8765a color RGB value is (168,118,90).
#a8765a hex color red value is 168, green value is 118 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a8765a hue: 0.06 , saturation: 0.31 and the lightness value of a8765a is 0.51.
The process color (four color CMYK) of #a8765a color hex is 0.00, 0.30, 0.46, 0.34. Web safe color of #a8765a is #996666. Color #a8765a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01110110 | 01011010 |
Octal | 250 | 166 | 132 |
Decimal | 168 | 118 | 90 |
Hex | A8 | 76 | 5A |
Shades of #a8765a
Tints of #a8765a
RGB Percentages of Color #a8765a
CMYK Percentages of Color #a8765a
Complementary Color
#a8765a | #5a8ca8 |
#a8765a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a8765a Color Preview on White Background
Lorem ipsum dolor sit amet.
#a8765a Color CSS Codes
.mybgcolor {background-color:#a8765a; } .myforecolor {color:#a8765a; } .mybordercolor {border:3px solid #a8765a; }
#a8765a Text Font Color
<p style="color:#a8765a">Text here</p>
This sample text font color is #a8765a
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.
#a8765a Background Color
<div style="background-color:#a8765a">
Div content here</div>
This div background color is #a8765a
#a8765a Border Color
<div style="border:3px solid #a8765a">
Div here</div>
This div border color is #a8765a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,118,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a8765a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a8765a; -webkit-box-shadow: 1px 1px 3px 2px #a8765a; box-shadow: 1px 1px 3px 2px #a8765a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,118,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 #a8765a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a8765a; -webkit-box-shadow: 1px 1px 3px 2px #a8765a; box-shadow: 1px 1px 3px 2px #a8765a;">
Div content here</div>
This div box has shadow with color #a8765a
Comments
No comments written yet.
Please login to write comment.