Shades of Pale Chestnut #E7A0A7
Tints of Pale Chestnut #E7A0A7
RGB
CMYK
RGB Variations
Color information
#E7A0A7 (or 0xE7A0A7) is known color: Pale Chestnut. HEX triplet: E7, A0 and A7. RGB value is (231,160,167). Sum of RGB (Red+Green+Blue) = 231+160+167=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0A7 is #185F58. Grayscale: #B6B6B6. Windows color (decimal): -1597273 or 10985703. OLE color: 10985703.
HSL color Cylindrical-coordinate representation of color #E7A0A7: hue angle of 354.08º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0A7 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 167 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.09 |
| HSL | 354.08º | 0.6% | 0.77% | - |
| HSV(B) | 354.08º | 0.31% | 0.91% | - |
| XYZ | 52.5 | 44.92 | 42.46 | - |
| YUV | 182.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 167 | 0 | 0.31 | 0.28 | 0.09 | 354.08 | 0.6 | 0.77 |
| Hex | E7 | A0 | A7 | 0 | 1F | 1C | 9 | 162 | 3C | 4D |
| Octal | 347 | 240 | 247 | 0 | 37 | 34 | 11 | 542 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10100111 | 0 | 11111 | 11100 | 1001 | 101100010 | 111100 | 1001101 |
Color Harmonies of #E7A0A7
Complementary color
Monochromatic Colors of #E7A0A7
Black with #E7A0A7
Text Example
Text Example
White with #E7A0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0A7; }
p { color: rgb(231,160,167); }
H1.HeaderClassName
{
color: #E7A0A7;
}
.AnyTagClassName
{
color: #E7A0A7;
}
</style>
background-color css
<style>
a { background-color: #E7A0A7; }
a { background-color: rgb(231,160,167); }
div.DivClassName
{
background-color: #E7A0A7;
}
.BgClassName
{
background-color: #E7A0A7;
}
</style>
border-color css
<style>
span { border-color: #E7A0A7; }
span { border-color: rgb(231,160,167); }
td.TdClassName
{
border-color: #E7A0A7;
}
.TagClassName
{
border-color: #E7A0A7;
}
</style>