#82A573

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

Shades of Amulet #82A573

Tints of Amulet #82A573

Color information

#82A573 (or 0x82A573) is unknown color: approx Amulet. HEX triplet: 82, A5 and 73. RGB value is (130,165,115). Sum of RGB (Red+Green+Blue) = 130+165+115=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #82A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A573 is #7D5A8C. Grayscale: #959595. Windows color (decimal): -8215181 or 7579010. OLE color: 7579010.

HSL color Cylindrical-coordinate representation of color #82A573: hue angle of 102º 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 #82A573 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB130165115-
CMYK0.2100.300.35
HSL102º21.74%54.9%-
HSV(B)102º30.3%64.71%-
XYZ25.7632.8921.21-
YUV148.84108.9114.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=31.71%
G=40.24%
B=28.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301651150.2100.300.3510221.7454.9
Hex82A5731501E23661637
Octal20224516325036431462667
Binary1000001010100101111001110101011110100011110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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