Shades of Pale Chestnut #D7A5AA
Tints of Pale Chestnut #D7A5AA
RGB
CMYK
RGB Variations
Color information
#D7A5AA (or 0xD7A5AA) is known color: Pale Chestnut. HEX triplet: D7, A5 and AA. RGB value is (215,165,170). Sum of RGB (Red+Green+Blue) = 215+165+170=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A5AA is #285A55. Grayscale: #B4B4B4. Windows color (decimal): -2644566 or 11183575. OLE color: 11183575.
HSL color Cylindrical-coordinate representation of color #D7A5AA: hue angle of 354º 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 #D7A5AA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 170 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.16 |
| HSL | 354º | 0.38% | 0.75% | - |
| HSV(B) | 354º | 0.23% | 0.84% | - |
| XYZ | 48.74 | 44.26 | 44 | - |
| YUV | 180.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 170 | 0 | 0.23 | 0.21 | 0.16 | 354 | 0.38 | 0.75 |
| Hex | D7 | A5 | AA | 0 | 17 | 15 | 10 | 162 | 26 | 4B |
| Octal | 327 | 245 | 252 | 0 | 27 | 25 | 20 | 542 | 46 | 113 |
| Binary | 11010111 | 10100101 | 10101010 | 0 | 10111 | 10101 | 10000 | 101100010 | 100110 | 1001011 |
Color Harmonies of #D7A5AA
Complementary color
Monochromatic Colors of #D7A5AA
Black with #D7A5AA
Text Example
Text Example
White with #D7A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A5AA; }
p { color: rgb(215,165,170); }
H1.HeaderClassName
{
color: #D7A5AA;
}
.AnyTagClassName
{
color: #D7A5AA;
}
</style>
background-color css
<style>
a { background-color: #D7A5AA; }
a { background-color: rgb(215,165,170); }
div.DivClassName
{
background-color: #D7A5AA;
}
.BgClassName
{
background-color: #D7A5AA;
}
</style>
border-color css
<style>
span { border-color: #D7A5AA; }
span { border-color: rgb(215,165,170); }
td.TdClassName
{
border-color: #D7A5AA;
}
.TagClassName
{
border-color: #D7A5AA;
}
</style>