Shades of Pale Chestnut #E1A5AA
Tints of Pale Chestnut #E1A5AA
RGB
CMYK
RGB Variations
Color information
#E1A5AA (or 0xE1A5AA) is known color: Pale Chestnut. HEX triplet: E1, A5 and AA. RGB value is (225,165,170). Sum of RGB (Red+Green+Blue) = 225+165+170=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5AA is #1E5A55. Grayscale: #B7B7B7. Windows color (decimal): -1989206 or 11183585. OLE color: 11183585.
HSL color Cylindrical-coordinate representation of color #E1A5AA: hue angle of 355º 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 #E1A5AA is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 170 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.12 |
| HSL | 355º | 0.5% | 0.76% | - |
| HSV(B) | 355º | 0.27% | 0.88% | - |
| XYZ | 51.76 | 45.82 | 44.15 | - |
| YUV | 183.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 170 | 0 | 0.27 | 0.24 | 0.12 | 355 | 0.5 | 0.76 |
| Hex | E1 | A5 | AA | 0 | 1B | 18 | C | 163 | 32 | 4C |
| Octal | 341 | 245 | 252 | 0 | 33 | 30 | 14 | 543 | 62 | 114 |
| Binary | 11100001 | 10100101 | 10101010 | 0 | 11011 | 11000 | 1100 | 101100011 | 110010 | 1001100 |
Color Harmonies of #E1A5AA
Complementary color
Monochromatic Colors of #E1A5AA
Black with #E1A5AA
Text Example
Text Example
White with #E1A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5AA; }
p { color: rgb(225,165,170); }
H1.HeaderClassName
{
color: #E1A5AA;
}
.AnyTagClassName
{
color: #E1A5AA;
}
</style>
background-color css
<style>
a { background-color: #E1A5AA; }
a { background-color: rgb(225,165,170); }
div.DivClassName
{
background-color: #E1A5AA;
}
.BgClassName
{
background-color: #E1A5AA;
}
</style>
border-color css
<style>
span { border-color: #E1A5AA; }
span { border-color: rgb(225,165,170); }
td.TdClassName
{
border-color: #E1A5AA;
}
.TagClassName
{
border-color: #E1A5AA;
}
</style>