Shades of Pale Chestnut #E1A4AA
Tints of Pale Chestnut #E1A4AA
RGB
CMYK
RGB Variations
Color information
#E1A4AA (or 0xE1A4AA) is known color: Pale Chestnut. HEX triplet: E1, A4 and AA. RGB value is (225,164,170). Sum of RGB (Red+Green+Blue) = 225+164+170=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A4AA is #1E5B55. Grayscale: #B6B6B6. Windows color (decimal): -1989462 or 11183329. OLE color: 11183329.
HSL color Cylindrical-coordinate representation of color #E1A4AA: hue angle of 354.1º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A4AA is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 170 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.12 |
| HSL | 354.1º | 0.5% | 0.76% | - |
| HSV(B) | 354.1º | 0.27% | 0.88% | - |
| XYZ | 51.58 | 45.46 | 44.09 | - |
| YUV | 182.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 170 | 0 | 0.27 | 0.24 | 0.12 | 354.1 | 0.5 | 0.76 |
| Hex | E1 | A4 | AA | 0 | 1B | 18 | C | 162 | 32 | 4C |
| Octal | 341 | 244 | 252 | 0 | 33 | 30 | 14 | 542 | 62 | 114 |
| Binary | 11100001 | 10100100 | 10101010 | 0 | 11011 | 11000 | 1100 | 101100010 | 110010 | 1001100 |
Color Harmonies of #E1A4AA
Complementary color
Monochromatic Colors of #E1A4AA
Black with #E1A4AA
Text Example
Text Example
White with #E1A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4AA; }
p { color: rgb(225,164,170); }
H1.HeaderClassName
{
color: #E1A4AA;
}
.AnyTagClassName
{
color: #E1A4AA;
}
</style>
background-color css
<style>
a { background-color: #E1A4AA; }
a { background-color: rgb(225,164,170); }
div.DivClassName
{
background-color: #E1A4AA;
}
.BgClassName
{
background-color: #E1A4AA;
}
</style>
border-color css
<style>
span { border-color: #E1A4AA; }
span { border-color: rgb(225,164,170); }
td.TdClassName
{
border-color: #E1A4AA;
}
.TagClassName
{
border-color: #E1A4AA;
}
</style>