#E8A6AA

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

Shades of Pale Chestnut #E8A6AA

Tints of Pale Chestnut #E8A6AA

Color information

#E8A6AA (or 0xE8A6AA) is unknown color: approx Pale Chestnut. HEX triplet: E8, A6 and AA. RGB value is (232,166,170). Sum of RGB (Red+Green+Blue) = 232+166+170=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A6AA is #175955. Grayscale: #BABABA. Windows color (decimal): -1530198 or 11183848. OLE color: 11183848.

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

Color convert

RGB232166170-
CMYK00.280.270.09
HSL356.36º58.93%78.04%-
HSV(B)356.36º28.45%90.98%-
XYZ54.1747.3344.31-
YUV186.19118.87160.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=40.85%
G=29.23%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216617000.280.270.09356.3658.9378.04
HexE8A6AA01C1B91643b4e
Octal350246252034331154473116
Binary1110100010100110101010100111001101110011011001001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6AA; }

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

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

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

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

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

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

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

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