#E7A8AA

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

Shades of Pale Chestnut #E7A8AA

Tints of Pale Chestnut #E7A8AA

Color information

#E7A8AA (or 0xE7A8AA) is unknown color: approx Pale Chestnut. HEX triplet: E7, A8 and AA. RGB value is (231,168,170). Sum of RGB (Red+Green+Blue) = 231+168+170=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A8AA is #185755. Grayscale: #BBBBBB. Windows color (decimal): -1595222 or 11184359. OLE color: 11184359.

HSL color Cylindrical-coordinate representation of color #E7A8AA: hue angle of 358.1º 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 #E7A8AA is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231168170-
CMYK00.270.260.09
HSL358.1º56.76%78.24%-
HSV(B)358.1º27.27%90.59%-
XYZ54.2147.944.42-
YUV187.06118.37159.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 168 (66.02% from 255) = 29.53%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=40.60%
G=29.53%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116817000.270.260.09358.156.7678.24
HexE7A8AA01B1A9166394e
Octal347250252033321154671116
Binary1110011110101000101010100110111101010011011001101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8AA; }

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

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

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

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

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

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

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

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