Shades of Pale Chestnut #E5ACAF
Tints of Pale Chestnut #E5ACAF
RGB
CMYK
RGB Variations
Color information
#E5ACAF (or 0xE5ACAF) is known color: Pale Chestnut. HEX triplet: E5, AC and AF. RGB value is (229,172,175). Sum of RGB (Red+Green+Blue) = 229+172+175=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5ACAF is #1A5350. Grayscale: #BDBDBD. Windows color (decimal): -1725265 or 11513061. OLE color: 11513061.
HSL color Cylindrical-coordinate representation of color #E5ACAF: hue angle of 356.84º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACAF is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 175 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.10 |
| HSL | 356.84º | 0.52% | 0.79% | - |
| HSV(B) | 356.84º | 0.25% | 0.9% | - |
| XYZ | 54.8 | 49.26 | 47.18 | - |
| YUV | 189.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 175 | 0 | 0.25 | 0.24 | 0.10 | 356.84 | 0.52 | 0.79 |
| Hex | E5 | AC | AF | 0 | 19 | 18 | A | 165 | 34 | 4F |
| Octal | 345 | 254 | 257 | 0 | 31 | 30 | 12 | 545 | 64 | 117 |
| Binary | 11100101 | 10101100 | 10101111 | 0 | 11001 | 11000 | 1010 | 101100101 | 110100 | 1001111 |
Color Harmonies of #E5ACAF
Complementary color
Monochromatic Colors of #E5ACAF
Black with #E5ACAF
Text Example
Text Example
White with #E5ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ACAF; }
p { color: rgb(229,172,175); }
H1.HeaderClassName
{
color: #E5ACAF;
}
.AnyTagClassName
{
color: #E5ACAF;
}
</style>
background-color css
<style>
a { background-color: #E5ACAF; }
a { background-color: rgb(229,172,175); }
div.DivClassName
{
background-color: #E5ACAF;
}
.BgClassName
{
background-color: #E5ACAF;
}
</style>
border-color css
<style>
span { border-color: #E5ACAF; }
span { border-color: rgb(229,172,175); }
td.TdClassName
{
border-color: #E5ACAF;
}
.TagClassName
{
border-color: #E5ACAF;
}
</style>