#E8ACAF

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

Shades of Pale Chestnut #E8ACAF

Tints of Pale Chestnut #E8ACAF

Color information

#E8ACAF (or 0xE8ACAF) is unknown color: approx Pale Chestnut. HEX triplet: E8, AC and AF. RGB value is (232,172,175). Sum of RGB (Red+Green+Blue) = 232+172+175=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8ACAF is #175350. Grayscale: #BEBEBE. Windows color (decimal): -1528657 or 11513064. OLE color: 11513064.

HSL color Cylindrical-coordinate representation of color #E8ACAF: hue angle of 357º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ACAF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232172175-
CMYK00.260.250.09
HSL357º56.6%79.22%-
HSV(B)357º25.86%90.98%-
XYZ55.7749.7647.22-
YUV190.28119.38157.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=40.07%
G=29.71%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217217500.260.250.0935756.679.22
HexE8ACAF01A199165394f
Octal350254257032311154571117
Binary1110100010101100101011110110101100110011011001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACAF; }

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

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

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

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

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

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

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

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