#E1AAAB

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

Shades of Pale Chestnut #E1AAAB

Tints of Pale Chestnut #E1AAAB

Color information

#E1AAAB (or 0xE1AAAB) is unknown color: approx Pale Chestnut. HEX triplet: E1, AA and AB. RGB value is (225,170,171). Sum of RGB (Red+Green+Blue) = 225+170+171=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAAB is #1E5554. Grayscale: #BABABA. Windows color (decimal): -1987925 or 11250401. OLE color: 11250401.

HSL color Cylindrical-coordinate representation of color #E1AAAB: hue angle of 358.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAAB is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225170171-
CMYK00.240.240.12
HSL358.91º47.83%77.45%-
HSV(B)358.91º24.44%88.24%-
XYZ52.7847.744.95-
YUV186.56119.22155.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=39.75%
G=30.04%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517017100.240.240.12358.9147.8377.45
HexE1AAAB01818C167304d
Octal341252253030301454760115
Binary1110000110101010101010110110001100011001011001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AAAB; }

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

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

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

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

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

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

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

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