Shades of Pale Chestnut #D7A9AA
Tints of Pale Chestnut #D7A9AA
RGB
CMYK
RGB Variations
Color information
#D7A9AA (or 0xD7A9AA) is known color: Pale Chestnut. HEX triplet: D7, A9 and AA. RGB value is (215,169,170). Sum of RGB (Red+Green+Blue) = 215+169+170=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A9AA is #285655. Grayscale: #B6B6B6. Windows color (decimal): -2643542 or 11184599. OLE color: 11184599.
HSL color Cylindrical-coordinate representation of color #D7A9AA: hue angle of 358.7º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7A9AA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 170 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.16 |
| HSL | 358.7º | 0.37% | 0.75% | - |
| HSV(B) | 358.7º | 0.21% | 0.84% | - |
| XYZ | 49.47 | 45.73 | 44.25 | - |
| YUV | 182.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 170 | 0 | 0.21 | 0.21 | 0.16 | 358.7 | 0.37 | 0.75 |
| Hex | D7 | A9 | AA | 0 | 15 | 15 | 10 | 167 | 25 | 4B |
| Octal | 327 | 251 | 252 | 0 | 25 | 25 | 20 | 547 | 45 | 113 |
| Binary | 11010111 | 10101001 | 10101010 | 0 | 10101 | 10101 | 10000 | 101100111 | 100101 | 1001011 |
Color Harmonies of #D7A9AA
Complementary color
Monochromatic Colors of #D7A9AA
Black with #D7A9AA
Text Example
Text Example
White with #D7A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A9AA; }
p { color: rgb(215,169,170); }
H1.HeaderClassName
{
color: #D7A9AA;
}
.AnyTagClassName
{
color: #D7A9AA;
}
</style>
background-color css
<style>
a { background-color: #D7A9AA; }
a { background-color: rgb(215,169,170); }
div.DivClassName
{
background-color: #D7A9AA;
}
.BgClassName
{
background-color: #D7A9AA;
}
</style>
border-color css
<style>
span { border-color: #D7A9AA; }
span { border-color: rgb(215,169,170); }
td.TdClassName
{
border-color: #D7A9AA;
}
.TagClassName
{
border-color: #D7A9AA;
}
</style>