#E1A5A9

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

Shades of Pale Chestnut #E1A5A9

Tints of Pale Chestnut #E1A5A9

Color information

#E1A5A9 (or 0xE1A5A9) is unknown color: approx Pale Chestnut. HEX triplet: E1, A5 and A9. RGB value is (225,165,169). Sum of RGB (Red+Green+Blue) = 225+165+169=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5A9 is #1E5A56. Grayscale: #B7B7B7. Windows color (decimal): -1989207 or 11118049. OLE color: 11118049.

HSL color Cylindrical-coordinate representation of color #E1A5A9: hue angle of 356º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5A9 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB225165169-
CMYK00.270.250.12
HSL356º50%76.47%-
HSV(B)356º26.67%88.24%-
XYZ51.6745.7843.65-
YUV183.4119.88157.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=40.25%
G=29.52%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516516900.270.250.123565076.47
HexE1A5A901B19C164324c
Octal341245251033311454462114
Binary1110000110100101101010010110111100111001011001001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A5A9; }

 p { color: rgb(225,165,169); }

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

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

 a { background-color: rgb(225,165,169); }

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

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

 span { border-color: rgb(225,165,169); }

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