#E2A3AA

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

Shades of Pale Chestnut #E2A3AA

Tints of Pale Chestnut #E2A3AA

Color information

#E2A3AA (or 0xE2A3AA) is unknown color: approx Pale Chestnut. HEX triplet: E2, A3 and AA. RGB value is (226,163,170). Sum of RGB (Red+Green+Blue) = 226+163+170=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A3AA is #1D5C55. Grayscale: #B6B6B6. Windows color (decimal): -1924182 or 11183074. OLE color: 11183074.

HSL color Cylindrical-coordinate representation of color #E2A3AA: hue angle of 353.33º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2A3AA is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226163170-
CMYK00.280.250.11
HSL353.33º52.07%76.27%-
HSV(B)353.33º27.88%88.63%-
XYZ51.7245.2744.04-
YUV182.64120.87158.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 163 (64.06% from 255) = 29.16%
BLUE value IS 170 (66.80% from 255) = 30.41%
R=40.43%
G=29.16%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616317000.280.250.11353.3352.0776.27
HexE2A3AA01C19B161344c
Octal342243252034311354164114
Binary1110001010100011101010100111001100110111011000011101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A3AA; }

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

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

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

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

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

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

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

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