Shades of Pale Chestnut #E3A8AE
Tints of Pale Chestnut #E3A8AE
RGB
CMYK
RGB Variations
Color information
#E3A8AE (or 0xE3A8AE) is known color: Pale Chestnut. HEX triplet: E3, A8 and AE. RGB value is (227,168,174). Sum of RGB (Red+Green+Blue) = 227+168+174=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A8AE is #1C5751. Grayscale: #BABABA. Windows color (decimal): -1857362 or 11446499. OLE color: 11446499.
HSL color Cylindrical-coordinate representation of color #E3A8AE: hue angle of 353.9º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3A8AE is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 174 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.11 |
| HSL | 353.9º | 0.51% | 0.77% | - |
| HSV(B) | 353.9º | 0.26% | 0.89% | - |
| XYZ | 53.32 | 47.39 | 46.38 | - |
| YUV | 186.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 174 | 0 | 0.26 | 0.23 | 0.11 | 353.9 | 0.51 | 0.77 |
| Hex | E3 | A8 | AE | 0 | 1A | 17 | B | 162 | 33 | 4D |
| Octal | 343 | 250 | 256 | 0 | 32 | 27 | 13 | 542 | 63 | 115 |
| Binary | 11100011 | 10101000 | 10101110 | 0 | 11010 | 10111 | 1011 | 101100010 | 110011 | 1001101 |
Color Harmonies of #E3A8AE
Complementary color
Monochromatic Colors of #E3A8AE
Black with #E3A8AE
Text Example
Text Example
White with #E3A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8AE; }
p { color: rgb(227,168,174); }
H1.HeaderClassName
{
color: #E3A8AE;
}
.AnyTagClassName
{
color: #E3A8AE;
}
</style>
background-color css
<style>
a { background-color: #E3A8AE; }
a { background-color: rgb(227,168,174); }
div.DivClassName
{
background-color: #E3A8AE;
}
.BgClassName
{
background-color: #E3A8AE;
}
</style>
border-color css
<style>
span { border-color: #E3A8AE; }
span { border-color: rgb(227,168,174); }
td.TdClassName
{
border-color: #E3A8AE;
}
.TagClassName
{
border-color: #E3A8AE;
}
</style>