Shades of Pale Chestnut #D1A6AA
Tints of Pale Chestnut #D1A6AA
RGB
CMYK
RGB Variations
Color information
#D1A6AA (or 0xD1A6AA) is known color: Pale Chestnut. HEX triplet: D1, A6 and AA. RGB value is (209,166,170). Sum of RGB (Red+Green+Blue) = 209+166+170=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AA is #2E5955. Grayscale: #B3B3B3. Windows color (decimal): -3037526 or 11183825. OLE color: 11183825.
HSL color Cylindrical-coordinate representation of color #D1A6AA: hue angle of 354.42º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A6AA is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 170 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.18 |
| HSL | 354.42º | 0.32% | 0.74% | - |
| HSV(B) | 354.42º | 0.21% | 0.82% | - |
| XYZ | 47.19 | 43.73 | 43.98 | - |
| YUV | 179.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 170 | 0 | 0.21 | 0.19 | 0.18 | 354.42 | 0.32 | 0.74 |
| Hex | D1 | A6 | AA | 0 | 15 | 13 | 12 | 162 | 20 | 4A |
| Octal | 321 | 246 | 252 | 0 | 25 | 23 | 22 | 542 | 40 | 112 |
| Binary | 11010001 | 10100110 | 10101010 | 0 | 10101 | 10011 | 10010 | 101100010 | 100000 | 1001010 |
Color Harmonies of #D1A6AA
Complementary color
Monochromatic Colors of #D1A6AA
Black with #D1A6AA
Text Example
Text Example
White with #D1A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6AA; }
p { color: rgb(209,166,170); }
H1.HeaderClassName
{
color: #D1A6AA;
}
.AnyTagClassName
{
color: #D1A6AA;
}
</style>
background-color css
<style>
a { background-color: #D1A6AA; }
a { background-color: rgb(209,166,170); }
div.DivClassName
{
background-color: #D1A6AA;
}
.BgClassName
{
background-color: #D1A6AA;
}
</style>
border-color css
<style>
span { border-color: #D1A6AA; }
span { border-color: rgb(209,166,170); }
td.TdClassName
{
border-color: #D1A6AA;
}
.TagClassName
{
border-color: #D1A6AA;
}
</style>