#E1A5AA

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

Shades of Pale Chestnut #E1A5AA

Tints of Pale Chestnut #E1A5AA

Color information

#E1A5AA (or 0xE1A5AA) is unknown color: approx Pale Chestnut. HEX triplet: E1, A5 and AA. RGB value is (225,165,170). Sum of RGB (Red+Green+Blue) = 225+165+170=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A5AA is #1E5A55. Grayscale: #B7B7B7. Windows color (decimal): -1989206 or 11183585. OLE color: 11183585.

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

Color convert

RGB225165170-
CMYK00.270.240.12
HSL355º50%76.47%-
HSV(B)355º26.67%88.24%-
XYZ51.7645.8244.15-
YUV183.51120.38157.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=40.18%
G=29.46%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516517000.270.240.123555076.47
HexE1A5AA01B18C163324c
Octal341245252033301454362114
Binary1110000110100101101010100110111100011001011000111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A5AA; }

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

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

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

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

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

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

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

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