#E2AAAC

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

Shades of Pale Chestnut #E2AAAC

Tints of Pale Chestnut #E2AAAC

Color information

#E2AAAC (or 0xE2AAAC) is unknown color: approx Pale Chestnut. HEX triplet: E2, AA and AC. RGB value is (226,170,172). Sum of RGB (Red+Green+Blue) = 226+170+172=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAAC is #1D5553. Grayscale: #BBBBBB. Windows color (decimal): -1922388 or 11315938. OLE color: 11315938.

HSL color Cylindrical-coordinate representation of color #E2AAAC: hue angle of 357.86º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAAC is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226170172-
CMYK00.250.240.11
HSL357.86º49.12%77.65%-
HSV(B)357.86º24.78%88.63%-
XYZ53.1947.945.47-
YUV186.97119.55155.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=39.79%
G=29.93%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617017200.250.240.11357.8649.1277.65
HexE2AAAC01918B166314e
Octal342252254031301354661116
Binary1110001010101010101011000110011100010111011001101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAAC; }

 p { color: rgb(226,170,172); }

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

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

 a { background-color: rgb(226,170,172); }

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

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

 span { border-color: rgb(226,170,172); }

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