#E6AC9E

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

Shades of Shilo #E6AC9E

Tints of Shilo #E6AC9E

Color information

#E6AC9E (or 0xE6AC9E) is unknown color: approx Shilo. HEX triplet: E6, AC and 9E. RGB value is (230,172,158). Sum of RGB (Red+Green+Blue) = 230+172+158=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AC9E is #195361. Grayscale: #BBBBBB. Windows color (decimal): -1659746 or 10398950. OLE color: 10398950.

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

Color convert

RGB230172158-
CMYK00.250.310.10
HSL11.67º59.02%76.08%-
HSV(B)11.67º31.3%90.2%-
XYZ53.5648.838.94-
YUV187.75111.22158.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 158 (62.11% from 255) = 28.21%
R=41.07%
G=30.71%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017215800.250.310.1011.6759.0276.08
HexE6AC9E0191FAc3b4c
Octal34625423603137121473114
Binary11100110101011001001111001100111111101011001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC9E; }

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

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

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

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

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

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

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

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