#E2A6AE

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

Shades of Pale Chestnut #E2A6AE

Tints of Pale Chestnut #E2A6AE

Color information

#E2A6AE (or 0xE2A6AE) is unknown color: approx Pale Chestnut. HEX triplet: E2, A6 and AE. RGB value is (226,166,174). Sum of RGB (Red+Green+Blue) = 226+166+174=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A6AE is #1D5951. Grayscale: #B8B8B8. Windows color (decimal): -1923410 or 11445986. OLE color: 11445986.

HSL color Cylindrical-coordinate representation of color #E2A6AE: hue angle of 352º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A6AE is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226166174-
CMYK00.270.230.11
HSL352º50.85%76.86%-
HSV(B)352º26.55%88.63%-
XYZ52.6446.546.24-
YUV184.85121.88157.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.93%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=39.93%
G=29.33%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616617400.270.230.1135250.8576.86
HexE2A6AE01B17B160334d
Octal342246256033271354063115
Binary1110001010100110101011100110111011110111011000001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A6AE; }

 p { color: rgb(226,166,174); }

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

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

 a { background-color: rgb(226,166,174); }

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

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

 span { border-color: rgb(226,166,174); }

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