#E6ACAA

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

Shades of Shilo #E6ACAA

Tints of Shilo #E6ACAA

Color information

#E6ACAA (or 0xE6ACAA) is unknown color: approx Shilo. HEX triplet: E6, AC and AA. RGB value is (230,172,170). Sum of RGB (Red+Green+Blue) = 230+172+170=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6ACAA is #195355. Grayscale: #BDBDBD. Windows color (decimal): -1659734 or 11185382. OLE color: 11185382.

HSL color Cylindrical-coordinate representation of color #E6ACAA: hue angle of 2º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6ACAA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230172170-
CMYK00.250.260.10
HSL54.55%78.43%-
HSV(B)26.09%90.2%-
XYZ54.6449.2344.65-
YUV189.11117.22157.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=40.21%
G=30.07%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017217000.250.260.10254.5578.43
HexE6ACAA0191AA2374e
Octal3462542520313212267116
Binary111001101010110010101010011001110101010101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACAA; }

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

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

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

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

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

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

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

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