#E8A2A6

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

Shades of Pale Chestnut #E8A2A6

Tints of Pale Chestnut #E8A2A6

Color information

#E8A2A6 (or 0xE8A2A6) is unknown color: approx Pale Chestnut. HEX triplet: E8, A2 and A6. RGB value is (232,162,166). Sum of RGB (Red+Green+Blue) = 232+162+166=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A2A6 is #175D59. Grayscale: #B7B7B7. Windows color (decimal): -1531226 or 10920680. OLE color: 10920680.

HSL color Cylindrical-coordinate representation of color #E8A2A6: hue angle of 356.57º degrees, saturation: 0.6, 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 #E8A2A6 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB232162166-
CMYK00.300.280.09
HSL356.57º60.34%77.25%-
HSV(B)356.57º30.17%90.98%-
XYZ53.0845.7542.11-
YUV183.39118.19162.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.43%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 166 (65.23% from 255) = 29.64%
R=41.43%
G=28.93%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216216600.300.280.09356.5760.3477.25
HexE8A2A601E1C91653c4d
Octal350242246036341154574115
Binary1110100010100010101001100111101110010011011001011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A2A6; }

 p { color: rgb(232,162,166); }

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

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

 a { background-color: rgb(232,162,166); }

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

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

 span { border-color: rgb(232,162,166); }

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