#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 of #A45A52 | Value |
|---|---|
| RGB | 164, 90, 82 |
| HSL | 0.02, 0.33, 0.48 |
| HSV | 6°, 50°, 64° |
| XYZ | 20.49, 15.82, 9.95 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100100 | 1011010 | 1010010 |
| Octal | 244 | 132 | 122 |
| Decimal | 164 | 90 | 82 |
| Hex | A4 | 5A | 52 |
Shades of #A45A52
Tints of #A45A52
.mybgColor {background-color: #A45A52;}
.myforeColor {color: #A45A52;}
.myborderColor {border:3px solid #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,
<div style="background-color:#A45A52">Div content here</div>
<div style="border:3px solid #A45A52">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(164, 90, 82, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A45A52;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
