color details

Color Details
#a5828b Color Hex

#a5828b color RGB value is (10, 88, 40).
#a5828b hex color red value is 10, green value is 88, and blue value is 40.
Cylindrical-coordinate representations (HSL) of color #a5828b hue: 143.08, saturation: 0.8 and lightness: 0.19.

The process color (four-color CMYK) of #a5828b color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a5828b is #ff9999. Color #a5828b contains mainly RED.

Color Spaces
Color spaces of #a5828bValue
RGB165, 130, 139
HSL0.96, 0.16, 0.58
HSV345°, 21°, 65°
XYZ28.16, 25.83, 27.92
Base Numbers
Base Red Green Blue
Binary 10100101 10000010 10001011
Octal 245 202 213
Decimal 165 130 139
Hex A5 82 8B

RGB Percentages for Color #a5828b

38.02%
29.95%
32.03%

CMYK Percentages of the Color #a5828b

21.21%
15.76%
35.29%
CSS Codes for Color #a5828b
.mybgColor {background-color: #a5828b;}
.myforeColor {color: #a5828b;}
.myborderColor {border:3px solid #a5828b;}
Text Font Color #a5828b

<p style="color:#a5828b">Text here</p>

This sample text is styled with the font color #a5828b. 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 #a5828b

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

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

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

The border color of this div is #a5828b
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(165, 130, 139, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a5828b;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a5828b;
-webkit-box-shadow: 1px 1px 3px #a5828b;
box-shadow: 1px 1px 3px #a5828b;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165, 130, 139, 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 #a5828b;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a5828b; -webkit-box-shadow: 1px 1px 3px #a5828b; box-shadow: 1px 1px 3px #a5828b;">Div content here</div>

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

Scroll to Top