#E0A9AB

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

Shades of Pale Chestnut #E0A9AB

Tints of Pale Chestnut #E0A9AB

Color information

#E0A9AB (or 0xE0A9AB) is unknown color: approx Pale Chestnut. HEX triplet: E0, A9 and AB. RGB value is (224,169,171). Sum of RGB (Red+Green+Blue) = 224+169+171=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A9AB is #1F5654. Grayscale: #B9B9B9. Windows color (decimal): -2053717 or 11250144. OLE color: 11250144.

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

Color convert

RGB224169171-
CMYK00.250.240.12
HSL357.82º47.01%77.06%-
HSV(B)357.82º24.55%87.84%-
XYZ52.2847.1644.88-
YUV185.67119.72155.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=39.72%
G=29.96%
B=30.32%

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
Decimal22416917100.250.240.12357.8247.0177.06
HexE0A9AB01918C1662f4d
Octal340251253031301454657115
Binary1110000010101001101010110110011100011001011001101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9AB; }

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

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

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

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

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

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

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

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