color details

Color Details
#a59255 Color Hex

#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
Color spaces of #a59255Value
RGB165, 146, 85
HSL0.13, 0.32, 0.49
HSV46°, 48°, 65°
XYZ27.44, 29.21, 12.79
Base Numbers
Base Red Green Blue
Binary 10100101 10010010 1010101
Octal 245 222 125
Decimal 165 146 85
Hex A5 92 55

RGB Percentages for Color #a59255

41.67%
36.87%
21.46%

CMYK Percentages of the Color #a59255

11.52%
48.48%
35.29%
CSS Codes for Color #a59255
.mybgColor {background-color: #a59255;}
.myforeColor {color: #a59255;}
.myborderColor {border:3px solid #a59255;}
Text Font Color #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,

Background Color #a59255

<div style="background-color:#a59255">Div content here</div>

The background color of this div is #a59255
Border Color #a59255

<div style="border:3px solid #a59255">Div here</div>

The border color of this div is #a59255
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165, 146, 85, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a59255;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #a59255

Scroll to Top