Shades of Pale Chestnut #D9AAB0
Tints of Pale Chestnut #D9AAB0
RGB
CMYK
RGB Variations
Color information
#D9AAB0 (or 0xD9AAB0) is known color: Pale Chestnut. HEX triplet: D9, AA and B0. RGB value is (217,170,176). Sum of RGB (Red+Green+Blue) = 217+170+176=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAB0 is #26554F. Grayscale: #B8B8B8. Windows color (decimal): -2512208 or 11578073. OLE color: 11578073.
HSL color Cylindrical-coordinate representation of color #D9AAB0: hue angle of 352.34º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAB0 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 176 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.15 |
| HSL | 352.34º | 0.38% | 0.76% | - |
| HSV(B) | 352.34º | 0.22% | 0.85% | - |
| XYZ | 50.83 | 46.64 | 47.4 | - |
| YUV | 184.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 176 | 0 | 0.22 | 0.19 | 0.15 | 352.34 | 0.38 | 0.76 |
| Hex | D9 | AA | B0 | 0 | 16 | 13 | F | 160 | 26 | 4C |
| Octal | 331 | 252 | 260 | 0 | 26 | 23 | 17 | 540 | 46 | 114 |
| Binary | 11011001 | 10101010 | 10110000 | 0 | 10110 | 10011 | 1111 | 101100000 | 100110 | 1001100 |
Color Harmonies of #D9AAB0
Complementary color
Monochromatic Colors of #D9AAB0
Black with #D9AAB0
Text Example
Text Example
White with #D9AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAB0; }
p { color: rgb(217,170,176); }
H1.HeaderClassName
{
color: #D9AAB0;
}
.AnyTagClassName
{
color: #D9AAB0;
}
</style>
background-color css
<style>
a { background-color: #D9AAB0; }
a { background-color: rgb(217,170,176); }
div.DivClassName
{
background-color: #D9AAB0;
}
.BgClassName
{
background-color: #D9AAB0;
}
</style>
border-color css
<style>
span { border-color: #D9AAB0; }
span { border-color: rgb(217,170,176); }
td.TdClassName
{
border-color: #D9AAB0;
}
.TagClassName
{
border-color: #D9AAB0;
}
</style>