Shades of Amulet #83A374
Tints of Amulet #83A374
RGB
CMYK
RGB Variations
Color information
#83A374 (or 0x83A374) is known color: Amulet. HEX triplet: 83, A3 and 74. RGB value is (131,163,116). Sum of RGB (Red+Green+Blue) = 131+163+116=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #83A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A374 is #7C5C8B. Grayscale: #949494. Windows color (decimal): -8150156 or 7644035. OLE color: 7644035.
HSL color Cylindrical-coordinate representation of color #83A374: hue angle of 100.85º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83A374 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 116 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.36 |
| HSL | 100.85º | 0.2% | 0.55% | - |
| HSV(B) | 100.85º | 0.29% | 0.64% | - |
| XYZ | 25.61 | 32.28 | 21.4 | - |
| YUV | 148.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 116 | 0.20 | 0 | 0.29 | 0.36 | 100.85 | 0.2 | 0.55 |
| Hex | 83 | A3 | 74 | 14 | 0 | 1D | 24 | 65 | 14 | 37 |
| Octal | 203 | 243 | 164 | 24 | 0 | 35 | 44 | 145 | 24 | 67 |
| Binary | 10000011 | 10100011 | 1110100 | 10100 | 0 | 11101 | 100100 | 1100101 | 10100 | 110111 |
Color Harmonies of #83A374
Complementary color
Monochromatic Colors of #83A374
Black with #83A374
Text Example
Text Example
White with #83A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A374; }
p { color: rgb(131,163,116); }
H1.HeaderClassName
{
color: #83A374;
}
.AnyTagClassName
{
color: #83A374;
}
</style>
background-color css
<style>
a { background-color: #83A374; }
a { background-color: rgb(131,163,116); }
div.DivClassName
{
background-color: #83A374;
}
.BgClassName
{
background-color: #83A374;
}
</style>
border-color css
<style>
span { border-color: #83A374; }
span { border-color: rgb(131,163,116); }
td.TdClassName
{
border-color: #83A374;
}
.TagClassName
{
border-color: #83A374;
}
</style>