#EAA9AE

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

Shades of Pale Chestnut #EAA9AE

Tints of Pale Chestnut #EAA9AE

Color information

#EAA9AE (or 0xEAA9AE) is unknown color: approx Pale Chestnut. HEX triplet: EA, A9 and AE. RGB value is (234,169,174). Sum of RGB (Red+Green+Blue) = 234+169+174=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9AE is #155651. Grayscale: #BDBDBD. Windows color (decimal): -1398354 or 11446762. OLE color: 11446762.

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

Color convert

RGB234169174-
CMYK00.280.260.08
HSL355.38º60.75%79.02%-
HSV(B)355.38º27.78%91.76%-
XYZ55.7648.9246.55-
YUV189119.53160.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=40.55%
G=29.29%
B=30.16%

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
Decimal23416917400.280.260.08355.3860.7579.02
HexEAA9AE01C1A81633d4f
Octal352251256034321054375117
Binary1110101010101001101011100111001101010001011000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9AE; }

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

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

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

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

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

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

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

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