Shades of Pale Chestnut #E0AAAC
Tints of Pale Chestnut #E0AAAC
RGB
CMYK
RGB Variations
Color information
#E0AAAC (or 0xE0AAAC) is known color: Pale Chestnut. HEX triplet: E0, AA and AC. RGB value is (224,170,172). Sum of RGB (Red+Green+Blue) = 224+170+172=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAAC is #1F5553. Grayscale: #BABABA. Windows color (decimal): -2053460 or 11315936. OLE color: 11315936.
HSL color Cylindrical-coordinate representation of color #E0AAAC: hue angle of 357.78º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0AAAC is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 172 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.12 |
| HSL | 357.78º | 0.47% | 0.77% | - |
| HSV(B) | 357.78º | 0.24% | 0.88% | - |
| XYZ | 52.56 | 47.58 | 45.44 | - |
| YUV | 186.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 172 | 0 | 0.24 | 0.23 | 0.12 | 357.78 | 0.47 | 0.77 |
| Hex | E0 | AA | AC | 0 | 18 | 17 | C | 166 | 2F | 4D |
| Octal | 340 | 252 | 254 | 0 | 30 | 27 | 14 | 546 | 57 | 115 |
| Binary | 11100000 | 10101010 | 10101100 | 0 | 11000 | 10111 | 1100 | 101100110 | 101111 | 1001101 |
Color Harmonies of #E0AAAC
Complementary color
Monochromatic Colors of #E0AAAC
Black with #E0AAAC
Text Example
Text Example
White with #E0AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAAC; }
p { color: rgb(224,170,172); }
H1.HeaderClassName
{
color: #E0AAAC;
}
.AnyTagClassName
{
color: #E0AAAC;
}
</style>
background-color css
<style>
a { background-color: #E0AAAC; }
a { background-color: rgb(224,170,172); }
div.DivClassName
{
background-color: #E0AAAC;
}
.BgClassName
{
background-color: #E0AAAC;
}
</style>
border-color css
<style>
span { border-color: #E0AAAC; }
span { border-color: rgb(224,170,172); }
td.TdClassName
{
border-color: #E0AAAC;
}
.TagClassName
{
border-color: #E0AAAC;
}
</style>