#e1a3ae

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

Shades of Pale Chestnut #E1A3AE

Tints of Pale Chestnut #E1A3AE

Color information

#E1A3AE (or 0xE1A3AE) is unknown color: approx Pale Chestnut. HEX triplet: E1, A3 and AE. RGB value is (225,163,174). Sum of RGB (Red+Green+Blue) = 225+163+174=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A3AE is #1E5C51. Grayscale: #B6B6B6. Windows color (decimal): -1989714 or 11445217. OLE color: 11445217.

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

Color convert

RGB225163174-
CMYK00.280.230.12
HSL349.35º50.82%76.08%-
HSV(B)349.35º27.56%88.24%-
XYZ51.7945.2646.05-
YUV182.79123.04158.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=40.04%
G=29.00%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516317400.280.230.12349.3550.8276.08
HexE1A3AE01C17C15d334c
Octal341243256034271453563114
Binary1110000110100011101011100111001011111001010111011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a3ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a3ae; }

 p { color: rgb(225,163,174); }

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

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

 a { background-color: rgb(225,163,174); }

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

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

 span { border-color: rgb(225,163,174); }

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