Shades of Pale Chestnut #E7A8AC
Tints of Pale Chestnut #E7A8AC
RGB
CMYK
RGB Variations
Color information
#E7A8AC (or 0xE7A8AC) is known color: Pale Chestnut. HEX triplet: E7, A8 and AC. RGB value is (231,168,172). Sum of RGB (Red+Green+Blue) = 231+168+172=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A8AC is #185753. Grayscale: #BBBBBB. Windows color (decimal): -1595220 or 11315431. OLE color: 11315431.
HSL color Cylindrical-coordinate representation of color #E7A8AC: hue angle of 356.19º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8AC is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 168 | 172 | - |
CMYK | 0 | 0.27 | 0.26 | 0.09 |
HSL | 356.19º | 0.57% | 0.78% | - |
HSV(B) | 356.19º | 0.27% | 0.91% | - |
XYZ | 54.4 | 47.97 | 45.42 | - |
YUV | 187.29 | 119.37 | 159.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 168 | 172 | 0 | 0.27 | 0.26 | 0.09 | 356.19 | 0.57 | 0.78 |
Hex | E7 | A8 | AC | 0 | 1B | 1A | 9 | 164 | 39 | 4E |
Octal | 347 | 250 | 254 | 0 | 33 | 32 | 11 | 544 | 71 | 116 |
Binary | 11100111 | 10101000 | 10101100 | 0 | 11011 | 11010 | 1001 | 101100100 | 111001 | 1001110 |
Color Harmonies of #E7A8AC
Complementary color
Monochromatic Colors of #E7A8AC
Black with #E7A8AC
Text Example
Text Example
White with #E7A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A8AC; }
p { color: rgb(231,168,172); }
H1.HeaderClassName
{
color: #E7A8AC;
}
.AnyTagClassName
{
color: #E7A8AC;
}
</style>
background-color css
<style>
a { background-color: #E7A8AC; }
a { background-color: rgb(231,168,172); }
div.DivClassName
{
background-color: #E7A8AC;
}
.BgClassName
{
background-color: #E7A8AC;
}
</style>
border-color css
<style>
span { border-color: #E7A8AC; }
span { border-color: rgb(231,168,172); }
td.TdClassName
{
border-color: #E7A8AC;
}
.TagClassName
{
border-color: #E7A8AC;
}
</style>