Shades of Pale Chestnut #D9A0AA
Tints of Pale Chestnut #D9A0AA
RGB
CMYK
RGB Variations
Color information
#D9A0AA (or 0xD9A0AA) is known color: Pale Chestnut. HEX triplet: D9, A0 and AA. RGB value is (217,160,170). Sum of RGB (Red+Green+Blue) = 217+160+170=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A0AA is #265F55. Grayscale: #B2B2B2. Windows color (decimal): -2514774 or 11182297. OLE color: 11182297.
HSL color Cylindrical-coordinate representation of color #D9A0AA: hue angle of 349.47º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A0AA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 170 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.15 |
| HSL | 349.47º | 0.43% | 0.74% | - |
| HSV(B) | 349.47º | 0.26% | 0.85% | - |
| XYZ | 48.44 | 42.8 | 43.74 | - |
| YUV | 178.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 170 | 0 | 0.26 | 0.22 | 0.15 | 349.47 | 0.43 | 0.74 |
| Hex | D9 | A0 | AA | 0 | 1A | 16 | F | 15D | 2B | 4A |
| Octal | 331 | 240 | 252 | 0 | 32 | 26 | 17 | 535 | 53 | 112 |
| Binary | 11011001 | 10100000 | 10101010 | 0 | 11010 | 10110 | 1111 | 101011101 | 101011 | 1001010 |
Color Harmonies of #D9A0AA
Complementary color
Monochromatic Colors of #D9A0AA
Black with #D9A0AA
Text Example
Text Example
White with #D9A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0AA; }
p { color: rgb(217,160,170); }
H1.HeaderClassName
{
color: #D9A0AA;
}
.AnyTagClassName
{
color: #D9A0AA;
}
</style>
background-color css
<style>
a { background-color: #D9A0AA; }
a { background-color: rgb(217,160,170); }
div.DivClassName
{
background-color: #D9A0AA;
}
.BgClassName
{
background-color: #D9A0AA;
}
</style>
border-color css
<style>
span { border-color: #D9A0AA; }
span { border-color: rgb(217,160,170); }
td.TdClassName
{
border-color: #D9A0AA;
}
.TagClassName
{
border-color: #D9A0AA;
}
</style>