Shades of Pale Chestnut #D1A9AB
Tints of Pale Chestnut #D1A9AB
RGB
CMYK
RGB Variations
Color information
#D1A9AB (or 0xD1A9AB) is known color: Pale Chestnut. HEX triplet: D1, A9 and AB. RGB value is (209,169,171). Sum of RGB (Red+Green+Blue) = 209+169+171=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A9AB is #2E5654. Grayscale: #B5B5B5. Windows color (decimal): -3036757 or 11250129. OLE color: 11250129.
HSL color Cylindrical-coordinate representation of color #D1A9AB: hue angle of 357º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1A9AB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 169 | 171 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.18 |
| HSL | 357º | 0.3% | 0.74% | - |
| HSV(B) | 357º | 0.19% | 0.82% | - |
| XYZ | 47.83 | 44.87 | 44.67 | - |
| YUV | 181.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 169 | 171 | 0 | 0.19 | 0.18 | 0.18 | 357 | 0.3 | 0.74 |
| Hex | D1 | A9 | AB | 0 | 13 | 12 | 12 | 165 | 1E | 4A |
| Octal | 321 | 251 | 253 | 0 | 23 | 22 | 22 | 545 | 36 | 112 |
| Binary | 11010001 | 10101001 | 10101011 | 0 | 10011 | 10010 | 10010 | 101100101 | 11110 | 1001010 |
Color Harmonies of #D1A9AB
Complementary color
Monochromatic Colors of #D1A9AB
Black with #D1A9AB
Text Example
Text Example
White with #D1A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A9AB; }
p { color: rgb(209,169,171); }
H1.HeaderClassName
{
color: #D1A9AB;
}
.AnyTagClassName
{
color: #D1A9AB;
}
</style>
background-color css
<style>
a { background-color: #D1A9AB; }
a { background-color: rgb(209,169,171); }
div.DivClassName
{
background-color: #D1A9AB;
}
.BgClassName
{
background-color: #D1A9AB;
}
</style>
border-color css
<style>
span { border-color: #D1A9AB; }
span { border-color: rgb(209,169,171); }
td.TdClassName
{
border-color: #D1A9AB;
}
.TagClassName
{
border-color: #D1A9AB;
}
</style>