#E5A2A7

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

Shades of Pale Chestnut #E5A2A7

Tints of Pale Chestnut #E5A2A7

Color information

#E5A2A7 (or 0xE5A2A7) is unknown color: approx Pale Chestnut. HEX triplet: E5, A2 and A7. RGB value is (229,162,167). Sum of RGB (Red+Green+Blue) = 229+162+167=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A2A7 is #1A5D58. Grayscale: #B6B6B6. Windows color (decimal): -1727833 or 10986213. OLE color: 10986213.

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

Color convert

RGB229162167-
CMYK00.290.270.10
HSL355.52º56.3%76.67%-
HSV(B)355.52º29.26%89.8%-
XYZ52.2145.2942.55-
YUV182.6119.2161.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=41.04%
G=29.03%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916216700.290.270.10355.5256.376.67
HexE5A2A701D1BA164384d
Octal345242247035331254470115
Binary1110010110100010101001110111011101110101011001001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A2A7; }

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

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

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

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

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

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

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

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