Shades of Pale Chestnut #E3A0AA
Tints of Pale Chestnut #E3A0AA
RGB
CMYK
RGB Variations
Color information
#E3A0AA (or 0xE3A0AA) is known color: Pale Chestnut. HEX triplet: E3, A0 and AA. RGB value is (227,160,170). Sum of RGB (Red+Green+Blue) = 227+160+170=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A0AA is #1C5F55. Grayscale: #B5B5B5. Windows color (decimal): -1859414 or 11182307. OLE color: 11182307.
HSL color Cylindrical-coordinate representation of color #E3A0AA: hue angle of 351.04º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3A0AA is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 170 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.11 |
| HSL | 351.04º | 0.54% | 0.76% | - |
| HSV(B) | 351.04º | 0.3% | 0.89% | - |
| XYZ | 51.51 | 44.37 | 43.88 | - |
| YUV | 181.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 170 | 0 | 0.30 | 0.25 | 0.11 | 351.04 | 0.54 | 0.76 |
| Hex | E3 | A0 | AA | 0 | 1E | 19 | B | 15F | 36 | 4C |
| Octal | 343 | 240 | 252 | 0 | 36 | 31 | 13 | 537 | 66 | 114 |
| Binary | 11100011 | 10100000 | 10101010 | 0 | 11110 | 11001 | 1011 | 101011111 | 110110 | 1001100 |
Color Harmonies of #E3A0AA
Complementary color
Monochromatic Colors of #E3A0AA
Black with #E3A0AA
Text Example
Text Example
White with #E3A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A0AA; }
p { color: rgb(227,160,170); }
H1.HeaderClassName
{
color: #E3A0AA;
}
.AnyTagClassName
{
color: #E3A0AA;
}
</style>
background-color css
<style>
a { background-color: #E3A0AA; }
a { background-color: rgb(227,160,170); }
div.DivClassName
{
background-color: #E3A0AA;
}
.BgClassName
{
background-color: #E3A0AA;
}
</style>
border-color css
<style>
span { border-color: #E3A0AA; }
span { border-color: rgb(227,160,170); }
td.TdClassName
{
border-color: #E3A0AA;
}
.TagClassName
{
border-color: #E3A0AA;
}
</style>