color details

Color Details
#A52A2A Color Hex

#A52A2A color RGB value is (10, 82, 162).
#A52A2A hex color red value is 10, green value is 82, and blue value is 162.
Cylindrical-coordinate representations (HSL) of color #A52A2A hue: 211.58, saturation: 0.88 and lightness: 0.34.

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

Color Spaces
Color spaces of #A52A2AValue
RGB165, 42, 42
HSL0, 0.59, 0.41
HSV0°, 75°, 65°
XYZ16.76, 9.83, 3.2
Base Numbers
Base Red Green Blue
Binary 10100101 101010 101010
Octal 245 52 52
Decimal 165 42 42
Hex A5 2A 2A

RGB Percentages for Color #A52A2A

66.27%
16.87%
16.87%

CMYK Percentages of the Color #A52A2A

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #A52A2A
Scroll to Top