Color spaces of #a87655
RGB | 168 | 118 | 85 |
---|---|---|---|
HSL | 0.07 | 0.33 | 0.50 |
HSV | 24° | 49° | 66° |
CMYK | 0.00 | 0.30 | 0.49 0.34 |
XYZ | 24.2666 | 21.9376 | 11.5497 |
Yxy | 21.9376 | 0.4202 | 0.3798 |
Hunter Lab | 46.8376 | 10.5152 | 18.1660 |
CIE-Lab | 53.9607 | 15.6405 | 25.9473 |
#a87655 color RGB value is (168,118,85).
#a87655 hex color red value is 168, green value is 118 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a87655 hue: 0.07 , saturation: 0.33 and the lightness value of a87655 is 0.50.
The process color (four color CMYK) of #a87655 color hex is 0.00, 0.30, 0.49, 0.34. Web safe color of #a87655 is #996666. Color #a87655 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01110110 | 01010101 |
Octal | 250 | 166 | 125 |
Decimal | 168 | 118 | 85 |
Hex | A8 | 76 | 55 |
Shades of #a87655
Tints of #a87655
RGB Percentages of Color #a87655
CMYK Percentages of Color #a87655
Complementary Color
#a87655 | #5587a8 |
#a87655 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a87655 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a87655 Color CSS Codes
.mybgcolor {background-color:#a87655; } .myforecolor {color:#a87655; } .mybordercolor {border:3px solid #a87655; }
#a87655 Text Font Color
<p style="color:#a87655">Text here</p>
This sample text font color is #a87655
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.
#a87655 Background Color
<div style="background-color:#a87655">
Div content here</div>
This div background color is #a87655
#a87655 Border Color
<div style="border:3px solid #a87655">
Div here</div>
This div border color is #a87655
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,118,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a87655; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a87655; -webkit-box-shadow: 1px 1px 3px 2px #a87655; box-shadow: 1px 1px 3px 2px #a87655; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,118,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a87655">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a87655; -webkit-box-shadow: 1px 1px 3px 2px #a87655; box-shadow: 1px 1px 3px 2px #a87655;">
Div content here</div>
This div box has shadow with color #a87655
Comments
No comments written yet.
Please login to write comment.