Shades of Pale Chestnut #D8A6AF
Tints of Pale Chestnut #D8A6AF
RGB
CMYK
RGB Variations
Color information
#D8A6AF (or 0xD8A6AF) is known color: Pale Chestnut. HEX triplet: D8, A6 and AF. RGB value is (216,166,175). Sum of RGB (Red+Green+Blue) = 216+166+175=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A6AF is #275950. Grayscale: #B5B5B5. Windows color (decimal): -2578769 or 11511512. OLE color: 11511512.
HSL color Cylindrical-coordinate representation of color #D8A6AF: hue angle of 349.2º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D8A6AF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 166 | 175 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.15 |
| HSL | 349.2º | 0.39% | 0.75% | - |
| HSV(B) | 349.2º | 0.23% | 0.85% | - |
| XYZ | 49.69 | 44.97 | 46.62 | - |
| YUV | 181.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 166 | 175 | 0 | 0.23 | 0.19 | 0.15 | 349.2 | 0.39 | 0.75 |
| Hex | D8 | A6 | AF | 0 | 17 | 13 | F | 15D | 27 | 4B |
| Octal | 330 | 246 | 257 | 0 | 27 | 23 | 17 | 535 | 47 | 113 |
| Binary | 11011000 | 10100110 | 10101111 | 0 | 10111 | 10011 | 1111 | 101011101 | 100111 | 1001011 |
Color Harmonies of #D8A6AF
Complementary color
Monochromatic Colors of #D8A6AF
Black with #D8A6AF
Text Example
Text Example
White with #D8A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A6AF; }
p { color: rgb(216,166,175); }
H1.HeaderClassName
{
color: #D8A6AF;
}
.AnyTagClassName
{
color: #D8A6AF;
}
</style>
background-color css
<style>
a { background-color: #D8A6AF; }
a { background-color: rgb(216,166,175); }
div.DivClassName
{
background-color: #D8A6AF;
}
.BgClassName
{
background-color: #D8A6AF;
}
</style>
border-color css
<style>
span { border-color: #D8A6AF; }
span { border-color: rgb(216,166,175); }
td.TdClassName
{
border-color: #D8A6AF;
}
.TagClassName
{
border-color: #D8A6AF;
}
</style>