#E0AAAC

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

Shades of Pale Chestnut #E0AAAC

Tints of Pale Chestnut #E0AAAC

Color information

#E0AAAC (or 0xE0AAAC) is unknown color: approx Pale Chestnut. HEX triplet: E0, AA and AC. RGB value is (224,170,172). Sum of RGB (Red+Green+Blue) = 224+170+172=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAAC is #1F5553. Grayscale: #BABABA. Windows color (decimal): -2053460 or 11315936. OLE color: 11315936.

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

Color convert

RGB224170172-
CMYK00.240.230.12
HSL357.78º46.55%77.25%-
HSV(B)357.78º24.11%87.84%-
XYZ52.5647.5845.44-
YUV186.37119.89154.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=39.58%
G=30.04%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417017200.240.230.12357.7846.5577.25
HexE0AAAC01817C1662f4d
Octal340252254030271454657115
Binary1110000010101010101011000110001011111001011001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAAC; }

 p { color: rgb(224,170,172); }

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

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

 a { background-color: rgb(224,170,172); }

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

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

 span { border-color: rgb(224,170,172); }

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