#EAA7AC

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

Shades of Pale Chestnut #EAA7AC

Tints of Pale Chestnut #EAA7AC

Color information

#EAA7AC (or 0xEAA7AC) is unknown color: approx Pale Chestnut. HEX triplet: EA, A7 and AC. RGB value is (234,167,172). Sum of RGB (Red+Green+Blue) = 234+167+172=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA7AC is #155853. Grayscale: #BBBBBB. Windows color (decimal): -1398868 or 11315178. OLE color: 11315178.

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

Color convert

RGB234167172-
CMYK00.290.260.08
HSL355.52º61.47%78.63%-
HSV(B)355.52º28.63%91.76%-
XYZ55.248.1145.41-
YUV187.6119.2161.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=40.84%
G=29.14%
B=30.02%

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
Decimal23416717200.290.260.08355.5261.4778.63
HexEAA7AC01D1A81643d4f
Octal352247254035321054475117
Binary1110101010100111101011000111011101010001011001001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7AC; }

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

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

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

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

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

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

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

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