#EAA6A7

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

Shades of Pale Chestnut #EAA6A7

Tints of Pale Chestnut #EAA6A7

Color information

#EAA6A7 (or 0xEAA6A7) is unknown color: approx Pale Chestnut. HEX triplet: EA, A6 and A7. RGB value is (234,166,167). Sum of RGB (Red+Green+Blue) = 234+166+167=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6A7 is #155958. Grayscale: #BABABA. Windows color (decimal): -1399129 or 10987242. OLE color: 10987242.

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

Color convert

RGB234166167-
CMYK00.290.290.08
HSL359.12º61.82%78.43%-
HSV(B)359.12º29.06%91.76%-
XYZ54.5447.5542.86-
YUV186.45117.03161.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 166 (65.23% from 255) = 29.28%
BLUE value IS 167 (65.62% from 255) = 29.45%
R=41.27%
G=29.28%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416616700.290.290.08359.1261.8278.43
HexEAA6A701D1D81673e4e
Octal352246247035351054776116
Binary1110101010100110101001110111011110110001011001111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6A7; }

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

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

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

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

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

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

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

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