Shades of Pale Chestnut #E1A8AD
Tints of Pale Chestnut #E1A8AD
RGB
CMYK
RGB Variations
Color information
#E1A8AD (or 0xE1A8AD) is known color: Pale Chestnut. HEX triplet: E1, A8 and AD. RGB value is (225,168,173). Sum of RGB (Red+Green+Blue) = 225+168+173=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A8AD is #1E5752. Grayscale: #B9B9B9. Windows color (decimal): -1988435 or 11380961. OLE color: 11380961.
HSL color Cylindrical-coordinate representation of color #E1A8AD: hue angle of 354.74º degrees, saturation: 0.49, 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 #E1A8AD is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 173 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.12 |
| HSL | 354.74º | 0.49% | 0.77% | - |
| HSV(B) | 354.74º | 0.25% | 0.88% | - |
| XYZ | 52.6 | 47.03 | 45.84 | - |
| YUV | 185.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 173 | 0 | 0.25 | 0.23 | 0.12 | 354.74 | 0.49 | 0.77 |
| Hex | E1 | A8 | AD | 0 | 19 | 17 | C | 163 | 31 | 4D |
| Octal | 341 | 250 | 255 | 0 | 31 | 27 | 14 | 543 | 61 | 115 |
| Binary | 11100001 | 10101000 | 10101101 | 0 | 11001 | 10111 | 1100 | 101100011 | 110001 | 1001101 |
Color Harmonies of #E1A8AD
Complementary color
Monochromatic Colors of #E1A8AD
Black with #E1A8AD
Text Example
Text Example
White with #E1A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A8AD; }
p { color: rgb(225,168,173); }
H1.HeaderClassName
{
color: #E1A8AD;
}
.AnyTagClassName
{
color: #E1A8AD;
}
</style>
background-color css
<style>
a { background-color: #E1A8AD; }
a { background-color: rgb(225,168,173); }
div.DivClassName
{
background-color: #E1A8AD;
}
.BgClassName
{
background-color: #E1A8AD;
}
</style>
border-color css
<style>
span { border-color: #E1A8AD; }
span { border-color: rgb(225,168,173); }
td.TdClassName
{
border-color: #E1A8AD;
}
.TagClassName
{
border-color: #E1A8AD;
}
</style>