color details

Color Details
#A45A52 Color Hex

#A45A52 color RGB value is (10, 69, 165).
#A45A52 hex color red value is 10, green value is 69, and blue value is 165.
Cylindrical-coordinate representations (HSL) of color #A45A52 hue: 217.16, saturation: 0.89 and lightness: 0.34.

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

Color Spaces
Color spaces of #A45A52Value
RGB164, 90, 82
HSL0.02, 0.33, 0.48
HSV6°, 50°, 64°
XYZ20.49, 15.82, 9.95
Base Numbers
Base Red Green Blue
Binary 10100100 1011010 1010010
Octal 244 132 122
Decimal 164 90 82
Hex A4 5A 52

RGB Percentages for Color #A45A52

48.81%
26.79%
24.4%

CMYK Percentages of the Color #A45A52

45.12%
50%
35.69%
CSS Codes for Color #A45A52
.mybgColor {background-color: #A45A52;}
.myforeColor {color: #A45A52;}
.myborderColor {border:3px solid #A45A52;}
Text Font Color #A45A52

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(164, 90, 82, 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 #A45A52;">Text here</p>

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

Shadow Div Box

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

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