#86A473

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

Shades of Amulet #86A473

Tints of Amulet #86A473

Color information

#86A473 (or 0x86A473) is unknown color: approx Amulet. HEX triplet: 86, A4 and 73. RGB value is (134,164,115). Sum of RGB (Red+Green+Blue) = 134+164+115=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #86A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A473 is #795B8C. Grayscale: #959595. Windows color (decimal): -7953293 or 7578758. OLE color: 7578758.

HSL color Cylindrical-coordinate representation of color #86A473: hue angle of 96.73º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86A473 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB134164115-
CMYK0.1800.300.36
HSL96.73º21.21%54.71%-
HSV(B)96.73º29.88%64.31%-
XYZ26.232.8621.18-
YUV149.44108.56116.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=32.45%
G=39.71%
B=27.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641150.1800.300.3696.7321.2154.71
Hex86A4731201E24611537
Octal20624416322036441412567
Binary1000011010100100111001110010011110100100110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,115); }

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

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

 a { background-color: rgb(134,164,115); }

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

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

 span { border-color: rgb(134,164,115); }

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