Shades of Pale Chestnut #E8ACAF
Tints of Pale Chestnut #E8ACAF
RGB
CMYK
RGB Variations
Color information
#E8ACAF (or 0xE8ACAF) is known color: Pale Chestnut. HEX triplet: E8, AC and AF. RGB value is (232,172,175). Sum of RGB (Red+Green+Blue) = 232+172+175=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8ACAF is #175350. Grayscale: #BEBEBE. Windows color (decimal): -1528657 or 11513064. OLE color: 11513064.
HSL color Cylindrical-coordinate representation of color #E8ACAF: hue angle of 357º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ACAF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 175 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.09 |
| HSL | 357º | 0.57% | 0.79% | - |
| HSV(B) | 357º | 0.26% | 0.91% | - |
| XYZ | 55.77 | 49.76 | 47.22 | - |
| YUV | 190.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 175 | 0 | 0.26 | 0.25 | 0.09 | 357 | 0.57 | 0.79 |
| Hex | E8 | AC | AF | 0 | 1A | 19 | 9 | 165 | 39 | 4F |
| Octal | 350 | 254 | 257 | 0 | 32 | 31 | 11 | 545 | 71 | 117 |
| Binary | 11101000 | 10101100 | 10101111 | 0 | 11010 | 11001 | 1001 | 101100101 | 111001 | 1001111 |
Color Harmonies of #E8ACAF
Complementary color
Monochromatic Colors of #E8ACAF
Black with #E8ACAF
Text Example
Text Example
White with #E8ACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACAF; }
p { color: rgb(232,172,175); }
H1.HeaderClassName
{
color: #E8ACAF;
}
.AnyTagClassName
{
color: #E8ACAF;
}
</style>
background-color css
<style>
a { background-color: #E8ACAF; }
a { background-color: rgb(232,172,175); }
div.DivClassName
{
background-color: #E8ACAF;
}
.BgClassName
{
background-color: #E8ACAF;
}
</style>
border-color css
<style>
span { border-color: #E8ACAF; }
span { border-color: rgb(232,172,175); }
td.TdClassName
{
border-color: #E8ACAF;
}
.TagClassName
{
border-color: #E8ACAF;
}
</style>