Shades of Pale Chestnut #E0ACAF
Tints of Pale Chestnut #E0ACAF
RGB
CMYK
RGB Variations
Color information
#E0ACAF (or 0xE0ACAF) is known color: Pale Chestnut. HEX triplet: E0, AC and AF. RGB value is (224,172,175). Sum of RGB (Red+Green+Blue) = 224+172+175=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ACAF is #1F5350. Grayscale: #BBBBBB. Windows color (decimal): -2052945 or 11513056. OLE color: 11513056.
HSL color Cylindrical-coordinate representation of color #E0ACAF: hue angle of 356.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0ACAF is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 175 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.12 |
| HSL | 356.54º | 0.46% | 0.78% | - |
| HSV(B) | 356.54º | 0.23% | 0.88% | - |
| XYZ | 53.23 | 48.45 | 47.1 | - |
| YUV | 187.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 175 | 0 | 0.23 | 0.22 | 0.12 | 356.54 | 0.46 | 0.78 |
| Hex | E0 | AC | AF | 0 | 17 | 16 | C | 165 | 2E | 4E |
| Octal | 340 | 254 | 257 | 0 | 27 | 26 | 14 | 545 | 56 | 116 |
| Binary | 11100000 | 10101100 | 10101111 | 0 | 10111 | 10110 | 1100 | 101100101 | 101110 | 1001110 |
Color Harmonies of #E0ACAF
Complementary color
Monochromatic Colors of #E0ACAF
Black with #E0ACAF
Text Example
Text Example
White with #E0ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ACAF; }
p { color: rgb(224,172,175); }
H1.HeaderClassName
{
color: #E0ACAF;
}
.AnyTagClassName
{
color: #E0ACAF;
}
</style>
background-color css
<style>
a { background-color: #E0ACAF; }
a { background-color: rgb(224,172,175); }
div.DivClassName
{
background-color: #E0ACAF;
}
.BgClassName
{
background-color: #E0ACAF;
}
</style>
border-color css
<style>
span { border-color: #E0ACAF; }
span { border-color: rgb(224,172,175); }
td.TdClassName
{
border-color: #E0ACAF;
}
.TagClassName
{
border-color: #E0ACAF;
}
</style>