#a19d99 color RGB value is (10, 25, 217).
#a19d99 hex color red value is 10, green value is 25, and blue value is 217.
Cylindrical-coordinate representations (HSL) of color #a19d99
hue: 235.65,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #a19d99 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a19d99 is #ff9999. Color #a19d99 contains mainly RED.
| Color spaces of #a19d99 | Value |
|---|---|
| RGB | 161, 157, 153 |
| HSL | 0.08, 0.04, 0.62 |
| HSV | 30°, 5°, 63° |
| XYZ | 32.5, 33.99, 34.98 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100001 | 10011101 | 10011001 |
| Octal | 241 | 235 | 231 |
| Decimal | 161 | 157 | 153 |
| Hex | A1 | 9D | 99 |
Shades of #a19d99
Tints of #a19d99
.mybgColor {background-color: #a19d99;}
.myforeColor {color: #a19d99;}
.myborderColor {border:3px solid #a19d99;}
<p style="color:#a19d99">Text here</p>
This sample text is styled with the font color #a19d99. 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:#a19d99">Div content here</div>
<div style="border:3px solid #a19d99">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(161, 157, 153, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a19d99; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a19d99;
-webkit-box-shadow: 1px 1px 3px #a19d99;
box-shadow: 1px 1px 3px #a19d99; }
<p style="text-shadow: 4px 4px 2px rgba(161, 157, 153, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a19d99;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a19d99;
-webkit-box-shadow: 1px 1px 3px #a19d99;
box-shadow: 1px 1px 3px #a19d99;">Div content here</div>
