#E0A7AC

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

Shades of Pale Chestnut #E0A7AC

Tints of Pale Chestnut #E0A7AC

Color information

#E0A7AC (or 0xE0A7AC) is unknown color: approx Pale Chestnut. HEX triplet: E0, A7 and AC. RGB value is (224,167,172). Sum of RGB (Red+Green+Blue) = 224+167+172=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A7AC is #1F5853. Grayscale: #B8B8B8. Windows color (decimal): -2054228 or 11315168. OLE color: 11315168.

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

Color convert

RGB224167172-
CMYK00.250.230.12
HSL354.74º47.9%76.67%-
HSV(B)354.74º25.45%87.84%-
XYZ52.0146.4645.26-
YUV184.61120.88156.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=39.79%
G=29.66%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416717200.250.230.12354.7447.976.67
HexE0A7AC01917C163304d
Octal340247254031271454360115
Binary1110000010100111101011000110011011111001011000111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7AC; }

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

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

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

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

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

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

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

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