#E0A0A3

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

Shades of Pale Chestnut #E0A0A3

Tints of Pale Chestnut #E0A0A3

Color information

#E0A0A3 (or 0xE0A0A3) is unknown color: approx Pale Chestnut. HEX triplet: E0, A0 and A3. RGB value is (224,160,163). Sum of RGB (Red+Green+Blue) = 224+160+163=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0A3 is #1F5F5C. Grayscale: #B3B3B3. Windows color (decimal): -2056029 or 10723552. OLE color: 10723552.

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

Color convert

RGB224160163-
CMYK00.290.270.12
HSL357.19º50.79%75.29%-
HSV(B)357.19º28.57%87.84%-
XYZ49.9243.6340.44-
YUV179.48118.7159.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 160 (62.89% from 255) = 29.25%
BLUE value IS 163 (64.06% from 255) = 29.80%
R=40.95%
G=29.25%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416016300.290.270.12357.1950.7975.29
HexE0A0A301D1BC165334b
Octal340240243035331454563113
Binary1110000010100000101000110111011101111001011001011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0A3; }

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

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

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

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

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

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

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

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