#ad954c color RGB value is (10, 217, 84).
#ad954c hex color red value is 10, green value is 217, and blue value is 84.
Cylindrical-coordinate representations (HSL) of color #ad954c
hue: 141.45,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #ad954c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ad954c is #ff9999. Color #ad954c contains mainly RED.
| Color spaces of #ad954c | Value |
|---|---|
| RGB | 173, 149, 76 |
| HSL | 0.13, 0.39, 0.49 |
| HSV | 45°, 56°, 68° |
| XYZ | 29.29, 30.9, 11.26 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101101 | 10010101 | 1001100 |
| Octal | 255 | 225 | 114 |
| Decimal | 173 | 149 | 76 |
| Hex | AD | 95 | 4C |
Shades of #ad954c
Tints of #ad954c
.mybgColor {background-color: #ad954c;}
.myforeColor {color: #ad954c;}
.myborderColor {border:3px solid #ad954c;}
<p style="color:#ad954c">Text here</p>
This sample text is styled with the font color #ad954c. 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:#ad954c">Div content here</div>
<div style="border:3px solid #ad954c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(173, 149, 76, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ad954c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ad954c;
-webkit-box-shadow: 1px 1px 3px #ad954c;
box-shadow: 1px 1px 3px #ad954c; }
<p style="text-shadow: 4px 4px 2px rgba(173, 149, 76, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ad954c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ad954c;
-webkit-box-shadow: 1px 1px 3px #ad954c;
box-shadow: 1px 1px 3px #ad954c;">Div content here</div>
