#EAA9AC

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

Shades of Pale Chestnut #EAA9AC

Tints of Pale Chestnut #EAA9AC

Color information

#EAA9AC (or 0xEAA9AC) is unknown color: approx Pale Chestnut. HEX triplet: EA, A9 and AC. RGB value is (234,169,172). Sum of RGB (Red+Green+Blue) = 234+169+172=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9AC is #155653. Grayscale: #BCBCBC. Windows color (decimal): -1398356 or 11315690. OLE color: 11315690.

HSL color Cylindrical-coordinate representation of color #EAA9AC: hue angle of 357.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9AC is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234169172-
CMYK00.280.260.08
HSL357.23º60.75%79.02%-
HSV(B)357.23º27.78%91.76%-
XYZ55.5748.8545.53-
YUV188.78118.53160.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=40.70%
G=29.39%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416917200.280.260.08357.2360.7579.02
HexEAA9AC01C1A81653d4f
Octal352251254034321054575117
Binary1110101010101001101011000111001101010001011001011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9AC; }

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

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

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

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

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

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

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

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