Shades of Pale Chestnut #D1A6AD
Tints of Pale Chestnut #D1A6AD
RGB
CMYK
RGB Variations
Color information
#D1A6AD (or 0xD1A6AD) is known color: Pale Chestnut. HEX triplet: D1, A6 and AD. RGB value is (209,166,173). Sum of RGB (Red+Green+Blue) = 209+166+173=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A6AD is #2E5952. Grayscale: #B3B3B3. Windows color (decimal): -3037523 or 11380433. OLE color: 11380433.
HSL color Cylindrical-coordinate representation of color #D1A6AD: hue angle of 350.23º 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 #D1A6AD is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 173 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.18 |
| HSL | 350.23º | 0.32% | 0.74% | - |
| HSV(B) | 350.23º | 0.21% | 0.82% | - |
| XYZ | 47.47 | 43.84 | 45.5 | - |
| YUV | 179.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 173 | 0 | 0.21 | 0.17 | 0.18 | 350.23 | 0.32 | 0.74 |
| Hex | D1 | A6 | AD | 0 | 15 | 11 | 12 | 15E | 20 | 4A |
| Octal | 321 | 246 | 255 | 0 | 25 | 21 | 22 | 536 | 40 | 112 |
| Binary | 11010001 | 10100110 | 10101101 | 0 | 10101 | 10001 | 10010 | 101011110 | 100000 | 1001010 |
Color Harmonies of #D1A6AD
Complementary color
Monochromatic Colors of #D1A6AD
Black with #D1A6AD
Text Example
Text Example
White with #D1A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6AD; }
p { color: rgb(209,166,173); }
H1.HeaderClassName
{
color: #D1A6AD;
}
.AnyTagClassName
{
color: #D1A6AD;
}
</style>
background-color css
<style>
a { background-color: #D1A6AD; }
a { background-color: rgb(209,166,173); }
div.DivClassName
{
background-color: #D1A6AD;
}
.BgClassName
{
background-color: #D1A6AD;
}
</style>
border-color css
<style>
span { border-color: #D1A6AD; }
span { border-color: rgb(209,166,173); }
td.TdClassName
{
border-color: #D1A6AD;
}
.TagClassName
{
border-color: #D1A6AD;
}
</style>