Shades of Pale Chestnut #E2A9AB
Tints of Pale Chestnut #E2A9AB
RGB
CMYK
RGB Variations
Color information
#E2A9AB (or 0xE2A9AB) is known color: Pale Chestnut. HEX triplet: E2, A9 and AB. RGB value is (226,169,171). Sum of RGB (Red+Green+Blue) = 226+169+171=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A9AB is #1D5654. Grayscale: #BABABA. Windows color (decimal): -1922645 or 11250146. OLE color: 11250146.
HSL color Cylindrical-coordinate representation of color #E2A9AB: hue angle of 357.89º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2A9AB is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 171 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.11 |
| HSL | 357.89º | 0.5% | 0.77% | - |
| HSV(B) | 357.89º | 0.25% | 0.89% | - |
| XYZ | 52.9 | 47.48 | 44.91 | - |
| YUV | 186.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 171 | 0 | 0.25 | 0.24 | 0.11 | 357.89 | 0.5 | 0.77 |
| Hex | E2 | A9 | AB | 0 | 19 | 18 | B | 166 | 32 | 4D |
| Octal | 342 | 251 | 253 | 0 | 31 | 30 | 13 | 546 | 62 | 115 |
| Binary | 11100010 | 10101001 | 10101011 | 0 | 11001 | 11000 | 1011 | 101100110 | 110010 | 1001101 |
Color Harmonies of #E2A9AB
Complementary color
Monochromatic Colors of #E2A9AB
Black with #E2A9AB
Text Example
Text Example
White with #E2A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A9AB; }
p { color: rgb(226,169,171); }
H1.HeaderClassName
{
color: #E2A9AB;
}
.AnyTagClassName
{
color: #E2A9AB;
}
</style>
background-color css
<style>
a { background-color: #E2A9AB; }
a { background-color: rgb(226,169,171); }
div.DivClassName
{
background-color: #E2A9AB;
}
.BgClassName
{
background-color: #E2A9AB;
}
</style>
border-color css
<style>
span { border-color: #E2A9AB; }
span { border-color: rgb(226,169,171); }
td.TdClassName
{
border-color: #E2A9AB;
}
.TagClassName
{
border-color: #E2A9AB;
}
</style>