#E7AAAB

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

Shades of Pale Chestnut #E7AAAB

Tints of Pale Chestnut #E7AAAB

Color information

#E7AAAB (or 0xE7AAAB) is unknown color: approx Pale Chestnut. HEX triplet: E7, AA and AB. RGB value is (231,170,171). Sum of RGB (Red+Green+Blue) = 231+170+171=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AAAB is #185554. Grayscale: #BCBCBC. Windows color (decimal): -1594709 or 11250407. OLE color: 11250407.

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

Color convert

RGB231170171-
CMYK00.260.260.09
HSL359.02º55.96%78.63%-
HSV(B)359.02º26.41%90.59%-
XYZ54.6848.6845.04-
YUV188.35118.21158.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=40.38%
G=29.72%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117017100.260.260.09359.0255.9678.63
HexE7AAAB01A1A9167384f
Octal347252253032321154770117
Binary1110011110101010101010110110101101010011011001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAAB; }

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

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

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

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

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

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

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

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