#E1A4AF

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

Shades of Pale Chestnut #E1A4AF

Tints of Pale Chestnut #E1A4AF

Color information

#E1A4AF (or 0xE1A4AF) is unknown color: approx Pale Chestnut. HEX triplet: E1, A4 and AF. RGB value is (225,164,175). Sum of RGB (Red+Green+Blue) = 225+164+175=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A4AF is #1E5B50. Grayscale: #B7B7B7. Windows color (decimal): -1989457 or 11511009. OLE color: 11511009.

HSL color Cylindrical-coordinate representation of color #E1A4AF: hue angle of 349.18º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A4AF is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225164175-
CMYK00.270.220.12
HSL349.18º50.41%76.27%-
HSV(B)349.18º27.11%88.24%-
XYZ52.0645.6546.63-
YUV183.49123.21157.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=39.89%
G=29.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516417500.270.220.12349.1850.4176.27
HexE1A4AF01B16C15d324c
Octal341244257033261453562114
Binary1110000110100100101011110110111011011001010111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A4AF; }

 p { color: rgb(225,164,175); }

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

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

 a { background-color: rgb(225,164,175); }

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

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

 span { border-color: rgb(225,164,175); }

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