Shades of Pale Chestnut #E1A0AA
Tints of Pale Chestnut #E1A0AA
RGB
CMYK
RGB Variations
Color information
#E1A0AA (or 0xE1A0AA) is known color: Pale Chestnut. HEX triplet: E1, A0 and AA. RGB value is (225,160,170). Sum of RGB (Red+Green+Blue) = 225+160+170=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A0AA is #1E5F55. Grayscale: #B4B4B4. Windows color (decimal): -1990486 or 11182305. OLE color: 11182305.
HSL color Cylindrical-coordinate representation of color #E1A0AA: hue angle of 350.77º degrees, saturation: 0.52, 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 #E1A0AA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 170 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.12 |
| HSL | 350.77º | 0.52% | 0.75% | - |
| HSV(B) | 350.77º | 0.29% | 0.88% | - |
| XYZ | 50.88 | 44.05 | 43.85 | - |
| YUV | 180.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 170 | 0 | 0.29 | 0.24 | 0.12 | 350.77 | 0.52 | 0.75 |
| Hex | E1 | A0 | AA | 0 | 1D | 18 | C | 15F | 34 | 4B |
| Octal | 341 | 240 | 252 | 0 | 35 | 30 | 14 | 537 | 64 | 113 |
| Binary | 11100001 | 10100000 | 10101010 | 0 | 11101 | 11000 | 1100 | 101011111 | 110100 | 1001011 |
Color Harmonies of #E1A0AA
Complementary color
Monochromatic Colors of #E1A0AA
Black with #E1A0AA
Text Example
Text Example
White with #E1A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0AA; }
p { color: rgb(225,160,170); }
H1.HeaderClassName
{
color: #E1A0AA;
}
.AnyTagClassName
{
color: #E1A0AA;
}
</style>
background-color css
<style>
a { background-color: #E1A0AA; }
a { background-color: rgb(225,160,170); }
div.DivClassName
{
background-color: #E1A0AA;
}
.BgClassName
{
background-color: #E1A0AA;
}
</style>
border-color css
<style>
span { border-color: #E1A0AA; }
span { border-color: rgb(225,160,170); }
td.TdClassName
{
border-color: #E1A0AA;
}
.TagClassName
{
border-color: #E1A0AA;
}
</style>