Shades of Pale Chestnut #D8A1A8
Tints of Pale Chestnut #D8A1A8
RGB
CMYK
RGB Variations
Color information
#D8A1A8 (or 0xD8A1A8) is known color: Pale Chestnut. HEX triplet: D8, A1 and A8. RGB value is (216,161,168). Sum of RGB (Red+Green+Blue) = 216+161+168=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1A8 is #275E57. Grayscale: #B2B2B2. Windows color (decimal): -2580056 or 11051480. OLE color: 11051480.
HSL color Cylindrical-coordinate representation of color #D8A1A8: hue angle of 352.36º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1A8 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 168 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.15 |
| HSL | 352.36º | 0.41% | 0.74% | - |
| HSV(B) | 352.36º | 0.25% | 0.85% | - |
| XYZ | 48.13 | 42.92 | 42.79 | - |
| YUV | 178.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 168 | 0 | 0.25 | 0.22 | 0.15 | 352.36 | 0.41 | 0.74 |
| Hex | D8 | A1 | A8 | 0 | 19 | 16 | F | 160 | 29 | 4A |
| Octal | 330 | 241 | 250 | 0 | 31 | 26 | 17 | 540 | 51 | 112 |
| Binary | 11011000 | 10100001 | 10101000 | 0 | 11001 | 10110 | 1111 | 101100000 | 101001 | 1001010 |
Color Harmonies of #D8A1A8
Complementary color
Monochromatic Colors of #D8A1A8
Black with #D8A1A8
Text Example
Text Example
White with #D8A1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1A8; }
p { color: rgb(216,161,168); }
H1.HeaderClassName
{
color: #D8A1A8;
}
.AnyTagClassName
{
color: #D8A1A8;
}
</style>
background-color css
<style>
a { background-color: #D8A1A8; }
a { background-color: rgb(216,161,168); }
div.DivClassName
{
background-color: #D8A1A8;
}
.BgClassName
{
background-color: #D8A1A8;
}
</style>
border-color css
<style>
span { border-color: #D8A1A8; }
span { border-color: rgb(216,161,168); }
td.TdClassName
{
border-color: #D8A1A8;
}
.TagClassName
{
border-color: #D8A1A8;
}
</style>