Shades of Amulet #829972
Tints of Amulet #829972
RGB
CMYK
RGB Variations
Color information
#829972 (or 0x829972) is known color: Amulet. HEX triplet: 82, 99 and 72. RGB value is (130,153,114). Sum of RGB (Red+Green+Blue) = 130+153+114=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #829972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829972 is #7D668D. Grayscale: #8D8D8D. Windows color (decimal): -8218254 or 7510402. OLE color: 7510402.
HSL color Cylindrical-coordinate representation of color #829972: hue angle of 95.38º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829972 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 114 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.4 |
| HSL | 95.38º | 0.16% | 0.52% | - |
| HSV(B) | 95.38º | 0.25% | 0.6% | - |
| XYZ | 23.63 | 28.74 | 20.22 | - |
| YUV | 141.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 114 | 0.15 | 0 | 0.25 | 0.4 | 95.38 | 0.16 | 0.52 |
| Hex | 82 | 99 | 72 | F | 0 | 19 | 28 | 5F | 10 | 34 |
| Octal | 202 | 231 | 162 | 17 | 0 | 31 | 50 | 137 | 20 | 64 |
| Binary | 10000010 | 10011001 | 1110010 | 1111 | 0 | 11001 | 101000 | 1011111 | 10000 | 110100 |
Color Harmonies of #829972
Complementary color
Monochromatic Colors of #829972
Black with #829972
Text Example
Text Example
White with #829972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829972; }
p { color: rgb(130,153,114); }
H1.HeaderClassName
{
color: #829972;
}
.AnyTagClassName
{
color: #829972;
}
</style>
background-color css
<style>
a { background-color: #829972; }
a { background-color: rgb(130,153,114); }
div.DivClassName
{
background-color: #829972;
}
.BgClassName
{
background-color: #829972;
}
</style>
border-color css
<style>
span { border-color: #829972; }
span { border-color: rgb(130,153,114); }
td.TdClassName
{
border-color: #829972;
}
.TagClassName
{
border-color: #829972;
}
</style>