#E7A8AE

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

Shades of Pale Chestnut #E7A8AE

Tints of Pale Chestnut #E7A8AE

Color information

#E7A8AE (or 0xE7A8AE) is unknown color: approx Pale Chestnut. HEX triplet: E7, A8 and AE. RGB value is (231,168,174). Sum of RGB (Red+Green+Blue) = 231+168+174=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A8AE is #185751. Grayscale: #BBBBBB. Windows color (decimal): -1595218 or 11446503. OLE color: 11446503.

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

Color convert

RGB231168174-
CMYK00.270.250.09
HSL354.29º56.76%78.24%-
HSV(B)354.29º27.27%90.59%-
XYZ54.648.0546.44-
YUV187.52120.37159.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=40.31%
G=29.32%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116817400.270.250.09354.2956.7678.24
HexE7A8AE01B199162394e
Octal347250256033311154271116
Binary1110011110101000101011100110111100110011011000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8AE; }

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

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

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

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

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

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

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

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