Shades of Pale Chestnut #E0A9AA
Tints of Pale Chestnut #E0A9AA
RGB
CMYK
RGB Variations
Color information
#E0A9AA (or 0xE0A9AA) is known color: Pale Chestnut. HEX triplet: E0, A9 and AA. RGB value is (224,169,170). Sum of RGB (Red+Green+Blue) = 224+169+170=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A9AA is #1F5655. Grayscale: #B9B9B9. Windows color (decimal): -2053718 or 11184608. OLE color: 11184608.
HSL color Cylindrical-coordinate representation of color #E0A9AA: hue angle of 358.91º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0A9AA is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 170 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.12 |
| HSL | 358.91º | 0.47% | 0.77% | - |
| HSV(B) | 358.91º | 0.25% | 0.88% | - |
| XYZ | 52.18 | 47.13 | 44.38 | - |
| YUV | 185.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 170 | 0 | 0.25 | 0.24 | 0.12 | 358.91 | 0.47 | 0.77 |
| Hex | E0 | A9 | AA | 0 | 19 | 18 | C | 167 | 2F | 4D |
| Octal | 340 | 251 | 252 | 0 | 31 | 30 | 14 | 547 | 57 | 115 |
| Binary | 11100000 | 10101001 | 10101010 | 0 | 11001 | 11000 | 1100 | 101100111 | 101111 | 1001101 |
Color Harmonies of #E0A9AA
Complementary color
Monochromatic Colors of #E0A9AA
Black with #E0A9AA
Text Example
Text Example
White with #E0A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A9AA; }
p { color: rgb(224,169,170); }
H1.HeaderClassName
{
color: #E0A9AA;
}
.AnyTagClassName
{
color: #E0A9AA;
}
</style>
background-color css
<style>
a { background-color: #E0A9AA; }
a { background-color: rgb(224,169,170); }
div.DivClassName
{
background-color: #E0A9AA;
}
.BgClassName
{
background-color: #E0A9AA;
}
</style>
border-color css
<style>
span { border-color: #E0A9AA; }
span { border-color: rgb(224,169,170); }
td.TdClassName
{
border-color: #E0A9AA;
}
.TagClassName
{
border-color: #E0A9AA;
}
</style>