Shades of Amulet #82A672
Tints of Amulet #82A672
RGB
CMYK
RGB Variations
Color information
#82A672 (or 0x82A672) is known color: Amulet. HEX triplet: 82, A6 and 72. RGB value is (130,166,114). Sum of RGB (Red+Green+Blue) = 130+166+114=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #82A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A672 is #7D598D. Grayscale: #959595. Windows color (decimal): -8214926 or 7513730. OLE color: 7513730.
HSL color Cylindrical-coordinate representation of color #82A672: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82A672 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 166 | 114 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.35 |
| HSL | 101.54º | 0.23% | 0.55% | - |
| HSV(B) | 101.54º | 0.31% | 0.65% | - |
| XYZ | 25.88 | 33.23 | 20.97 | - |
| YUV | 149.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 166 | 114 | 0.22 | 0 | 0.31 | 0.35 | 101.54 | 0.23 | 0.55 |
| Hex | 82 | A6 | 72 | 16 | 0 | 1F | 23 | 66 | 17 | 37 |
| Octal | 202 | 246 | 162 | 26 | 0 | 37 | 43 | 146 | 27 | 67 |
| Binary | 10000010 | 10100110 | 1110010 | 10110 | 0 | 11111 | 100011 | 1100110 | 10111 | 110111 |
Color Harmonies of #82A672
Complementary color
Monochromatic Colors of #82A672
Black with #82A672
Text Example
Text Example
White with #82A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A672; }
p { color: rgb(130,166,114); }
H1.HeaderClassName
{
color: #82A672;
}
.AnyTagClassName
{
color: #82A672;
}
</style>
background-color css
<style>
a { background-color: #82A672; }
a { background-color: rgb(130,166,114); }
div.DivClassName
{
background-color: #82A672;
}
.BgClassName
{
background-color: #82A672;
}
</style>
border-color css
<style>
span { border-color: #82A672; }
span { border-color: rgb(130,166,114); }
td.TdClassName
{
border-color: #82A672;
}
.TagClassName
{
border-color: #82A672;
}
</style>