Shades of Amulet #829F71
Tints of Amulet #829F71
RGB
CMYK
RGB Variations
Color information
#829F71 (or 0x829F71) is known color: Amulet. HEX triplet: 82, 9F and 71. RGB value is (130,159,113). Sum of RGB (Red+Green+Blue) = 130+159+113=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #829F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F71 is #7D608E. Grayscale: #919191. Windows color (decimal): -8216719 or 7446402. OLE color: 7446402.
HSL color Cylindrical-coordinate representation of color #829F71: hue angle of 97.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829F71 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 113 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.38 |
| HSL | 97.83º | 0.19% | 0.53% | - |
| HSV(B) | 97.83º | 0.29% | 0.62% | - |
| XYZ | 24.58 | 30.73 | 20.26 | - |
| YUV | 145.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 113 | 0.18 | 0 | 0.29 | 0.38 | 97.83 | 0.19 | 0.53 |
| Hex | 82 | 9F | 71 | 12 | 0 | 1D | 26 | 62 | 13 | 35 |
| Octal | 202 | 237 | 161 | 22 | 0 | 35 | 46 | 142 | 23 | 65 |
| Binary | 10000010 | 10011111 | 1110001 | 10010 | 0 | 11101 | 100110 | 1100010 | 10011 | 110101 |
Color Harmonies of #829F71
Complementary color
Monochromatic Colors of #829F71
Black with #829F71
Text Example
Text Example
White with #829F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F71; }
p { color: rgb(130,159,113); }
H1.HeaderClassName
{
color: #829F71;
}
.AnyTagClassName
{
color: #829F71;
}
</style>
background-color css
<style>
a { background-color: #829F71; }
a { background-color: rgb(130,159,113); }
div.DivClassName
{
background-color: #829F71;
}
.BgClassName
{
background-color: #829F71;
}
</style>
border-color css
<style>
span { border-color: #829F71; }
span { border-color: rgb(130,159,113); }
td.TdClassName
{
border-color: #829F71;
}
.TagClassName
{
border-color: #829F71;
}
</style>