#EAA6AD

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

Shades of Pale Chestnut #EAA6AD

Tints of Pale Chestnut #EAA6AD

Color information

#EAA6AD (or 0xEAA6AD) is unknown color: approx Pale Chestnut. HEX triplet: EA, A6 and AD. RGB value is (234,166,173). Sum of RGB (Red+Green+Blue) = 234+166+173=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6AD is #155952. Grayscale: #BBBBBB. Windows color (decimal): -1399123 or 11380458. OLE color: 11380458.

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

Color convert

RGB234166173-
CMYK00.290.260.08
HSL353.82º61.82%78.43%-
HSV(B)353.82º29.06%91.76%-
XYZ55.1147.7845.85-
YUV187.13120.03161.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=40.84%
G=28.97%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416617300.290.260.08353.8261.8278.43
HexEAA6AD01D1A81623e4e
Octal352246255035321054276116
Binary1110101010100110101011010111011101010001011000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6AD; }

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

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

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

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

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

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

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

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