#86A671

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

Shades of Amulet #86A671

Tints of Amulet #86A671

Color information

#86A671 (or 0x86A671) is unknown color: approx Amulet. HEX triplet: 86, A6 and 71. RGB value is (134,166,113). Sum of RGB (Red+Green+Blue) = 134+166+113=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #86A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A671 is #79598E. Grayscale: #969696. Windows color (decimal): -7952783 or 7448198. OLE color: 7448198.

HSL color Cylindrical-coordinate representation of color #86A671: hue angle of 96.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86A671 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB134166113-
CMYK0.1900.320.35
HSL96.23º22.94%54.71%-
HSV(B)96.23º31.93%65.1%-
XYZ26.4533.5320.7-
YUV150.39106.9116.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=32.45%
G=40.19%
B=27.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341661130.1900.320.3596.2322.9454.71
Hex86A6711302023601737
Octal20624616123040431402767
Binary10000110101001101110001100110100000100011110000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,166,113); }

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

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

 a { background-color: rgb(134,166,113); }

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

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

 span { border-color: rgb(134,166,113); }

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