#E0A9AE

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

Shades of Pale Chestnut #E0A9AE

Tints of Pale Chestnut #E0A9AE

Color information

#E0A9AE (or 0xE0A9AE) is unknown color: approx Pale Chestnut. HEX triplet: E0, A9 and AE. RGB value is (224,169,174). Sum of RGB (Red+Green+Blue) = 224+169+174=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A9AE is #1F5651. Grayscale: #BABABA. Windows color (decimal): -2053714 or 11446752. OLE color: 11446752.

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

Color convert

RGB224169174-
CMYK00.250.220.12
HSL354.55º47.01%77.06%-
HSV(B)354.55º24.55%87.84%-
XYZ52.5747.2846.4-
YUV186.02121.22155.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=39.51%
G=29.81%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416917400.250.220.12354.5547.0177.06
HexE0A9AE01916C1632f4d
Octal340251256031261454357115
Binary1110000010101001101011100110011011011001011000111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9AE; }

 p { color: rgb(224,169,174); }

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

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

 a { background-color: rgb(224,169,174); }

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

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

 span { border-color: rgb(224,169,174); }

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