#EAA2A3

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

Shades of Pale Chestnut #EAA2A3

Tints of Pale Chestnut #EAA2A3

Color information

#EAA2A3 (or 0xEAA2A3) is unknown color: approx Pale Chestnut. HEX triplet: EA, A2 and A3. RGB value is (234,162,163). Sum of RGB (Red+Green+Blue) = 234+162+163=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA2A3 is #155D5C. Grayscale: #B7B7B7. Windows color (decimal): -1400157 or 10724074. OLE color: 10724074.

HSL color Cylindrical-coordinate representation of color #EAA2A3: hue angle of 359.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA2A3 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234162163-
CMYK00.310.300.08
HSL359.17º63.16%77.65%-
HSV(B)359.17º30.77%91.76%-
XYZ53.4645.9840.71-
YUV183.64116.35163.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 163 (64.06% from 255) = 29.16%
R=41.86%
G=28.98%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416216300.310.300.08359.1763.1677.65
HexEAA2A301F1E81673f4e
Octal352242243037361054777116
Binary1110101010100010101000110111111111010001011001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA2A3; }

 p { color: rgb(234,162,163); }

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

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

 a { background-color: rgb(234,162,163); }

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

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

 span { border-color: rgb(234,162,163); }

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