#86A47A

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

Shades of Amulet #86A47A

Tints of Amulet #86A47A

Color information

#86A47A (or 0x86A47A) is unknown color: approx Amulet. HEX triplet: 86, A4 and 7A. RGB value is (134,164,122). Sum of RGB (Red+Green+Blue) = 134+164+122=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #86A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A47A is #795B85. Grayscale: #969696. Windows color (decimal): -7953286 or 8037510. OLE color: 8037510.

HSL color Cylindrical-coordinate representation of color #86A47A: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86A47A is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB134164122-
CMYK0.1800.260.36
HSL102.86º18.75%56.08%-
HSV(B)102.86º25.61%64.31%-
XYZ26.6233.0223.38-
YUV150.24112.06116.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=31.90%
G=39.05%
B=29.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641220.1800.260.36102.8618.7556.08
Hex86A47A1201A24671338
Octal20624417222032441472370
Binary1000011010100100111101010010011010100100110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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