#E0A7AA

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

Shades of Pale Chestnut #E0A7AA

Tints of Pale Chestnut #E0A7AA

Color information

#E0A7AA (or 0xE0A7AA) is unknown color: approx Pale Chestnut. HEX triplet: E0, A7 and AA. RGB value is (224,167,170). Sum of RGB (Red+Green+Blue) = 224+167+170=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A7AA is #1F5855. Grayscale: #B8B8B8. Windows color (decimal): -2054230 or 11184096. OLE color: 11184096.

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

Color convert

RGB224167170-
CMYK00.250.240.12
HSL356.84º47.9%76.67%-
HSV(B)356.84º25.45%87.84%-
XYZ51.8146.3944.25-
YUV184.38119.88156.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=39.93%
G=29.77%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416717000.250.240.12356.8447.976.67
HexE0A7AA01918C165304d
Octal340247252031301454560115
Binary1110000010100111101010100110011100011001011001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7AA; }

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

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

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

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

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

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

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

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