#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 of #A52A2A | Value |
---|---|
RGB | 165, 42, 42 |
HSL | 0, 0.59, 0.41 |
HSV | 0°, 75°, 65° |
XYZ | 16.76, 9.83, 3.2 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 101010 | 101010 |
Octal | 245 | 52 | 52 |
Decimal | 165 | 42 | 42 |
Hex | A5 | 2A | 2A |
Shades of #A52A2A
Tints of #A52A2A
.mybgColor {background-color: #A52A2A;} .myforeColor {color: #A52A2A;} .myborderColor {border:3px solid #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,
<div style="background-color:#A52A2A">Div content here</div>
<div style="border:3px solid #A52A2A">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(165, 42, 42, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A52A2A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>