#E5A3AA

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

Shades of Pale Chestnut #E5A3AA

Tints of Pale Chestnut #E5A3AA

Color information

#E5A3AA (or 0xE5A3AA) is unknown color: approx Pale Chestnut. HEX triplet: E5, A3 and AA. RGB value is (229,163,170). Sum of RGB (Red+Green+Blue) = 229+163+170=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A3AA is #1A5C55. Grayscale: #B7B7B7. Windows color (decimal): -1727574 or 11183077. OLE color: 11183077.

HSL color Cylindrical-coordinate representation of color #E5A3AA: hue angle of 353.64º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A3AA is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229163170-
CMYK00.290.260.10
HSL353.64º55.93%76.86%-
HSV(B)353.64º28.82%89.8%-
XYZ52.6745.7544.09-
YUV183.53120.37160.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=40.75%
G=29.00%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916317000.290.260.10353.6455.9376.86
HexE5A3AA01D1AA162384d
Octal345243252035321254270115
Binary1110010110100011101010100111011101010101011000101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A3AA; }

 p { color: rgb(229,163,170); }

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

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

 a { background-color: rgb(229,163,170); }

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

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

 span { border-color: rgb(229,163,170); }

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