#E5A8AF

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

Shades of Pale Chestnut #E5A8AF

Tints of Pale Chestnut #E5A8AF

Color information

#E5A8AF (or 0xE5A8AF) is unknown color: approx Pale Chestnut. HEX triplet: E5, A8 and AF. RGB value is (229,168,175). Sum of RGB (Red+Green+Blue) = 229+168+175=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A8AF is #1A5750. Grayscale: #BBBBBB. Windows color (decimal): -1726289 or 11512037. OLE color: 11512037.

HSL color Cylindrical-coordinate representation of color #E5A8AF: hue angle of 353.11º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A8AF is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229168175-
CMYK00.270.240.10
HSL353.11º53.98%77.84%-
HSV(B)353.11º26.64%89.8%-
XYZ54.0547.7646.93-
YUV187.04121.21157.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.03%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=40.03%
G=29.37%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916817500.270.240.10353.1153.9877.84
HexE5A8AF01B18A161364e
Octal345250257033301254166116
Binary1110010110101000101011110110111100010101011000011101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A8AF; }

 p { color: rgb(229,168,175); }

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

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

 a { background-color: rgb(229,168,175); }

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

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

 span { border-color: rgb(229,168,175); }

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