#E0A9AA

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

Shades of Pale Chestnut #E0A9AA

Tints of Pale Chestnut #E0A9AA

Color information

#E0A9AA (or 0xE0A9AA) is unknown color: approx Pale Chestnut. HEX triplet: E0, A9 and AA. RGB value is (224,169,170). Sum of RGB (Red+Green+Blue) = 224+169+170=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A9AA is #1F5655. Grayscale: #B9B9B9. Windows color (decimal): -2053718 or 11184608. OLE color: 11184608.

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

Color convert

RGB224169170-
CMYK00.250.240.12
HSL358.91º47.01%77.06%-
HSV(B)358.91º24.55%87.84%-
XYZ52.1847.1344.38-
YUV185.56119.22155.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=39.79%
G=30.02%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416917000.250.240.12358.9147.0177.06
HexE0A9AA01918C1672f4d
Octal340251252031301454757115
Binary1110000010101001101010100110011100011001011001111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9AA; }

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

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

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

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

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

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

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

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