#8A9686

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

Shades of Amulet #8A9686

Tints of Amulet #8A9686

Color information

#8A9686 (or 0x8A9686) is unknown color: approx Amulet. HEX triplet: 8A, 96 and 86. RGB value is (138,150,134). Sum of RGB (Red+Green+Blue) = 138+150+134=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9686 is #756979. Grayscale: #909090. Windows color (decimal): -7694714 or 8820362. OLE color: 8820362.

HSL color Cylindrical-coordinate representation of color #8A9686: hue angle of 105º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9686 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB138150134-
CMYK0.0800.110.41
HSL105º7.08%55.69%-
HSV(B)105º10.67%58.82%-
XYZ25.6928.9426.79-
YUV144.59122.02123.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=32.70%
G=35.55%
B=31.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1381501340.0800.110.411057.0855.69
Hex8A968680B2969738
Octal2122262061001351151770
Binary1000101010010110100001101000010111010011101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9686; }

 p { color: rgb(138,150,134); }

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

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

 a { background-color: rgb(138,150,134); }

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

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

 span { border-color: rgb(138,150,134); }

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