#EAA7AA

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

Shades of Pale Chestnut #EAA7AA

Tints of Pale Chestnut #EAA7AA

Color information

#EAA7AA (or 0xEAA7AA) is unknown color: approx Pale Chestnut. HEX triplet: EA, A7 and AA. RGB value is (234,167,170). Sum of RGB (Red+Green+Blue) = 234+167+170=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA7AA is #155855. Grayscale: #BBBBBB. Windows color (decimal): -1398870 or 11184106. OLE color: 11184106.

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

Color convert

RGB234167170-
CMYK00.290.270.08
HSL357.31º61.47%78.63%-
HSV(B)357.31º28.63%91.76%-
XYZ55.0148.0344.4-
YUV187.38118.2161.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=40.98%
G=29.25%
B=29.77%

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
Decimal23416717000.290.270.08357.3161.4778.63
HexEAA7AA01D1B81653d4f
Octal352247252035331054575117
Binary1110101010100111101010100111011101110001011001011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7AA; }

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

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

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

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

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

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

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

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