Shades of Pale Chestnut #D8A6AD
Tints of Pale Chestnut #D8A6AD
RGB
CMYK
RGB Variations
Color information
#D8A6AD (or 0xD8A6AD) is known color: Pale Chestnut. HEX triplet: D8, A6 and AD. RGB value is (216,166,173). Sum of RGB (Red+Green+Blue) = 216+166+173=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A6AD is #275952. Grayscale: #B5B5B5. Windows color (decimal): -2578771 or 11380440. OLE color: 11380440.
HSL color Cylindrical-coordinate representation of color #D8A6AD: hue angle of 351.6º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A6AD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 173 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.15 |
| HSL | 351.6º | 0.39% | 0.75% | - |
| HSV(B) | 351.6º | 0.23% | 0.85% | - |
| XYZ | 49.5 | 44.89 | 45.59 | - |
| YUV | 181.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 173 | 0 | 0.23 | 0.20 | 0.15 | 351.6 | 0.39 | 0.75 |
| Hex | D8 | A6 | AD | 0 | 17 | 14 | F | 160 | 27 | 4B |
| Octal | 330 | 246 | 255 | 0 | 27 | 24 | 17 | 540 | 47 | 113 |
| Binary | 11011000 | 10100110 | 10101101 | 0 | 10111 | 10100 | 1111 | 101100000 | 100111 | 1001011 |
Color Harmonies of #D8A6AD
Complementary color
Monochromatic Colors of #D8A6AD
Black with #D8A6AD
Text Example
Text Example
White with #D8A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A6AD; }
p { color: rgb(216,166,173); }
H1.HeaderClassName
{
color: #D8A6AD;
}
.AnyTagClassName
{
color: #D8A6AD;
}
</style>
background-color css
<style>
a { background-color: #D8A6AD; }
a { background-color: rgb(216,166,173); }
div.DivClassName
{
background-color: #D8A6AD;
}
.BgClassName
{
background-color: #D8A6AD;
}
</style>
border-color css
<style>
span { border-color: #D8A6AD; }
span { border-color: rgb(216,166,173); }
td.TdClassName
{
border-color: #D8A6AD;
}
.TagClassName
{
border-color: #D8A6AD;
}
</style>