#E0A6AD

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

Shades of Pale Chestnut #E0A6AD

Tints of Pale Chestnut #E0A6AD

Color information

#E0A6AD (or 0xE0A6AD) is unknown color: approx Pale Chestnut. HEX triplet: E0, A6 and AD. RGB value is (224,166,173). Sum of RGB (Red+Green+Blue) = 224+166+173=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A6AD is #1F5952. Grayscale: #B8B8B8. Windows color (decimal): -2054483 or 11380448. OLE color: 11380448.

HSL color Cylindrical-coordinate representation of color #E0A6AD: hue angle of 352.76º 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 #E0A6AD is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224166173-
CMYK00.260.230.12
HSL352.76º48.33%76.47%-
HSV(B)352.76º25.89%87.84%-
XYZ51.9246.1445.7-
YUV184.14121.72156.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=39.79%
G=29.48%
B=30.73%

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
Decimal22416617300.260.230.12352.7648.3376.47
HexE0A6AD01A17C161304c
Octal340246255032271454160114
Binary1110000010100110101011010110101011111001011000011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6AD; }

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

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

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

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

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

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

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

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