#E0A6AC

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

Shades of Pale Chestnut #E0A6AC

Tints of Pale Chestnut #E0A6AC

Color information

#E0A6AC (or 0xE0A6AC) is unknown color: approx Pale Chestnut. HEX triplet: E0, A6 and AC. RGB value is (224,166,172). Sum of RGB (Red+Green+Blue) = 224+166+172=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A6AC is #1F5953. Grayscale: #B8B8B8. Windows color (decimal): -2054484 or 11314912. OLE color: 11314912.

HSL color Cylindrical-coordinate representation of color #E0A6AC: hue angle of 353.79º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A6AC is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224166172-
CMYK00.260.230.12
HSL353.79º48.33%76.47%-
HSV(B)353.79º25.89%87.84%-
XYZ51.8246.145.2-
YUV184.03121.22156.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=39.86%
G=29.54%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416617200.260.230.12353.7948.3376.47
HexE0A6AC01A17C162304c
Octal340246254032271454260114
Binary1110000010100110101011000110101011111001011000101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6AC; }

 p { color: rgb(224,166,172); }

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

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

 a { background-color: rgb(224,166,172); }

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

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

 span { border-color: rgb(224,166,172); }

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