Shades of Pale Chestnut #E1A6AB
Tints of Pale Chestnut #E1A6AB
RGB
CMYK
RGB Variations
Color information
#E1A6AB (or 0xE1A6AB) is known color: Pale Chestnut. HEX triplet: E1, A6 and AB. RGB value is (225,166,171). Sum of RGB (Red+Green+Blue) = 225+166+171=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A6AB is #1E5954. Grayscale: #B8B8B8. Windows color (decimal): -1988949 or 11249377. OLE color: 11249377.
HSL color Cylindrical-coordinate representation of color #E1A6AB: hue angle of 354.92º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6AB is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 171 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.12 |
| HSL | 354.92º | 0.5% | 0.77% | - |
| HSV(B) | 354.92º | 0.26% | 0.88% | - |
| XYZ | 52.04 | 46.22 | 44.71 | - |
| YUV | 184.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 171 | 0 | 0.26 | 0.24 | 0.12 | 354.92 | 0.5 | 0.77 |
| Hex | E1 | A6 | AB | 0 | 1A | 18 | C | 163 | 32 | 4D |
| Octal | 341 | 246 | 253 | 0 | 32 | 30 | 14 | 543 | 62 | 115 |
| Binary | 11100001 | 10100110 | 10101011 | 0 | 11010 | 11000 | 1100 | 101100011 | 110010 | 1001101 |
Color Harmonies of #E1A6AB
Complementary color
Monochromatic Colors of #E1A6AB
Black with #E1A6AB
Text Example
Text Example
White with #E1A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6AB; }
p { color: rgb(225,166,171); }
H1.HeaderClassName
{
color: #E1A6AB;
}
.AnyTagClassName
{
color: #E1A6AB;
}
</style>
background-color css
<style>
a { background-color: #E1A6AB; }
a { background-color: rgb(225,166,171); }
div.DivClassName
{
background-color: #E1A6AB;
}
.BgClassName
{
background-color: #E1A6AB;
}
</style>
border-color css
<style>
span { border-color: #E1A6AB; }
span { border-color: rgb(225,166,171); }
td.TdClassName
{
border-color: #E1A6AB;
}
.TagClassName
{
border-color: #E1A6AB;
}
</style>