Html Css Color HEX #86A179 Amulet

📋 copy color: '#86A179'

red 134 ◦ green 161 ◦ blue 121

#86A179
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #86A179

Tints of Amulet #86A179

RGB

 RED value IS 134 (52.73% from 255) = 32.21%

 GREEN value IS 161 (63.28% from 255) = 38.7%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 32.21%
G = 38.7%
B = 29.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#86A179 (or 0x86A179) is known color: Amulet. HEX triplet: 86, A1 and 79. RGB value is (134,161,121). Sum of RGB (Red+Green+Blue) = 134+161+121=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #86A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A179 is #795E86. Grayscale: #949494. Windows color (decimal): -7954055 or 7971206. OLE color: 7971206.

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

Color convert

RGB 134 161 121 -
CMYK 0.17 0 0.25 0.37
HSL 100.5º 0.18% 0.55% -
HSV(B) 100.5º 0.25% 0.63% -
XYZ 26.03 31.94 22.88 -
YUV 148.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 134 161 121 0.17 0 0.25 0.37 100.5 0.18 0.55
Hex 86 A1 79 11 0 19 25 64 12 37
Octal 206 241 171 21 0 31 45 144 22 67
Binary 10000110 10100001 1111001 10001 0 11001 100101 1100100 10010 110111

Color Harmonies of #86A179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A179

Black with #86A179

Text Example


Text Example

White with #86A179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86A179;
 }
 .AnyTagClassName
 {
   color: #86A179;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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