#E1A3AF

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

Shades of Pale Chestnut #E1A3AF

Tints of Pale Chestnut #E1A3AF

Color information

#E1A3AF (or 0xE1A3AF) is unknown color: approx Pale Chestnut. HEX triplet: E1, A3 and AF. RGB value is (225,163,175). Sum of RGB (Red+Green+Blue) = 225+163+175=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A3AF is #1E5C50. Grayscale: #B6B6B6. Windows color (decimal): -1989713 or 11510753. OLE color: 11510753.

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

Color convert

RGB225163175-
CMYK00.280.220.12
HSL348.39º50.82%76.08%-
HSV(B)348.39º27.56%88.24%-
XYZ51.8945.346.57-
YUV182.91123.54158.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=39.96%
G=28.95%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516317500.280.220.12348.3950.8276.08
HexE1A3AF01C16C15c334c
Octal341243257034261453463114
Binary1110000110100011101011110111001011011001010111001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A3AF; }

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

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

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

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

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

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

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

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