Shades of Pale Chestnut #E5A2AD
Tints of Pale Chestnut #E5A2AD
RGB
CMYK
RGB Variations
Color information
#E5A2AD (or 0xE5A2AD) is known color: Pale Chestnut. HEX triplet: E5, A2 and AD. RGB value is (229,162,173). Sum of RGB (Red+Green+Blue) = 229+162+173=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A2AD is #1A5D52. Grayscale: #B7B7B7. Windows color (decimal): -1727827 or 11379429. OLE color: 11379429.
HSL color Cylindrical-coordinate representation of color #E5A2AD: hue angle of 350.15º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2AD is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 173 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.10 |
| HSL | 350.15º | 0.56% | 0.77% | - |
| HSV(B) | 350.15º | 0.29% | 0.9% | - |
| XYZ | 52.78 | 45.52 | 45.54 | - |
| YUV | 183.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 173 | 0 | 0.29 | 0.24 | 0.10 | 350.15 | 0.56 | 0.77 |
| Hex | E5 | A2 | AD | 0 | 1D | 18 | A | 15E | 38 | 4D |
| Octal | 345 | 242 | 255 | 0 | 35 | 30 | 12 | 536 | 70 | 115 |
| Binary | 11100101 | 10100010 | 10101101 | 0 | 11101 | 11000 | 1010 | 101011110 | 111000 | 1001101 |
Color Harmonies of #E5A2AD
Complementary color
Monochromatic Colors of #E5A2AD
Black with #E5A2AD
Text Example
Text Example
White with #E5A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A2AD; }
p { color: rgb(229,162,173); }
H1.HeaderClassName
{
color: #E5A2AD;
}
.AnyTagClassName
{
color: #E5A2AD;
}
</style>
background-color css
<style>
a { background-color: #E5A2AD; }
a { background-color: rgb(229,162,173); }
div.DivClassName
{
background-color: #E5A2AD;
}
.BgClassName
{
background-color: #E5A2AD;
}
</style>
border-color css
<style>
span { border-color: #E5A2AD; }
span { border-color: rgb(229,162,173); }
td.TdClassName
{
border-color: #E5A2AD;
}
.TagClassName
{
border-color: #E5A2AD;
}
</style>