Shades of Pale Chestnut #D9A1AB
Tints of Pale Chestnut #D9A1AB
RGB
CMYK
RGB Variations
Color information
#D9A1AB (or 0xD9A1AB) is known color: Pale Chestnut. HEX triplet: D9, A1 and AB. RGB value is (217,161,171). Sum of RGB (Red+Green+Blue) = 217+161+171=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A1AB is #265E54. Grayscale: #B2B2B2. Windows color (decimal): -2514517 or 11248089. OLE color: 11248089.
HSL color Cylindrical-coordinate representation of color #D9A1AB: hue angle of 349.29º degrees, saturation: 0.42, 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 #D9A1AB is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 171 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.15 |
| HSL | 349.29º | 0.42% | 0.74% | - |
| HSV(B) | 349.29º | 0.26% | 0.85% | - |
| XYZ | 48.71 | 43.18 | 44.3 | - |
| YUV | 178.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 171 | 0 | 0.26 | 0.21 | 0.15 | 349.29 | 0.42 | 0.74 |
| Hex | D9 | A1 | AB | 0 | 1A | 15 | F | 15D | 2A | 4A |
| Octal | 331 | 241 | 253 | 0 | 32 | 25 | 17 | 535 | 52 | 112 |
| Binary | 11011001 | 10100001 | 10101011 | 0 | 11010 | 10101 | 1111 | 101011101 | 101010 | 1001010 |
Color Harmonies of #D9A1AB
Complementary color
Monochromatic Colors of #D9A1AB
Black with #D9A1AB
Text Example
Text Example
White with #D9A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1AB; }
p { color: rgb(217,161,171); }
H1.HeaderClassName
{
color: #D9A1AB;
}
.AnyTagClassName
{
color: #D9A1AB;
}
</style>
background-color css
<style>
a { background-color: #D9A1AB; }
a { background-color: rgb(217,161,171); }
div.DivClassName
{
background-color: #D9A1AB;
}
.BgClassName
{
background-color: #D9A1AB;
}
</style>
border-color css
<style>
span { border-color: #D9A1AB; }
span { border-color: rgb(217,161,171); }
td.TdClassName
{
border-color: #D9A1AB;
}
.TagClassName
{
border-color: #D9A1AB;
}
</style>