#E1ACAF

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

Shades of Pale Chestnut #E1ACAF

Tints of Pale Chestnut #E1ACAF

Color information

#E1ACAF (or 0xE1ACAF) is unknown color: approx Pale Chestnut. HEX triplet: E1, AC and AF. RGB value is (225,172,175). Sum of RGB (Red+Green+Blue) = 225+172+175=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACAF is #1E5350. Grayscale: #BCBCBC. Windows color (decimal): -1987409 or 11513057. OLE color: 11513057.

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

Color convert

RGB225172175-
CMYK00.240.220.12
HSL356.6º46.9%77.84%-
HSV(B)356.6º23.56%88.24%-
XYZ53.5448.6147.12-
YUV188.19120.56154.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=39.34%
G=30.07%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517217500.240.220.12356.646.977.84
HexE1ACAF01816C1652f4e
Octal341254257030261454557116
Binary1110000110101100101011110110001011011001011001011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACAF; }

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

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

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

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

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

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

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

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