Shades of Amulet #83A179
Tints of Amulet #83A179
RGB
CMYK
RGB Variations
Color information
#83A179 (or 0x83A179) is known color: Amulet. HEX triplet: 83, A1 and 79. RGB value is (131,161,121). Sum of RGB (Red+Green+Blue) = 131+161+121=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #83A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A179 is #7C5E86. Grayscale: #939393. Windows color (decimal): -8150663 or 7971203. OLE color: 7971203.
HSL color Cylindrical-coordinate representation of color #83A179: hue angle of 105º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83A179 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 121 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.37 |
| HSL | 105º | 0.18% | 0.55% | - |
| HSV(B) | 105º | 0.25% | 0.63% | - |
| XYZ | 25.56 | 31.7 | 22.86 | - |
| YUV | 147.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 121 | 0.19 | 0 | 0.25 | 0.37 | 105 | 0.18 | 0.55 |
| Hex | 83 | A1 | 79 | 13 | 0 | 19 | 25 | 69 | 12 | 37 |
| Octal | 203 | 241 | 171 | 23 | 0 | 31 | 45 | 151 | 22 | 67 |
| Binary | 10000011 | 10100001 | 1111001 | 10011 | 0 | 11001 | 100101 | 1101001 | 10010 | 110111 |
Color Harmonies of #83A179
Complementary color
Monochromatic Colors of #83A179
Black with #83A179
Text Example
Text Example
White with #83A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A179; }
p { color: rgb(131,161,121); }
H1.HeaderClassName
{
color: #83A179;
}
.AnyTagClassName
{
color: #83A179;
}
</style>
background-color css
<style>
a { background-color: #83A179; }
a { background-color: rgb(131,161,121); }
div.DivClassName
{
background-color: #83A179;
}
.BgClassName
{
background-color: #83A179;
}
</style>
border-color css
<style>
span { border-color: #83A179; }
span { border-color: rgb(131,161,121); }
td.TdClassName
{
border-color: #83A179;
}
.TagClassName
{
border-color: #83A179;
}
</style>