#EAA6AB

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

Shades of Pale Chestnut #EAA6AB

Tints of Pale Chestnut #EAA6AB

Color information

#EAA6AB (or 0xEAA6AB) is unknown color: approx Pale Chestnut. HEX triplet: EA, A6 and AB. RGB value is (234,166,171). Sum of RGB (Red+Green+Blue) = 234+166+171=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6AB is #155954. Grayscale: #BABABA. Windows color (decimal): -1399125 or 11249386. OLE color: 11249386.

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

Color convert

RGB234166171-
CMYK00.290.270.08
HSL355.59º61.82%78.43%-
HSV(B)355.59º29.06%91.76%-
XYZ54.9247.7144.84-
YUV186.9119.03161.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=40.98%
G=29.07%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416617100.290.270.08355.5961.8278.43
HexEAA6AB01D1B81643e4e
Octal352246253035331054476116
Binary1110101010100110101010110111011101110001011001001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6AB; }

 p { color: rgb(234,166,171); }

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

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

 a { background-color: rgb(234,166,171); }

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

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

 span { border-color: rgb(234,166,171); }

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