#a18561 color RGB value is (10, 24, 86).
#a18561 hex color red value is 10, green value is 24, and blue value is 86.
Cylindrical-coordinate representations (HSL) of color #a18561
hue: 228.95,
saturation: 0.79 and lightness: 0.19.
The process color (four-color CMYK) of #a18561 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a18561 is #ff9999. Color #a18561 contains mainly RED.
| Color spaces of #a18561 | Value |
|---|---|
| RGB | 161, 133, 97 |
| HSL | 0.09, 0.25, 0.51 |
| HSV | 34°, 40°, 63° |
| XYZ | 25.24, 25.22, 14.84 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100001 | 10000101 | 1100001 |
| Octal | 241 | 205 | 141 |
| Decimal | 161 | 133 | 97 |
| Hex | A1 | 85 | 61 |
Shades of #a18561
Tints of #a18561
.mybgColor {background-color: #a18561;}
.myforeColor {color: #a18561;}
.myborderColor {border:3px solid #a18561;}
<p style="color:#a18561">Text here</p>
This sample text is styled with the font color #a18561. 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:#a18561">Div content here</div>
<div style="border:3px solid #a18561">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(161, 133, 97, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a18561; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a18561;
-webkit-box-shadow: 1px 1px 3px #a18561;
box-shadow: 1px 1px 3px #a18561; }
<p style="text-shadow: 4px 4px 2px rgba(161, 133, 97, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a18561;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a18561;
-webkit-box-shadow: 1px 1px 3px #a18561;
box-shadow: 1px 1px 3px #a18561;">Div content here</div>
