#86A27A

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

Shades of Amulet #86A27A

Tints of Amulet #86A27A

Color information

#86A27A (or 0x86A27A) is unknown color: approx Amulet. HEX triplet: 86, A2 and 7A. RGB value is (134,162,122). Sum of RGB (Red+Green+Blue) = 134+162+122=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #86A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A27A is #795D85. Grayscale: #959595. Windows color (decimal): -7953798 or 8036998. OLE color: 8036998.

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

Color convert

RGB134162122-
CMYK0.1700.250.36
HSL102º17.7%55.69%-
HSV(B)102º24.69%63.53%-
XYZ26.2632.3123.27-
YUV149.07112.72117.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=32.06%
G=38.76%
B=29.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341621220.1700.250.3610217.755.69
Hex86A27A1101924661238
Octal20624217221031441462270
Binary1000011010100010111101010001011001100100110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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