#E7A3A4

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

Shades of Pale Chestnut #E7A3A4

Tints of Pale Chestnut #E7A3A4

Color information

#E7A3A4 (or 0xE7A3A4) is unknown color: approx Pale Chestnut. HEX triplet: E7, A3 and A4. RGB value is (231,163,164). Sum of RGB (Red+Green+Blue) = 231+163+164=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A3A4 is #185C5B. Grayscale: #B7B7B7. Windows color (decimal): -1596508 or 10789863. OLE color: 10789863.

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

Color convert

RGB231163164-
CMYK00.290.290.09
HSL359.12º58.62%77.25%-
HSV(B)359.12º29.44%90.59%-
XYZ52.7545.8641.19-
YUV183.45117.03161.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 163 (64.06% from 255) = 29.21%
BLUE value IS 164 (64.45% from 255) = 29.39%
R=41.40%
G=29.21%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116316400.290.290.09359.1258.6277.25
HexE7A3A401D1D91673b4d
Octal347243244035351154773115
Binary1110011110100011101001000111011110110011011001111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A3A4; }

 p { color: rgb(231,163,164); }

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

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

 a { background-color: rgb(231,163,164); }

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

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

 span { border-color: rgb(231,163,164); }

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