Shades of Pale Chestnut #D8A6A8
Tints of Pale Chestnut #D8A6A8
RGB
CMYK
RGB Variations
Color information
#D8A6A8 (or 0xD8A6A8) is known color: Pale Chestnut. HEX triplet: D8, A6 and A8. RGB value is (216,166,168). Sum of RGB (Red+Green+Blue) = 216+166+168=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A6A8 is #275957. Grayscale: #B5B5B5. Windows color (decimal): -2578776 or 11052760. OLE color: 11052760.
HSL color Cylindrical-coordinate representation of color #D8A6A8: hue angle of 357.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 #D8A6A8 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 168 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.15 |
| HSL | 357.6º | 0.39% | 0.75% | - |
| HSV(B) | 357.6º | 0.23% | 0.85% | - |
| XYZ | 49.02 | 44.7 | 43.09 | - |
| YUV | 181.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 168 | 0 | 0.23 | 0.22 | 0.15 | 357.6 | 0.39 | 0.75 |
| Hex | D8 | A6 | A8 | 0 | 17 | 16 | F | 166 | 27 | 4B |
| Octal | 330 | 246 | 250 | 0 | 27 | 26 | 17 | 546 | 47 | 113 |
| Binary | 11011000 | 10100110 | 10101000 | 0 | 10111 | 10110 | 1111 | 101100110 | 100111 | 1001011 |
Color Harmonies of #D8A6A8
Complementary color
Monochromatic Colors of #D8A6A8
Black with #D8A6A8
Text Example
Text Example
White with #D8A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A6A8; }
p { color: rgb(216,166,168); }
H1.HeaderClassName
{
color: #D8A6A8;
}
.AnyTagClassName
{
color: #D8A6A8;
}
</style>
background-color css
<style>
a { background-color: #D8A6A8; }
a { background-color: rgb(216,166,168); }
div.DivClassName
{
background-color: #D8A6A8;
}
.BgClassName
{
background-color: #D8A6A8;
}
</style>
border-color css
<style>
span { border-color: #D8A6A8; }
span { border-color: rgb(216,166,168); }
td.TdClassName
{
border-color: #D8A6A8;
}
.TagClassName
{
border-color: #D8A6A8;
}
</style>