#E7A4AA

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

Shades of Pale Chestnut #E7A4AA

Tints of Pale Chestnut #E7A4AA

Color information

#E7A4AA (or 0xE7A4AA) is unknown color: approx Pale Chestnut. HEX triplet: E7, A4 and AA. RGB value is (231,164,170). Sum of RGB (Red+Green+Blue) = 231+164+170=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A4AA is #185B55. Grayscale: #B8B8B8. Windows color (decimal): -1596246 or 11183335. OLE color: 11183335.

HSL color Cylindrical-coordinate representation of color #E7A4AA: hue angle of 354.63º degrees, saturation: 0.58, 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 #E7A4AA is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231164170-
CMYK00.290.260.09
HSL354.63º58.26%77.45%-
HSV(B)354.63º29%90.59%-
XYZ53.4946.4444.18-
YUV184.72119.7161.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=40.88%
G=29.03%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116417000.290.260.09354.6358.2677.45
HexE7A4AA01D1A91633a4d
Octal347244252035321154372115
Binary1110011110100100101010100111011101010011011000111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4AA; }

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

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

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

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

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

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

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

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