#a59255 color RGB value is (10, 89, 37).
#a59255 hex color red value is 10, green value is 89, and blue value is 37.
Cylindrical-coordinate representations (HSL) of color #a59255
hue: 140.51,
saturation: 0.8 and lightness: 0.19.
The process color (four-color CMYK) of #a59255 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a59255 is #ff9999. Color #a59255 contains mainly RED.
Color spaces of #a59255 | Value |
---|---|
RGB | 165, 146, 85 |
HSL | 0.13, 0.32, 0.49 |
HSV | 46°, 48°, 65° |
XYZ | 27.44, 29.21, 12.79 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10010010 | 1010101 |
Octal | 245 | 222 | 125 |
Decimal | 165 | 146 | 85 |
Hex | A5 | 92 | 55 |
Shades of #a59255
Tints of #a59255
.mybgColor {background-color: #a59255;} .myforeColor {color: #a59255;} .myborderColor {border:3px solid #a59255;}
<p style="color:#a59255">Text here</p>
This sample text is styled with the font color #a59255. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#a59255">Div content here</div>
<div style="border:3px solid #a59255">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165, 146, 85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a59255; } .divShadow { -moz-box-shadow: 1px 1px 3px #a59255; -webkit-box-shadow: 1px 1px 3px #a59255; box-shadow: 1px 1px 3px #a59255; }
<p style="text-shadow: 4px 4px 2px rgba(165, 146, 85, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a59255;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a59255;
-webkit-box-shadow: 1px 1px 3px #a59255;
box-shadow: 1px 1px 3px #a59255;">Div content here</div>