Shades of Amulet #829C71
Tints of Amulet #829C71
RGB
CMYK
RGB Variations
Color information
#829C71 (or 0x829C71) is known color: Amulet. HEX triplet: 82, 9C and 71. RGB value is (130,156,113). Sum of RGB (Red+Green+Blue) = 130+156+113=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #829C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C71 is #7D638E. Grayscale: #8F8F8F. Windows color (decimal): -8217487 or 7445634. OLE color: 7445634.
HSL color Cylindrical-coordinate representation of color #829C71: hue angle of 96.28º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829C71 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 113 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.39 |
| HSL | 96.28º | 0.18% | 0.53% | - |
| HSV(B) | 96.28º | 0.28% | 0.61% | - |
| XYZ | 24.08 | 29.72 | 20.09 | - |
| YUV | 143.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 113 | 0.17 | 0 | 0.28 | 0.39 | 96.28 | 0.18 | 0.53 |
| Hex | 82 | 9C | 71 | 11 | 0 | 1C | 27 | 60 | 12 | 35 |
| Octal | 202 | 234 | 161 | 21 | 0 | 34 | 47 | 140 | 22 | 65 |
| Binary | 10000010 | 10011100 | 1110001 | 10001 | 0 | 11100 | 100111 | 1100000 | 10010 | 110101 |
Color Harmonies of #829C71
Complementary color
Monochromatic Colors of #829C71
Black with #829C71
Text Example
Text Example
White with #829C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C71; }
p { color: rgb(130,156,113); }
H1.HeaderClassName
{
color: #829C71;
}
.AnyTagClassName
{
color: #829C71;
}
</style>
background-color css
<style>
a { background-color: #829C71; }
a { background-color: rgb(130,156,113); }
div.DivClassName
{
background-color: #829C71;
}
.BgClassName
{
background-color: #829C71;
}
</style>
border-color css
<style>
span { border-color: #829C71; }
span { border-color: rgb(130,156,113); }
td.TdClassName
{
border-color: #829C71;
}
.TagClassName
{
border-color: #829C71;
}
</style>