Shades of Pale Chestnut #D9A6AB
Tints of Pale Chestnut #D9A6AB
RGB
CMYK
RGB Variations
Color information
#D9A6AB (or 0xD9A6AB) is known color: Pale Chestnut. HEX triplet: D9, A6 and AB. RGB value is (217,166,171). Sum of RGB (Red+Green+Blue) = 217+166+171=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A6AB is #265954. Grayscale: #B5B5B5. Windows color (decimal): -2513237 or 11249369. OLE color: 11249369.
HSL color Cylindrical-coordinate representation of color #D9A6AB: hue angle of 354.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6AB is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 171 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.15 |
| HSL | 354.12º | 0.4% | 0.75% | - |
| HSV(B) | 354.12º | 0.24% | 0.85% | - |
| XYZ | 49.6 | 44.96 | 44.59 | - |
| YUV | 181.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 171 | 0 | 0.24 | 0.21 | 0.15 | 354.12 | 0.4 | 0.75 |
| Hex | D9 | A6 | AB | 0 | 18 | 15 | F | 162 | 28 | 4B |
| Octal | 331 | 246 | 253 | 0 | 30 | 25 | 17 | 542 | 50 | 113 |
| Binary | 11011001 | 10100110 | 10101011 | 0 | 11000 | 10101 | 1111 | 101100010 | 101000 | 1001011 |
Color Harmonies of #D9A6AB
Complementary color
Monochromatic Colors of #D9A6AB
Black with #D9A6AB
Text Example
Text Example
White with #D9A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6AB; }
p { color: rgb(217,166,171); }
H1.HeaderClassName
{
color: #D9A6AB;
}
.AnyTagClassName
{
color: #D9A6AB;
}
</style>
background-color css
<style>
a { background-color: #D9A6AB; }
a { background-color: rgb(217,166,171); }
div.DivClassName
{
background-color: #D9A6AB;
}
.BgClassName
{
background-color: #D9A6AB;
}
</style>
border-color css
<style>
span { border-color: #D9A6AB; }
span { border-color: rgb(217,166,171); }
td.TdClassName
{
border-color: #D9A6AB;
}
.TagClassName
{
border-color: #D9A6AB;
}
</style>