Shades of Pale Chestnut #E5A3AA
Tints of Pale Chestnut #E5A3AA
RGB
CMYK
RGB Variations
Color information
#E5A3AA (or 0xE5A3AA) is known color: Pale Chestnut. HEX triplet: E5, A3 and AA. RGB value is (229,163,170). Sum of RGB (Red+Green+Blue) = 229+163+170=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A3AA is #1A5C55. Grayscale: #B7B7B7. Windows color (decimal): -1727574 or 11183077. OLE color: 11183077.
HSL color Cylindrical-coordinate representation of color #E5A3AA: hue angle of 353.64º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3AA is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 170 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.10 |
| HSL | 353.64º | 0.56% | 0.77% | - |
| HSV(B) | 353.64º | 0.29% | 0.9% | - |
| XYZ | 52.67 | 45.75 | 44.09 | - |
| YUV | 183.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 170 | 0 | 0.29 | 0.26 | 0.10 | 353.64 | 0.56 | 0.77 |
| Hex | E5 | A3 | AA | 0 | 1D | 1A | A | 162 | 38 | 4D |
| Octal | 345 | 243 | 252 | 0 | 35 | 32 | 12 | 542 | 70 | 115 |
| Binary | 11100101 | 10100011 | 10101010 | 0 | 11101 | 11010 | 1010 | 101100010 | 111000 | 1001101 |
Color Harmonies of #E5A3AA
Complementary color
Monochromatic Colors of #E5A3AA
Black with #E5A3AA
Text Example
Text Example
White with #E5A3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3AA; }
p { color: rgb(229,163,170); }
H1.HeaderClassName
{
color: #E5A3AA;
}
.AnyTagClassName
{
color: #E5A3AA;
}
</style>
background-color css
<style>
a { background-color: #E5A3AA; }
a { background-color: rgb(229,163,170); }
div.DivClassName
{
background-color: #E5A3AA;
}
.BgClassName
{
background-color: #E5A3AA;
}
</style>
border-color css
<style>
span { border-color: #E5A3AA; }
span { border-color: rgb(229,163,170); }
td.TdClassName
{
border-color: #E5A3AA;
}
.TagClassName
{
border-color: #E5A3AA;
}
</style>