#80A573

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

Shades of Amulet #80A573

Tints of Amulet #80A573

Color information

#80A573 (or 0x80A573) is unknown color: approx Amulet. HEX triplet: 80, A5 and 73. RGB value is (128,165,115). Sum of RGB (Red+Green+Blue) = 128+165+115=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #80A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A573 is #7F5A8C. Grayscale: #949494. Windows color (decimal): -8346253 or 7579008. OLE color: 7579008.

HSL color Cylindrical-coordinate representation of color #80A573: hue angle of 104.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80A573 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB128165115-
CMYK0.2200.300.35
HSL104.4º21.74%54.9%-
HSV(B)104.4º30.3%64.71%-
XYZ25.4532.7421.2-
YUV148.24109.24113.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=31.37%
G=40.44%
B=28.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651150.2200.300.35104.421.7454.9
Hex80A5731601E23681637
Octal20024516326036431502667
Binary1000000010100101111001110110011110100011110100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A573; }

 p { color: rgb(128,165,115); }

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

<style>
 a { background-color: #80A573; }

 a { background-color: rgb(128,165,115); }

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

<style>
 span { border-color: #80A573; }

 span { border-color: rgb(128,165,115); }

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