#E7ACAA

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

Shades of Shilo #E7ACAA

Tints of Shilo #E7ACAA

Color information

#E7ACAA (or 0xE7ACAA) is unknown color: approx Shilo. HEX triplet: E7, AC and AA. RGB value is (231,172,170). Sum of RGB (Red+Green+Blue) = 231+172+170=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ACAA is #185355. Grayscale: #BDBDBD. Windows color (decimal): -1594198 or 11185383. OLE color: 11185383.

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

Color convert

RGB231172170-
CMYK00.260.260.09
HSL1.97º55.96%78.63%-
HSV(B)1.97º26.41%90.59%-
XYZ54.9649.444.67-
YUV189.41117.05157.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=40.31%
G=30.02%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117217000.260.260.091.9755.9678.63
HexE7ACAA01A1A92384f
Octal3472542520323211270117
Binary111001111010110010101010011010110101001101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACAA; }

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

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

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

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

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

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

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

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