Shades of Amulet #83A06D
Tints of Amulet #83A06D
RGB
CMYK
RGB Variations
Color information
#83A06D (or 0x83A06D) is known color: Amulet. HEX triplet: 83, A0 and 6D. RGB value is (131,160,109). Sum of RGB (Red+Green+Blue) = 131+160+109=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #83A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A06D is #7C5F92. Grayscale: #919191. Windows color (decimal): -8150931 or 7184515. OLE color: 7184515.
HSL color Cylindrical-coordinate representation of color #83A06D: hue angle of 94.12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83A06D is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 109 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.37 |
| HSL | 94.12º | 0.21% | 0.53% | - |
| HSV(B) | 94.12º | 0.32% | 0.63% | - |
| XYZ | 24.69 | 31.07 | 19.16 | - |
| YUV | 145.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 109 | 0.18 | 0 | 0.32 | 0.37 | 94.12 | 0.21 | 0.53 |
| Hex | 83 | A0 | 6D | 12 | 0 | 20 | 25 | 5E | 15 | 35 |
| Octal | 203 | 240 | 155 | 22 | 0 | 40 | 45 | 136 | 25 | 65 |
| Binary | 10000011 | 10100000 | 1101101 | 10010 | 0 | 100000 | 100101 | 1011110 | 10101 | 110101 |
Color Harmonies of #83A06D
Complementary color
Monochromatic Colors of #83A06D
Black with #83A06D
Text Example
Text Example
White with #83A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A06D; }
p { color: rgb(131,160,109); }
H1.HeaderClassName
{
color: #83A06D;
}
.AnyTagClassName
{
color: #83A06D;
}
</style>
background-color css
<style>
a { background-color: #83A06D; }
a { background-color: rgb(131,160,109); }
div.DivClassName
{
background-color: #83A06D;
}
.BgClassName
{
background-color: #83A06D;
}
</style>
border-color css
<style>
span { border-color: #83A06D; }
span { border-color: rgb(131,160,109); }
td.TdClassName
{
border-color: #83A06D;
}
.TagClassName
{
border-color: #83A06D;
}
</style>