#E1A1AC

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

Shades of Pale Chestnut #E1A1AC

Tints of Pale Chestnut #E1A1AC

Color information

#E1A1AC (or 0xE1A1AC) is unknown color: approx Pale Chestnut. HEX triplet: E1, A1 and AC. RGB value is (225,161,172). Sum of RGB (Red+Green+Blue) = 225+161+172=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A1AC is #1E5E53. Grayscale: #B5B5B5. Windows color (decimal): -1990228 or 11313633. OLE color: 11313633.

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

Color convert

RGB225161172-
CMYK00.280.240.12
HSL349.69º51.61%75.69%-
HSV(B)349.69º28.44%88.24%-
XYZ51.2444.4844.91-
YUV181.39122.7159.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=40.32%
G=28.85%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516117200.280.240.12349.6951.6175.69
HexE1A1AC01C18C15e344c
Octal341241254034301453664114
Binary1110000110100001101011000111001100011001010111101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A1AC; }

 p { color: rgb(225,161,172); }

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

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

 a { background-color: rgb(225,161,172); }

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

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

 span { border-color: rgb(225,161,172); }

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