Shades of Pale Chestnut #E5AEAF
Tints of Pale Chestnut #E5AEAF
RGB
CMYK
RGB Variations
Color information
#E5AEAF (or 0xE5AEAF) is known color: Pale Chestnut. HEX triplet: E5, AE and AF. RGB value is (229,174,175). Sum of RGB (Red+Green+Blue) = 229+174+175=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AEAF is #1A5150. Grayscale: #BEBEBE. Windows color (decimal): -1724753 or 11513573. OLE color: 11513573.
HSL color Cylindrical-coordinate representation of color #E5AEAF: hue angle of 358.91º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AEAF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 175 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.10 |
| HSL | 358.91º | 0.51% | 0.79% | - |
| HSV(B) | 358.91º | 0.24% | 0.9% | - |
| XYZ | 55.19 | 50.03 | 47.3 | - |
| YUV | 190.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 175 | 0 | 0.24 | 0.24 | 0.10 | 358.91 | 0.51 | 0.79 |
| Hex | E5 | AE | AF | 0 | 18 | 18 | A | 167 | 33 | 4F |
| Octal | 345 | 256 | 257 | 0 | 30 | 30 | 12 | 547 | 63 | 117 |
| Binary | 11100101 | 10101110 | 10101111 | 0 | 11000 | 11000 | 1010 | 101100111 | 110011 | 1001111 |
Color Harmonies of #E5AEAF
Complementary color
Monochromatic Colors of #E5AEAF
Black with #E5AEAF
Text Example
Text Example
White with #E5AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEAF; }
p { color: rgb(229,174,175); }
H1.HeaderClassName
{
color: #E5AEAF;
}
.AnyTagClassName
{
color: #E5AEAF;
}
</style>
background-color css
<style>
a { background-color: #E5AEAF; }
a { background-color: rgb(229,174,175); }
div.DivClassName
{
background-color: #E5AEAF;
}
.BgClassName
{
background-color: #E5AEAF;
}
</style>
border-color css
<style>
span { border-color: #E5AEAF; }
span { border-color: rgb(229,174,175); }
td.TdClassName
{
border-color: #E5AEAF;
}
.TagClassName
{
border-color: #E5AEAF;
}
</style>