#86A17C

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

Shades of Amulet #86A17C

Tints of Amulet #86A17C

Color information

#86A17C (or 0x86A17C) is unknown color: approx Amulet. HEX triplet: 86, A1 and 7C. RGB value is (134,161,124). Sum of RGB (Red+Green+Blue) = 134+161+124=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #86A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A17C is #795E83. Grayscale: #949494. Windows color (decimal): -7954052 or 8167814. OLE color: 8167814.

HSL color Cylindrical-coordinate representation of color #86A17C: hue angle of 103.78º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A17C is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB134161124-
CMYK0.1700.230.37
HSL103.78º16.44%55.88%-
HSV(B)103.78º22.98%63.14%-
XYZ26.2132.0123.87-
YUV148.71114.05117.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=31.98%
G=38.42%
B=29.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1341611240.1700.230.37103.7816.4455.88
Hex86A17C1101725681038
Octal20624117421027451502070
Binary1000011010100001111110010001010111100101110100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A17C; }

 p { color: rgb(134,161,124); }

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

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

 a { background-color: rgb(134,161,124); }

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

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

 span { border-color: rgb(134,161,124); }

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