#EAA2A9

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

Shades of Pale Chestnut #EAA2A9

Tints of Pale Chestnut #EAA2A9

Color information

#EAA2A9 (or 0xEAA2A9) is unknown color: approx Pale Chestnut. HEX triplet: EA, A2 and A9. RGB value is (234,162,169). Sum of RGB (Red+Green+Blue) = 234+162+169=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA2A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA2A9 is #155D56. Grayscale: #B8B8B8. Windows color (decimal): -1400151 or 11117290. OLE color: 11117290.

HSL color Cylindrical-coordinate representation of color #EAA2A9: hue angle of 354.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 #EAA2A9 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB234162169-
CMYK00.310.280.08
HSL354.17º63.16%77.65%-
HSV(B)354.17º30.77%91.76%-
XYZ54.0146.243.61-
YUV184.33119.35163.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 162 (63.67% from 255) = 28.67%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=41.42%
G=28.67%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416216900.310.280.08354.1763.1677.65
HexEAA2A901F1C81623f4e
Octal352242251037341054277116
Binary1110101010100010101010010111111110010001011000101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA2A9; }

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

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

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

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

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

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

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

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