#E7ACAF

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

Shades of Pale Chestnut #E7ACAF

Tints of Pale Chestnut #E7ACAF

Color information

#E7ACAF (or 0xE7ACAF) is unknown color: approx Pale Chestnut. HEX triplet: E7, AC and AF. RGB value is (231,172,175). Sum of RGB (Red+Green+Blue) = 231+172+175=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ACAF is #185350. Grayscale: #BEBEBE. Windows color (decimal): -1594193 or 11513063. OLE color: 11513063.

HSL color Cylindrical-coordinate representation of color #E7ACAF: hue angle of 356.95º degrees, saturation: 0.55, 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 #E7ACAF is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231172175-
CMYK00.260.240.09
HSL356.95º55.14%79.02%-
HSV(B)356.95º25.54%90.59%-
XYZ55.4549.5947.21-
YUV189.98119.55157.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=39.97%
G=29.76%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117217500.260.240.09356.9555.1479.02
HexE7ACAF01A189165374f
Octal347254257032301154567117
Binary1110011110101100101011110110101100010011011001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACAF; }

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

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

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

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

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

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

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

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