#EAA9AA

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

Shades of Pale Chestnut #EAA9AA

Tints of Pale Chestnut #EAA9AA

Color information

#EAA9AA (or 0xEAA9AA) is unknown color: approx Pale Chestnut. HEX triplet: EA, A9 and AA. RGB value is (234,169,170). Sum of RGB (Red+Green+Blue) = 234+169+170=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA9AA is #155655. Grayscale: #BCBCBC. Windows color (decimal): -1398358 or 11184618. OLE color: 11184618.

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

Color convert

RGB234169170-
CMYK00.280.270.08
HSL359.08º60.75%79.02%-
HSV(B)359.08º27.78%91.76%-
XYZ55.3848.7744.53-
YUV188.55117.53160.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=40.84%
G=29.49%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416917000.280.270.08359.0860.7579.02
HexEAA9AA01C1B81673d4f
Octal352251252034331054775117
Binary1110101010101001101010100111001101110001011001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9AA; }

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

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

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

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

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

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

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

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