Html Css Color HEX #86A080 Amulet

📋 copy color: '#86A080'

red 134 ◦ green 160 ◦ blue 128

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

Shades of Amulet #86A080

Tints of Amulet #86A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 31.75%
G = 37.91%
B = 30.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#86A080 (or 0x86A080) is known color: Amulet. HEX triplet: 86, A0 and 80. RGB value is (134,160,128). Sum of RGB (Red+Green+Blue) = 134+160+128=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #86A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A080 is #795F7F. Grayscale: #949494. Windows color (decimal): -7954304 or 8429702. OLE color: 8429702.

HSL color Cylindrical-coordinate representation of color #86A080: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #86A080 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 128 -
CMYK 0.16 0 0.20 0.37
HSL 108.75º 0.14% 0.56% -
HSV(B) 108.75º 0.2% 0.63% -
XYZ 26.3 31.77 25.17 -
YUV 148.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 134 160 128 0.16 0 0.20 0.37 108.75 0.14 0.56
Hex 86 A0 80 10 0 14 25 6D E 38
Octal 206 240 200 20 0 24 45 155 16 70
Binary 10000110 10100000 10000000 10000 0 10100 100101 1101101 1110 111000

Color Harmonies of #86A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A080

Black with #86A080

Text Example


Text Example

White with #86A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,160,128); }

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

background-color css

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

 a { background-color: rgb(134,160,128); }

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

border-color css

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

 span { border-color: rgb(134,160,128); }

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