Shades of Pale Chestnut #D8A5A8
Tints of Pale Chestnut #D8A5A8
RGB
CMYK
RGB Variations
Color information
#D8A5A8 (or 0xD8A5A8) is known color: Pale Chestnut. HEX triplet: D8, A5 and A8. RGB value is (216,165,168). Sum of RGB (Red+Green+Blue) = 216+165+168=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A5A8 is #275A57. Grayscale: #B4B4B4. Windows color (decimal): -2579032 or 11052504. OLE color: 11052504.
HSL color Cylindrical-coordinate representation of color #D8A5A8: hue angle of 356.47º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A5A8 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 168 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.15 |
| HSL | 356.47º | 0.4% | 0.75% | - |
| HSV(B) | 356.47º | 0.24% | 0.85% | - |
| XYZ | 48.84 | 44.34 | 43.03 | - |
| YUV | 180.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 168 | 0 | 0.24 | 0.22 | 0.15 | 356.47 | 0.4 | 0.75 |
| Hex | D8 | A5 | A8 | 0 | 18 | 16 | F | 164 | 28 | 4B |
| Octal | 330 | 245 | 250 | 0 | 30 | 26 | 17 | 544 | 50 | 113 |
| Binary | 11011000 | 10100101 | 10101000 | 0 | 11000 | 10110 | 1111 | 101100100 | 101000 | 1001011 |
Color Harmonies of #D8A5A8
Complementary color
Monochromatic Colors of #D8A5A8
Black with #D8A5A8
Text Example
Text Example
White with #D8A5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A5A8; }
p { color: rgb(216,165,168); }
H1.HeaderClassName
{
color: #D8A5A8;
}
.AnyTagClassName
{
color: #D8A5A8;
}
</style>
background-color css
<style>
a { background-color: #D8A5A8; }
a { background-color: rgb(216,165,168); }
div.DivClassName
{
background-color: #D8A5A8;
}
.BgClassName
{
background-color: #D8A5A8;
}
</style>
border-color css
<style>
span { border-color: #D8A5A8; }
span { border-color: rgb(216,165,168); }
td.TdClassName
{
border-color: #D8A5A8;
}
.TagClassName
{
border-color: #D8A5A8;
}
</style>