Shades of Pale Chestnut #D8A8AE
Tints of Pale Chestnut #D8A8AE
RGB
CMYK
RGB Variations
Color information
#D8A8AE (or 0xD8A8AE) is known color: Pale Chestnut. HEX triplet: D8, A8 and AE. RGB value is (216,168,174). Sum of RGB (Red+Green+Blue) = 216+168+174=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A8AE is #275751. Grayscale: #B7B7B7. Windows color (decimal): -2578258 or 11446488. OLE color: 11446488.
HSL color Cylindrical-coordinate representation of color #D8A8AE: hue angle of 352.5º 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 #D8A8AE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 174 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.15 |
| HSL | 352.5º | 0.38% | 0.75% | - |
| HSV(B) | 352.5º | 0.22% | 0.85% | - |
| XYZ | 49.96 | 45.66 | 46.22 | - |
| YUV | 183.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 174 | 0 | 0.22 | 0.19 | 0.15 | 352.5 | 0.38 | 0.75 |
| Hex | D8 | A8 | AE | 0 | 16 | 13 | F | 160 | 26 | 4B |
| Octal | 330 | 250 | 256 | 0 | 26 | 23 | 17 | 540 | 46 | 113 |
| Binary | 11011000 | 10101000 | 10101110 | 0 | 10110 | 10011 | 1111 | 101100000 | 100110 | 1001011 |
Color Harmonies of #D8A8AE
Complementary color
Monochromatic Colors of #D8A8AE
Black with #D8A8AE
Text Example
Text Example
White with #D8A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8AE; }
p { color: rgb(216,168,174); }
H1.HeaderClassName
{
color: #D8A8AE;
}
.AnyTagClassName
{
color: #D8A8AE;
}
</style>
background-color css
<style>
a { background-color: #D8A8AE; }
a { background-color: rgb(216,168,174); }
div.DivClassName
{
background-color: #D8A8AE;
}
.BgClassName
{
background-color: #D8A8AE;
}
</style>
border-color css
<style>
span { border-color: #D8A8AE; }
span { border-color: rgb(216,168,174); }
td.TdClassName
{
border-color: #D8A8AE;
}
.TagClassName
{
border-color: #D8A8AE;
}
</style>