#E8A4A6

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

Shades of Pale Chestnut #E8A4A6

Tints of Pale Chestnut #E8A4A6

Color information

#E8A4A6 (or 0xE8A4A6) is unknown color: approx Pale Chestnut. HEX triplet: E8, A4 and A6. RGB value is (232,164,166). Sum of RGB (Red+Green+Blue) = 232+164+166=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A4A6 is #175B59. Grayscale: #B8B8B8. Windows color (decimal): -1530714 or 10921192. OLE color: 10921192.

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

Color convert

RGB232164166-
CMYK00.290.280.09
HSL358.24º59.65%77.65%-
HSV(B)358.24º29.31%90.98%-
XYZ53.4446.4642.23-
YUV184.56117.53161.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.28%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=41.28%
G=29.18%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216416600.290.280.09358.2459.6577.65
HexE8A4A601D1C91663c4e
Octal350244246035341154674116
Binary1110100010100100101001100111011110010011011001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4A6; }

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

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

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

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

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

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

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

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