#E0A3AA

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

Shades of Pale Chestnut #E0A3AA

Tints of Pale Chestnut #E0A3AA

Color information

#E0A3AA (or 0xE0A3AA) is unknown color: approx Pale Chestnut. HEX triplet: E0, A3 and AA. RGB value is (224,163,170). Sum of RGB (Red+Green+Blue) = 224+163+170=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A3AA is #1F5C55. Grayscale: #B6B6B6. Windows color (decimal): -2055254 or 11183072. OLE color: 11183072.

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

Color convert

RGB224163170-
CMYK00.270.240.12
HSL353.11º49.59%75.88%-
HSV(B)353.11º27.23%87.84%-
XYZ51.0944.9444.01-
YUV182.04121.21157.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=40.22%
G=29.26%
B=30.52%

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
Decimal22416317000.270.240.12353.1149.5975.88
HexE0A3AA01B18C161324c
Octal340243252033301454162114
Binary1110000010100011101010100110111100011001011000011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A3AA; }

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

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

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

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

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

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

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

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