#E0A0A1

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

Shades of Pale Chestnut #E0A0A1

Tints of Pale Chestnut #E0A0A1

Color information

#E0A0A1 (or 0xE0A0A1) is unknown color: approx Pale Chestnut. HEX triplet: E0, A0 and A1. RGB value is (224,160,161). Sum of RGB (Red+Green+Blue) = 224+160+161=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0A1 is #1F5F5E. Grayscale: #B3B3B3. Windows color (decimal): -2056031 or 10592480. OLE color: 10592480.

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

Color convert

RGB224160161-
CMYK00.290.280.12
HSL359.06º50.79%75.29%-
HSV(B)359.06º28.57%87.84%-
XYZ49.7443.5639.5-
YUV179.25117.7159.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=41.10%
G=29.36%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416016100.290.280.12359.0650.7975.29
HexE0A0A101D1CC167334b
Octal340240241035341454763113
Binary1110000010100000101000010111011110011001011001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0A1; }

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

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

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

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

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

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

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

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