Shades of Amulet #82A275
Tints of Amulet #82A275
RGB
CMYK
RGB Variations
Color information
#82A275 (or 0x82A275) is known color: Amulet. HEX triplet: 82, A2 and 75. RGB value is (130,162,117). Sum of RGB (Red+Green+Blue) = 130+162+117=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 162 - color contains mainly: green. Hex color #82A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A275 is #7D5D8A. Grayscale: #939393. Windows color (decimal): -8215947 or 7709314. OLE color: 7709314.
HSL color Cylindrical-coordinate representation of color #82A275: hue angle of 102.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82A275 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 117 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.36 |
| HSL | 102.67º | 0.19% | 0.55% | - |
| HSV(B) | 102.67º | 0.28% | 0.64% | - |
| XYZ | 25.34 | 31.87 | 21.65 | - |
| YUV | 147.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 117 | 0.20 | 0 | 0.28 | 0.36 | 102.67 | 0.19 | 0.55 |
| Hex | 82 | A2 | 75 | 14 | 0 | 1C | 24 | 67 | 13 | 37 |
| Octal | 202 | 242 | 165 | 24 | 0 | 34 | 44 | 147 | 23 | 67 |
| Binary | 10000010 | 10100010 | 1110101 | 10100 | 0 | 11100 | 100100 | 1100111 | 10011 | 110111 |
Color Harmonies of #82A275
Complementary color
Monochromatic Colors of #82A275
Black with #82A275
Text Example
Text Example
White with #82A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A275; }
p { color: rgb(130,162,117); }
H1.HeaderClassName
{
color: #82A275;
}
.AnyTagClassName
{
color: #82A275;
}
</style>
background-color css
<style>
a { background-color: #82A275; }
a { background-color: rgb(130,162,117); }
div.DivClassName
{
background-color: #82A275;
}
.BgClassName
{
background-color: #82A275;
}
</style>
border-color css
<style>
span { border-color: #82A275; }
span { border-color: rgb(130,162,117); }
td.TdClassName
{
border-color: #82A275;
}
.TagClassName
{
border-color: #82A275;
}
</style>