Shades of Pale Chestnut #D1AAAC
Tints of Pale Chestnut #D1AAAC
RGB
CMYK
RGB Variations
Color information
#D1AAAC (or 0xD1AAAC) is known color: Pale Chestnut. HEX triplet: D1, AA and AC. RGB value is (209,170,172). Sum of RGB (Red+Green+Blue) = 209+170+172=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAAC is #2E5553. Grayscale: #B5B5B5. Windows color (decimal): -3036500 or 11315921. OLE color: 11315921.
HSL color Cylindrical-coordinate representation of color #D1AAAC: hue angle of 356.92º 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 #D1AAAC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 172 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.18 |
| HSL | 356.92º | 0.3% | 0.74% | - |
| HSV(B) | 356.92º | 0.19% | 0.82% | - |
| XYZ | 48.12 | 45.28 | 45.23 | - |
| YUV | 181.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 172 | 0 | 0.19 | 0.18 | 0.18 | 356.92 | 0.3 | 0.74 |
| Hex | D1 | AA | AC | 0 | 13 | 12 | 12 | 165 | 1E | 4A |
| Octal | 321 | 252 | 254 | 0 | 23 | 22 | 22 | 545 | 36 | 112 |
| Binary | 11010001 | 10101010 | 10101100 | 0 | 10011 | 10010 | 10010 | 101100101 | 11110 | 1001010 |
Color Harmonies of #D1AAAC
Complementary color
Monochromatic Colors of #D1AAAC
Black with #D1AAAC
Text Example
Text Example
White with #D1AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAAC; }
p { color: rgb(209,170,172); }
H1.HeaderClassName
{
color: #D1AAAC;
}
.AnyTagClassName
{
color: #D1AAAC;
}
</style>
background-color css
<style>
a { background-color: #D1AAAC; }
a { background-color: rgb(209,170,172); }
div.DivClassName
{
background-color: #D1AAAC;
}
.BgClassName
{
background-color: #D1AAAC;
}
</style>
border-color css
<style>
span { border-color: #D1AAAC; }
span { border-color: rgb(209,170,172); }
td.TdClassName
{
border-color: #D1AAAC;
}
.TagClassName
{
border-color: #D1AAAC;
}
</style>