#E9A2A4

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

Shades of Pale Chestnut #E9A2A4

Tints of Pale Chestnut #E9A2A4

Color information

#E9A2A4 (or 0xE9A2A4) is unknown color: approx Pale Chestnut. HEX triplet: E9, A2 and A4. RGB value is (233,162,164). Sum of RGB (Red+Green+Blue) = 233+162+164=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A2A4 is #165D5B. Grayscale: #B7B7B7. Windows color (decimal): -1465692 or 10789609. OLE color: 10789609.

HSL color Cylindrical-coordinate representation of color #E9A2A4: hue angle of 358.31º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A2A4 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233162164-
CMYK00.300.300.09
HSL358.31º61.74%77.45%-
HSV(B)358.31º30.47%91.37%-
XYZ53.2345.8441.17-
YUV183.46117.02163.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.68%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=41.68%
G=28.98%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316216400.300.300.09358.3161.7477.45
HexE9A2A401E1E91663e4d
Octal351242244036361154676115
Binary1110100110100010101001000111101111010011011001101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A2A4; }

 p { color: rgb(233,162,164); }

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

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

 a { background-color: rgb(233,162,164); }

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

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

 span { border-color: rgb(233,162,164); }

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