#E7ACA0

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

Shades of Shilo #E7ACA0

Tints of Shilo #E7ACA0

Color information

#E7ACA0 (or 0xE7ACA0) is unknown color: approx Shilo. HEX triplet: E7, AC and A0. RGB value is (231,172,160). Sum of RGB (Red+Green+Blue) = 231+172+160=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ACA0 is #18535F. Grayscale: #BCBCBC. Windows color (decimal): -1594208 or 10530023. OLE color: 10530023.

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

Color convert

RGB231172160-
CMYK00.260.310.09
HSL10.14º59.66%76.67%-
HSV(B)10.14º30.74%90.59%-
XYZ54.0549.0339.87-
YUV188.27112.05158.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=41.03%
G=30.55%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117216000.260.310.0910.1459.6676.67
HexE7ACA001A1F9a3c4d
Octal34725424003237111274115
Binary11100111101011001010000001101011111100110101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACA0; }

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

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

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

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

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

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

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

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