#E0A4AA

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

Shades of Pale Chestnut #E0A4AA

Tints of Pale Chestnut #E0A4AA

Color information

#E0A4AA (or 0xE0A4AA) is unknown color: approx Pale Chestnut. HEX triplet: E0, A4 and AA. RGB value is (224,164,170). Sum of RGB (Red+Green+Blue) = 224+164+170=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A4AA is #1F5B55. Grayscale: #B6B6B6. Windows color (decimal): -2054998 or 11183328. OLE color: 11183328.

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

Color convert

RGB224164170-
CMYK00.270.240.12
HSL354º49.18%76.08%-
HSV(B)354º26.79%87.84%-
XYZ51.2745.344.07-
YUV182.62120.88157.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=40.14%
G=29.39%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416417000.270.240.1235449.1876.08
HexE0A4AA01B18C162314c
Octal340244252033301454261114
Binary1110000010100100101010100110111100011001011000101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4AA; }

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

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

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

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

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

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

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

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