#E5A2AD

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

Shades of Pale Chestnut #E5A2AD

Tints of Pale Chestnut #E5A2AD

Color information

#E5A2AD (or 0xE5A2AD) is unknown color: approx Pale Chestnut. HEX triplet: E5, A2 and AD. RGB value is (229,162,173). Sum of RGB (Red+Green+Blue) = 229+162+173=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A2AD is #1A5D52. Grayscale: #B7B7B7. Windows color (decimal): -1727827 or 11379429. OLE color: 11379429.

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

Color convert

RGB229162173-
CMYK00.290.240.10
HSL350.15º56.3%76.67%-
HSV(B)350.15º29.26%89.8%-
XYZ52.7845.5245.54-
YUV183.29122.2160.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 162 (63.67% from 255) = 28.72%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=40.60%
G=28.72%
B=30.67%

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
Decimal22916217300.290.240.10350.1556.376.67
HexE5A2AD01D18A15e384d
Octal345242255035301253670115
Binary1110010110100010101011010111011100010101010111101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A2AD; }

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

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

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

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

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

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

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

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