Shades of Pale Chestnut #D7A3A9
Tints of Pale Chestnut #D7A3A9
RGB
CMYK
RGB Variations
Color information
#D7A3A9 (or 0xD7A3A9) is known color: Pale Chestnut. HEX triplet: D7, A3 and A9. RGB value is (215,163,169). Sum of RGB (Red+Green+Blue) = 215+163+169=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A3A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A3A9 is #285C56. Grayscale: #B3B3B3. Windows color (decimal): -2645079 or 11117527. OLE color: 11117527.
HSL color Cylindrical-coordinate representation of color #D7A3A9: hue angle of 353.08º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7A3A9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 169 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.16 |
| HSL | 353.08º | 0.39% | 0.74% | - |
| HSV(B) | 353.08º | 0.24% | 0.84% | - |
| XYZ | 48.28 | 43.51 | 43.39 | - |
| YUV | 179.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 169 | 0 | 0.24 | 0.21 | 0.16 | 353.08 | 0.39 | 0.74 |
| Hex | D7 | A3 | A9 | 0 | 18 | 15 | 10 | 161 | 27 | 4A |
| Octal | 327 | 243 | 251 | 0 | 30 | 25 | 20 | 541 | 47 | 112 |
| Binary | 11010111 | 10100011 | 10101001 | 0 | 11000 | 10101 | 10000 | 101100001 | 100111 | 1001010 |
Color Harmonies of #D7A3A9
Complementary color
Monochromatic Colors of #D7A3A9
Black with #D7A3A9
Text Example
Text Example
White with #D7A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A3A9; }
p { color: rgb(215,163,169); }
H1.HeaderClassName
{
color: #D7A3A9;
}
.AnyTagClassName
{
color: #D7A3A9;
}
</style>
background-color css
<style>
a { background-color: #D7A3A9; }
a { background-color: rgb(215,163,169); }
div.DivClassName
{
background-color: #D7A3A9;
}
.BgClassName
{
background-color: #D7A3A9;
}
</style>
border-color css
<style>
span { border-color: #D7A3A9; }
span { border-color: rgb(215,163,169); }
td.TdClassName
{
border-color: #D7A3A9;
}
.TagClassName
{
border-color: #D7A3A9;
}
</style>