#E0A0AA

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

Shades of Pale Chestnut #E0A0AA

Tints of Pale Chestnut #E0A0AA

Color information

#E0A0AA (or 0xE0A0AA) is unknown color: approx Pale Chestnut. HEX triplet: E0, A0 and AA. RGB value is (224,160,170). Sum of RGB (Red+Green+Blue) = 224+160+170=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0AA is #1F5F55. Grayscale: #B4B4B4. Windows color (decimal): -2056022 or 11182304. OLE color: 11182304.

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

Color convert

RGB224160170-
CMYK00.290.240.12
HSL350.62º50.79%75.29%-
HSV(B)350.62º28.57%87.84%-
XYZ50.5743.8943.84-
YUV180.28122.2159.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 160 (62.89% from 255) = 28.88%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=40.43%
G=28.88%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416017000.290.240.12350.6250.7975.29
HexE0A0AA01D18C15f334b
Octal340240252035301453763113
Binary1110000010100000101010100111011100011001010111111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0AA; }

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

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

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

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

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

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

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

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