Shades of Pale Chestnut #D7A6AA
Tints of Pale Chestnut #D7A6AA
RGB
CMYK
RGB Variations
Color information
#D7A6AA (or 0xD7A6AA) is known color: Pale Chestnut. HEX triplet: D7, A6 and AA. RGB value is (215,166,170). Sum of RGB (Red+Green+Blue) = 215+166+170=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A6AA is #285955. Grayscale: #B5B5B5. Windows color (decimal): -2644310 or 11183831. OLE color: 11183831.
HSL color Cylindrical-coordinate representation of color #D7A6AA: hue angle of 355.1º 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 #D7A6AA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 170 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.16 |
| HSL | 355.1º | 0.38% | 0.75% | - |
| HSV(B) | 355.1º | 0.23% | 0.84% | - |
| XYZ | 48.92 | 44.62 | 44.06 | - |
| YUV | 181.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 170 | 0 | 0.23 | 0.21 | 0.16 | 355.1 | 0.38 | 0.75 |
| Hex | D7 | A6 | AA | 0 | 17 | 15 | 10 | 163 | 26 | 4B |
| Octal | 327 | 246 | 252 | 0 | 27 | 25 | 20 | 543 | 46 | 113 |
| Binary | 11010111 | 10100110 | 10101010 | 0 | 10111 | 10101 | 10000 | 101100011 | 100110 | 1001011 |
Color Harmonies of #D7A6AA
Complementary color
Monochromatic Colors of #D7A6AA
Black with #D7A6AA
Text Example
Text Example
White with #D7A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A6AA; }
p { color: rgb(215,166,170); }
H1.HeaderClassName
{
color: #D7A6AA;
}
.AnyTagClassName
{
color: #D7A6AA;
}
</style>
background-color css
<style>
a { background-color: #D7A6AA; }
a { background-color: rgb(215,166,170); }
div.DivClassName
{
background-color: #D7A6AA;
}
.BgClassName
{
background-color: #D7A6AA;
}
</style>
border-color css
<style>
span { border-color: #D7A6AA; }
span { border-color: rgb(215,166,170); }
td.TdClassName
{
border-color: #D7A6AA;
}
.TagClassName
{
border-color: #D7A6AA;
}
</style>