Shades of Pale Chestnut #E5AAAC
Tints of Pale Chestnut #E5AAAC
RGB
CMYK
RGB Variations
Color information
#E5AAAC (or 0xE5AAAC) is known color: Pale Chestnut. HEX triplet: E5, AA and AC. RGB value is (229,170,172). Sum of RGB (Red+Green+Blue) = 229+170+172=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AAAC is #1A5553. Grayscale: #BBBBBB. Windows color (decimal): -1725780 or 11315941. OLE color: 11315941.
HSL color Cylindrical-coordinate representation of color #E5AAAC: hue angle of 357.97º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AAAC is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 172 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.10 |
| HSL | 357.97º | 0.53% | 0.78% | - |
| HSV(B) | 357.97º | 0.26% | 0.9% | - |
| XYZ | 54.13 | 48.39 | 45.52 | - |
| YUV | 187.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 172 | 0 | 0.26 | 0.25 | 0.10 | 357.97 | 0.53 | 0.78 |
| Hex | E5 | AA | AC | 0 | 1A | 19 | A | 166 | 35 | 4E |
| Octal | 345 | 252 | 254 | 0 | 32 | 31 | 12 | 546 | 65 | 116 |
| Binary | 11100101 | 10101010 | 10101100 | 0 | 11010 | 11001 | 1010 | 101100110 | 110101 | 1001110 |
Color Harmonies of #E5AAAC
Complementary color
Monochromatic Colors of #E5AAAC
Black with #E5AAAC
Text Example
Text Example
White with #E5AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AAAC; }
p { color: rgb(229,170,172); }
H1.HeaderClassName
{
color: #E5AAAC;
}
.AnyTagClassName
{
color: #E5AAAC;
}
</style>
background-color css
<style>
a { background-color: #E5AAAC; }
a { background-color: rgb(229,170,172); }
div.DivClassName
{
background-color: #E5AAAC;
}
.BgClassName
{
background-color: #E5AAAC;
}
</style>
border-color css
<style>
span { border-color: #E5AAAC; }
span { border-color: rgb(229,170,172); }
td.TdClassName
{
border-color: #E5AAAC;
}
.TagClassName
{
border-color: #E5AAAC;
}
</style>