#a16159 color RGB value is (10, 22, 21).
#a16159 hex color red value is 10, green value is 22, and blue value is 21.
Cylindrical-coordinate representations (HSL) of color #a16159
hue: 175,
saturation: 0.38 and lightness: 0.06.
The process color (four-color CMYK) of #a16159 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a16159 is #ff9999. Color #a16159 contains mainly RED.
| Color spaces of #a16159 | Value |
|---|---|
| RGB | 161, 97, 89 |
| HSL | 0.02, 0.29, 0.49 |
| HSV | 7°, 45°, 63° |
| XYZ | 20.78, 16.85, 11.61 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100001 | 1100001 | 1011001 |
| Octal | 241 | 141 | 131 |
| Decimal | 161 | 97 | 89 |
| Hex | A1 | 61 | 59 |
Shades of #a16159
Tints of #a16159
.mybgColor {background-color: #a16159;}
.myforeColor {color: #a16159;}
.myborderColor {border:3px solid #a16159;}
<p style="color:#a16159">Text here</p>
This sample text is styled with the font color #a16159. 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:#a16159">Div content here</div>
<div style="border:3px solid #a16159">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(161, 97, 89, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a16159; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a16159;
-webkit-box-shadow: 1px 1px 3px #a16159;
box-shadow: 1px 1px 3px #a16159; }
<p style="text-shadow: 4px 4px 2px rgba(161, 97, 89, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a16159;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a16159;
-webkit-box-shadow: 1px 1px 3px #a16159;
box-shadow: 1px 1px 3px #a16159;">Div content here</div>
