#E5A2AE

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

Shades of Pale Chestnut #E5A2AE

Tints of Pale Chestnut #E5A2AE

Color information

#E5A2AE (or 0xE5A2AE) is unknown color: approx Pale Chestnut. HEX triplet: E5, A2 and AE. RGB value is (229,162,174). Sum of RGB (Red+Green+Blue) = 229+162+174=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A2AE is #1A5D51. Grayscale: #B7B7B7. Windows color (decimal): -1727826 or 11444965. OLE color: 11444965.

HSL color Cylindrical-coordinate representation of color #E5A2AE: hue angle of 349.25º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2AE is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229162174-
CMYK00.290.240.10
HSL349.25º56.3%76.67%-
HSV(B)349.25º29.26%89.8%-
XYZ52.8745.5546.05-
YUV183.4122.7160.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=40.53%
G=28.67%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916217400.290.240.10349.2556.376.67
HexE5A2AE01D18A15d384d
Octal345242256035301253570115
Binary1110010110100010101011100111011100010101010111011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A2AE; }

 p { color: rgb(229,162,174); }

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

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

 a { background-color: rgb(229,162,174); }

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

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

 span { border-color: rgb(229,162,174); }

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