Shades of Pale Chestnut #D7A6AF
Tints of Pale Chestnut #D7A6AF
RGB
CMYK
RGB Variations
Color information
#D7A6AF (or 0xD7A6AF) is known color: Pale Chestnut. HEX triplet: D7, A6 and AF. RGB value is (215,166,175). Sum of RGB (Red+Green+Blue) = 215+166+175=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A6AF is #285950. Grayscale: #B5B5B5. Windows color (decimal): -2644305 or 11511511. OLE color: 11511511.
HSL color Cylindrical-coordinate representation of color #D7A6AF: hue angle of 348.98º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7A6AF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 175 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.16 |
| HSL | 348.98º | 0.38% | 0.75% | - |
| HSV(B) | 348.98º | 0.23% | 0.84% | - |
| XYZ | 49.4 | 44.81 | 46.6 | - |
| YUV | 181.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 175 | 0 | 0.23 | 0.19 | 0.16 | 348.98 | 0.38 | 0.75 |
| Hex | D7 | A6 | AF | 0 | 17 | 13 | 10 | 15D | 26 | 4B |
| Octal | 327 | 246 | 257 | 0 | 27 | 23 | 20 | 535 | 46 | 113 |
| Binary | 11010111 | 10100110 | 10101111 | 0 | 10111 | 10011 | 10000 | 101011101 | 100110 | 1001011 |
Color Harmonies of #D7A6AF
Complementary color
Monochromatic Colors of #D7A6AF
Black with #D7A6AF
Text Example
Text Example
White with #D7A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A6AF; }
p { color: rgb(215,166,175); }
H1.HeaderClassName
{
color: #D7A6AF;
}
.AnyTagClassName
{
color: #D7A6AF;
}
</style>
background-color css
<style>
a { background-color: #D7A6AF; }
a { background-color: rgb(215,166,175); }
div.DivClassName
{
background-color: #D7A6AF;
}
.BgClassName
{
background-color: #D7A6AF;
}
</style>
border-color css
<style>
span { border-color: #D7A6AF; }
span { border-color: rgb(215,166,175); }
td.TdClassName
{
border-color: #D7A6AF;
}
.TagClassName
{
border-color: #D7A6AF;
}
</style>