Shades of Amulet #83A073
Tints of Amulet #83A073
RGB
CMYK
RGB Variations
Color information
#83A073 (or 0x83A073) is known color: Amulet. HEX triplet: 83, A0 and 73. RGB value is (131,160,115). Sum of RGB (Red+Green+Blue) = 131+160+115=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #83A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A073 is #7C5F8C. Grayscale: #929292. Windows color (decimal): -8150925 or 7577731. OLE color: 7577731.
HSL color Cylindrical-coordinate representation of color #83A073: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83A073 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 115 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.37 |
| HSL | 98.67º | 0.19% | 0.54% | - |
| HSV(B) | 98.67º | 0.28% | 0.63% | - |
| XYZ | 25.03 | 31.2 | 20.92 | - |
| YUV | 146.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 115 | 0.18 | 0 | 0.28 | 0.37 | 98.67 | 0.19 | 0.54 |
| Hex | 83 | A0 | 73 | 12 | 0 | 1C | 25 | 63 | 13 | 36 |
| Octal | 203 | 240 | 163 | 22 | 0 | 34 | 45 | 143 | 23 | 66 |
| Binary | 10000011 | 10100000 | 1110011 | 10010 | 0 | 11100 | 100101 | 1100011 | 10011 | 110110 |
Color Harmonies of #83A073
Complementary color
Monochromatic Colors of #83A073
Black with #83A073
Text Example
Text Example
White with #83A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A073; }
p { color: rgb(131,160,115); }
H1.HeaderClassName
{
color: #83A073;
}
.AnyTagClassName
{
color: #83A073;
}
</style>
background-color css
<style>
a { background-color: #83A073; }
a { background-color: rgb(131,160,115); }
div.DivClassName
{
background-color: #83A073;
}
.BgClassName
{
background-color: #83A073;
}
</style>
border-color css
<style>
span { border-color: #83A073; }
span { border-color: rgb(131,160,115); }
td.TdClassName
{
border-color: #83A073;
}
.TagClassName
{
border-color: #83A073;
}
</style>