#E7A6AA

Color #E7A6AA Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #E7A6AA

Tints of Pale Chestnut #E7A6AA

Color information

#E7A6AA (or 0xE7A6AA) is unknown color: approx Pale Chestnut. HEX triplet: E7, A6 and AA. RGB value is (231,166,170). Sum of RGB (Red+Green+Blue) = 231+166+170=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A6AA is #185955. Grayscale: #B9B9B9. Windows color (decimal): -1595734 or 11183847. OLE color: 11183847.

HSL color Cylindrical-coordinate representation of color #E7A6AA: hue angle of 356.31º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7A6AA is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231166170-
CMYK00.280.260.09
HSL356.31º57.52%77.84%-
HSV(B)356.31º28.14%90.59%-
XYZ53.8547.1644.3-
YUV185.89119.03160.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=40.74%
G=29.28%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116617000.280.260.09356.3157.5277.84
HexE7A6AA01C1A91643a4e
Octal347246252034321154472116
Binary1110011110100110101010100111001101010011011001001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A6AA; }

 p { color: rgb(231,166,170); }

 H1.HeaderClassName
 {
   color: #E7A6AA;
 }
 .AnyTagClassName
 {
   color: #E7A6AA;
 }
</style>
background-color css

<style>
 a { background-color: #E7A6AA; }

 a { background-color: rgb(231,166,170); }

 div.DivClassName
 {
   background-color: #E7A6AA;
 }
 .BgClassName
 {
   background-color: #E7A6AA;
 }
</style>
border-color css

<style>
 span { border-color: #E7A6AA; }

 span { border-color: rgb(231,166,170); }

 td.TdClassName
 {
   border-color: #E7A6AA;
 }
 .TagClassName
 {
   border-color: #E7A6AA;
 }
</style>