#ad868e color RGB value is (10, 216, 104).
#ad868e hex color red value is 10, green value is 216, and blue value is 104.
Cylindrical-coordinate representations (HSL) of color #ad868e
hue: 147.38,
saturation: 0.91 and lightness: 0.44.
The process color (four-color CMYK) of #ad868e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ad868e is #ff9999. Color #ad868e contains mainly RED.
| Color spaces of #ad868e | Value |
|---|---|
| RGB | 173, 134, 142 |
| HSL | 0.97, 0.19, 0.6 |
| HSV | 348°, 23°, 68° |
| XYZ | 30.64, 27.89, 29.35 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101101 | 10000110 | 10001110 |
| Octal | 255 | 206 | 216 |
| Decimal | 173 | 134 | 142 |
| Hex | AD | 86 | 8E |
Shades of #ad868e
Tints of #ad868e
.mybgColor {background-color: #ad868e;}
.myforeColor {color: #ad868e;}
.myborderColor {border:3px solid #ad868e;}
<p style="color:#ad868e">Text here</p>
This sample text is styled with the font color #ad868e. 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:#ad868e">Div content here</div>
<div style="border:3px solid #ad868e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(173, 134, 142, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ad868e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ad868e;
-webkit-box-shadow: 1px 1px 3px #ad868e;
box-shadow: 1px 1px 3px #ad868e; }
<p style="text-shadow: 4px 4px 2px rgba(173, 134, 142, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ad868e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ad868e;
-webkit-box-shadow: 1px 1px 3px #ad868e;
box-shadow: 1px 1px 3px #ad868e;">Div content here</div>
