Shades of Pale Chestnut #D9A8AD
Tints of Pale Chestnut #D9A8AD
RGB
CMYK
RGB Variations
Color information
#D9A8AD (or 0xD9A8AD) is known color: Pale Chestnut. HEX triplet: D9, A8 and AD. RGB value is (217,168,173). Sum of RGB (Red+Green+Blue) = 217+168+173=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A8AD is #265752. Grayscale: #B7B7B7. Windows color (decimal): -2512723 or 11380953. OLE color: 11380953.
HSL color Cylindrical-coordinate representation of color #D9A8AD: hue angle of 353.88º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9A8AD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 173 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.15 |
| HSL | 353.88º | 0.39% | 0.75% | - |
| HSV(B) | 353.88º | 0.23% | 0.85% | - |
| XYZ | 50.16 | 45.77 | 45.73 | - |
| YUV | 183.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 173 | 0 | 0.23 | 0.20 | 0.15 | 353.88 | 0.39 | 0.75 |
| Hex | D9 | A8 | AD | 0 | 17 | 14 | F | 162 | 27 | 4B |
| Octal | 331 | 250 | 255 | 0 | 27 | 24 | 17 | 542 | 47 | 113 |
| Binary | 11011001 | 10101000 | 10101101 | 0 | 10111 | 10100 | 1111 | 101100010 | 100111 | 1001011 |
Color Harmonies of #D9A8AD
Complementary color
Monochromatic Colors of #D9A8AD
Black with #D9A8AD
Text Example
Text Example
White with #D9A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8AD; }
p { color: rgb(217,168,173); }
H1.HeaderClassName
{
color: #D9A8AD;
}
.AnyTagClassName
{
color: #D9A8AD;
}
</style>
background-color css
<style>
a { background-color: #D9A8AD; }
a { background-color: rgb(217,168,173); }
div.DivClassName
{
background-color: #D9A8AD;
}
.BgClassName
{
background-color: #D9A8AD;
}
</style>
border-color css
<style>
span { border-color: #D9A8AD; }
span { border-color: rgb(217,168,173); }
td.TdClassName
{
border-color: #D9A8AD;
}
.TagClassName
{
border-color: #D9A8AD;
}
</style>