Shades of Pale Chestnut #E1A9AB
Tints of Pale Chestnut #E1A9AB
RGB
CMYK
RGB Variations
Color information
#E1A9AB (or 0xE1A9AB) is known color: Pale Chestnut. HEX triplet: E1, A9 and AB. RGB value is (225,169,171). Sum of RGB (Red+Green+Blue) = 225+169+171=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A9AB is #1E5654. Grayscale: #BABABA. Windows color (decimal): -1988181 or 11250145. OLE color: 11250145.
HSL color Cylindrical-coordinate representation of color #E1A9AB: hue angle of 357.86º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9AB is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 171 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.12 |
| HSL | 357.86º | 0.48% | 0.77% | - |
| HSV(B) | 357.86º | 0.25% | 0.88% | - |
| XYZ | 52.59 | 47.32 | 44.89 | - |
| YUV | 185.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 171 | 0 | 0.25 | 0.24 | 0.12 | 357.86 | 0.48 | 0.77 |
| Hex | E1 | A9 | AB | 0 | 19 | 18 | C | 166 | 30 | 4D |
| Octal | 341 | 251 | 253 | 0 | 31 | 30 | 14 | 546 | 60 | 115 |
| Binary | 11100001 | 10101001 | 10101011 | 0 | 11001 | 11000 | 1100 | 101100110 | 110000 | 1001101 |
Color Harmonies of #E1A9AB
Complementary color
Monochromatic Colors of #E1A9AB
Black with #E1A9AB
Text Example
Text Example
White with #E1A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9AB; }
p { color: rgb(225,169,171); }
H1.HeaderClassName
{
color: #E1A9AB;
}
.AnyTagClassName
{
color: #E1A9AB;
}
</style>
background-color css
<style>
a { background-color: #E1A9AB; }
a { background-color: rgb(225,169,171); }
div.DivClassName
{
background-color: #E1A9AB;
}
.BgClassName
{
background-color: #E1A9AB;
}
</style>
border-color css
<style>
span { border-color: #E1A9AB; }
span { border-color: rgb(225,169,171); }
td.TdClassName
{
border-color: #E1A9AB;
}
.TagClassName
{
border-color: #E1A9AB;
}
</style>