Shades of Pale Chestnut #D8A8AB
Tints of Pale Chestnut #D8A8AB
RGB
CMYK
RGB Variations
Color information
#D8A8AB (or 0xD8A8AB) is known color: Pale Chestnut. HEX triplet: D8, A8 and AB. RGB value is (216,168,171). Sum of RGB (Red+Green+Blue) = 216+168+171=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A8AB is #275754. Grayscale: #B6B6B6. Windows color (decimal): -2578261 or 11249880. OLE color: 11249880.
HSL color Cylindrical-coordinate representation of color #D8A8AB: hue angle of 356.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A8AB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 171 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.15 |
| HSL | 356.25º | 0.38% | 0.75% | - |
| HSV(B) | 356.25º | 0.22% | 0.85% | - |
| XYZ | 49.67 | 45.54 | 44.7 | - |
| YUV | 182.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 171 | 0 | 0.22 | 0.21 | 0.15 | 356.25 | 0.38 | 0.75 |
| Hex | D8 | A8 | AB | 0 | 16 | 15 | F | 164 | 26 | 4B |
| Octal | 330 | 250 | 253 | 0 | 26 | 25 | 17 | 544 | 46 | 113 |
| Binary | 11011000 | 10101000 | 10101011 | 0 | 10110 | 10101 | 1111 | 101100100 | 100110 | 1001011 |
Color Harmonies of #D8A8AB
Complementary color
Monochromatic Colors of #D8A8AB
Black with #D8A8AB
Text Example
Text Example
White with #D8A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8AB; }
p { color: rgb(216,168,171); }
H1.HeaderClassName
{
color: #D8A8AB;
}
.AnyTagClassName
{
color: #D8A8AB;
}
</style>
background-color css
<style>
a { background-color: #D8A8AB; }
a { background-color: rgb(216,168,171); }
div.DivClassName
{
background-color: #D8A8AB;
}
.BgClassName
{
background-color: #D8A8AB;
}
</style>
border-color css
<style>
span { border-color: #D8A8AB; }
span { border-color: rgb(216,168,171); }
td.TdClassName
{
border-color: #D8A8AB;
}
.TagClassName
{
border-color: #D8A8AB;
}
</style>