Shades of Pale Chestnut #D8A8AF
Tints of Pale Chestnut #D8A8AF
RGB
CMYK
RGB Variations
Color information
#D8A8AF (or 0xD8A8AF) is known color: Pale Chestnut. HEX triplet: D8, A8 and AF. RGB value is (216,168,175). Sum of RGB (Red+Green+Blue) = 216+168+175=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A8AF is #275750. Grayscale: #B7B7B7. Windows color (decimal): -2578257 or 11512024. OLE color: 11512024.
HSL color Cylindrical-coordinate representation of color #D8A8AF: hue angle of 351.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 #D8A8AF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 175 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.15 |
| HSL | 351.25º | 0.38% | 0.75% | - |
| HSV(B) | 351.25º | 0.22% | 0.85% | - |
| XYZ | 50.06 | 45.7 | 46.74 | - |
| YUV | 183.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 175 | 0 | 0.22 | 0.19 | 0.15 | 351.25 | 0.38 | 0.75 |
| Hex | D8 | A8 | AF | 0 | 16 | 13 | F | 15F | 26 | 4B |
| Octal | 330 | 250 | 257 | 0 | 26 | 23 | 17 | 537 | 46 | 113 |
| Binary | 11011000 | 10101000 | 10101111 | 0 | 10110 | 10011 | 1111 | 101011111 | 100110 | 1001011 |
Color Harmonies of #D8A8AF
Complementary color
Monochromatic Colors of #D8A8AF
Black with #D8A8AF
Text Example
Text Example
White with #D8A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8AF; }
p { color: rgb(216,168,175); }
H1.HeaderClassName
{
color: #D8A8AF;
}
.AnyTagClassName
{
color: #D8A8AF;
}
</style>
background-color css
<style>
a { background-color: #D8A8AF; }
a { background-color: rgb(216,168,175); }
div.DivClassName
{
background-color: #D8A8AF;
}
.BgClassName
{
background-color: #D8A8AF;
}
</style>
border-color css
<style>
span { border-color: #D8A8AF; }
span { border-color: rgb(216,168,175); }
td.TdClassName
{
border-color: #D8A8AF;
}
.TagClassName
{
border-color: #D8A8AF;
}
</style>