Shades of Pale Chestnut #E0A0AA
Tints of Pale Chestnut #E0A0AA
RGB
CMYK
RGB Variations
Color information
#E0A0AA (or 0xE0A0AA) is known color: Pale Chestnut. HEX triplet: E0, A0 and AA. RGB value is (224,160,170). Sum of RGB (Red+Green+Blue) = 224+160+170=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0AA is #1F5F55. Grayscale: #B4B4B4. Windows color (decimal): -2056022 or 11182304. OLE color: 11182304.
HSL color Cylindrical-coordinate representation of color #E0A0AA: hue angle of 350.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0AA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 170 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.12 |
| HSL | 350.63º | 0.51% | 0.75% | - |
| HSV(B) | 350.63º | 0.29% | 0.88% | - |
| XYZ | 50.57 | 43.89 | 43.84 | - |
| YUV | 180.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 170 | 0 | 0.29 | 0.24 | 0.12 | 350.63 | 0.51 | 0.75 |
| Hex | E0 | A0 | AA | 0 | 1D | 18 | C | 15F | 33 | 4B |
| Octal | 340 | 240 | 252 | 0 | 35 | 30 | 14 | 537 | 63 | 113 |
| Binary | 11100000 | 10100000 | 10101010 | 0 | 11101 | 11000 | 1100 | 101011111 | 110011 | 1001011 |
Color Harmonies of #E0A0AA
Complementary color
Monochromatic Colors of #E0A0AA
Black with #E0A0AA
Text Example
Text Example
White with #E0A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A0AA; }
p { color: rgb(224,160,170); }
H1.HeaderClassName
{
color: #E0A0AA;
}
.AnyTagClassName
{
color: #E0A0AA;
}
</style>
background-color css
<style>
a { background-color: #E0A0AA; }
a { background-color: rgb(224,160,170); }
div.DivClassName
{
background-color: #E0A0AA;
}
.BgClassName
{
background-color: #E0A0AA;
}
</style>
border-color css
<style>
span { border-color: #E0A0AA; }
span { border-color: rgb(224,160,170); }
td.TdClassName
{
border-color: #E0A0AA;
}
.TagClassName
{
border-color: #E0A0AA;
}
</style>