#E9A5AA

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

Shades of Pale Chestnut #E9A5AA

Tints of Pale Chestnut #E9A5AA

Color information

#E9A5AA (or 0xE9A5AA) is unknown color: approx Pale Chestnut. HEX triplet: E9, A5 and AA. RGB value is (233,165,170). Sum of RGB (Red+Green+Blue) = 233+165+170=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A5AA is #165A55. Grayscale: #B9B9B9. Windows color (decimal): -1464918 or 11183593. OLE color: 11183593.

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

Color convert

RGB233165170-
CMYK00.290.270.09
HSL355.59º60.71%78.04%-
HSV(B)355.59º29.18%91.37%-
XYZ54.3247.1444.27-
YUV185.9119.03161.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=41.02%
G=29.05%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316517000.290.270.09355.5960.7178.04
HexE9A5AA01D1B91643d4e
Octal351245252035331154475116
Binary1110100110100101101010100111011101110011011001001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A5AA; }

 p { color: rgb(233,165,170); }

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

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

 a { background-color: rgb(233,165,170); }

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

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

 span { border-color: rgb(233,165,170); }

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