#E0A4A7

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

Shades of Pale Chestnut #E0A4A7

Tints of Pale Chestnut #E0A4A7

Color information

#E0A4A7 (or 0xE0A4A7) is unknown color: approx Pale Chestnut. HEX triplet: E0, A4 and A7. RGB value is (224,164,167). Sum of RGB (Red+Green+Blue) = 224+164+167=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A4A7 is #1F5B58. Grayscale: #B6B6B6. Windows color (decimal): -2055001 or 10986720. OLE color: 10986720.

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

Color convert

RGB224164167-
CMYK00.270.250.12
HSL357º49.18%76.08%-
HSV(B)357º26.79%87.84%-
XYZ50.9945.1942.59-
YUV182.28119.38157.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 164 (64.45% from 255) = 29.55%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=40.36%
G=29.55%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416416700.270.250.1235749.1876.08
HexE0A4A701B19C165314c
Octal340244247033311454561114
Binary1110000010100100101001110110111100111001011001011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4A7; }

 p { color: rgb(224,164,167); }

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

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

 a { background-color: rgb(224,164,167); }

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

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

 span { border-color: rgb(224,164,167); }

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