Shades of Pale Chestnut #D9A8AA
Tints of Pale Chestnut #D9A8AA
RGB
CMYK
RGB Variations
Color information
#D9A8AA (or 0xD9A8AA) is known color: Pale Chestnut. HEX triplet: D9, A8 and AA. RGB value is (217,168,170). Sum of RGB (Red+Green+Blue) = 217+168+170=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A8AA is #265755. Grayscale: #B6B6B6. Windows color (decimal): -2512726 or 11184345. OLE color: 11184345.
HSL color Cylindrical-coordinate representation of color #D9A8AA: hue angle of 357.55º 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 #D9A8AA is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 170 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.15 |
| HSL | 357.55º | 0.39% | 0.75% | - |
| HSV(B) | 357.55º | 0.23% | 0.85% | - |
| XYZ | 49.87 | 45.66 | 44.21 | - |
| YUV | 182.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 170 | 0 | 0.23 | 0.22 | 0.15 | 357.55 | 0.39 | 0.75 |
| Hex | D9 | A8 | AA | 0 | 17 | 16 | F | 166 | 27 | 4B |
| Octal | 331 | 250 | 252 | 0 | 27 | 26 | 17 | 546 | 47 | 113 |
| Binary | 11011001 | 10101000 | 10101010 | 0 | 10111 | 10110 | 1111 | 101100110 | 100111 | 1001011 |
Color Harmonies of #D9A8AA
Complementary color
Monochromatic Colors of #D9A8AA
Black with #D9A8AA
Text Example
Text Example
White with #D9A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8AA; }
p { color: rgb(217,168,170); }
H1.HeaderClassName
{
color: #D9A8AA;
}
.AnyTagClassName
{
color: #D9A8AA;
}
</style>
background-color css
<style>
a { background-color: #D9A8AA; }
a { background-color: rgb(217,168,170); }
div.DivClassName
{
background-color: #D9A8AA;
}
.BgClassName
{
background-color: #D9A8AA;
}
</style>
border-color css
<style>
span { border-color: #D9A8AA; }
span { border-color: rgb(217,168,170); }
td.TdClassName
{
border-color: #D9A8AA;
}
.TagClassName
{
border-color: #D9A8AA;
}
</style>