Shades of Pale Chestnut #D9AAAF
Tints of Pale Chestnut #D9AAAF
RGB
CMYK
RGB Variations
Color information
#D9AAAF (or 0xD9AAAF) is known color: Pale Chestnut. HEX triplet: D9, AA and AF. RGB value is (217,170,175). Sum of RGB (Red+Green+Blue) = 217+170+175=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAF is #265550. Grayscale: #B8B8B8. Windows color (decimal): -2512209 or 11512537. OLE color: 11512537.
HSL color Cylindrical-coordinate representation of color #D9AAAF: hue angle of 353.62º 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 #D9AAAF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 175 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.15 |
| HSL | 353.62º | 0.38% | 0.76% | - |
| HSV(B) | 353.62º | 0.22% | 0.85% | - |
| XYZ | 50.73 | 46.6 | 46.88 | - |
| YUV | 184.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 175 | 0 | 0.22 | 0.19 | 0.15 | 353.62 | 0.38 | 0.76 |
| Hex | D9 | AA | AF | 0 | 16 | 13 | F | 162 | 26 | 4C |
| Octal | 331 | 252 | 257 | 0 | 26 | 23 | 17 | 542 | 46 | 114 |
| Binary | 11011001 | 10101010 | 10101111 | 0 | 10110 | 10011 | 1111 | 101100010 | 100110 | 1001100 |
Color Harmonies of #D9AAAF
Complementary color
Monochromatic Colors of #D9AAAF
Black with #D9AAAF
Text Example
Text Example
White with #D9AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAAF; }
p { color: rgb(217,170,175); }
H1.HeaderClassName
{
color: #D9AAAF;
}
.AnyTagClassName
{
color: #D9AAAF;
}
</style>
background-color css
<style>
a { background-color: #D9AAAF; }
a { background-color: rgb(217,170,175); }
div.DivClassName
{
background-color: #D9AAAF;
}
.BgClassName
{
background-color: #D9AAAF;
}
</style>
border-color css
<style>
span { border-color: #D9AAAF; }
span { border-color: rgb(217,170,175); }
td.TdClassName
{
border-color: #D9AAAF;
}
.TagClassName
{
border-color: #D9AAAF;
}
</style>