Shades of Amulet #83A17C
Tints of Amulet #83A17C
RGB
CMYK
RGB Variations
Color information
#83A17C (or 0x83A17C) is known color: Amulet. HEX triplet: 83, A1 and 7C. RGB value is (131,161,124). Sum of RGB (Red+Green+Blue) = 131+161+124=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #83A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A17C is #7C5E83. Grayscale: #939393. Windows color (decimal): -8150660 or 8167811. OLE color: 8167811.
HSL color Cylindrical-coordinate representation of color #83A17C: hue angle of 108.65º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83A17C is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 124 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.37 |
| HSL | 108.65º | 0.16% | 0.56% | - |
| HSV(B) | 108.65º | 0.23% | 0.63% | - |
| XYZ | 25.74 | 31.77 | 23.84 | - |
| YUV | 147.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 124 | 0.19 | 0 | 0.23 | 0.37 | 108.65 | 0.16 | 0.56 |
| Hex | 83 | A1 | 7C | 13 | 0 | 17 | 25 | 6D | 10 | 38 |
| Octal | 203 | 241 | 174 | 23 | 0 | 27 | 45 | 155 | 20 | 70 |
| Binary | 10000011 | 10100001 | 1111100 | 10011 | 0 | 10111 | 100101 | 1101101 | 10000 | 111000 |
Color Harmonies of #83A17C
Complementary color
Monochromatic Colors of #83A17C
Black with #83A17C
Text Example
Text Example
White with #83A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A17C; }
p { color: rgb(131,161,124); }
H1.HeaderClassName
{
color: #83A17C;
}
.AnyTagClassName
{
color: #83A17C;
}
</style>
background-color css
<style>
a { background-color: #83A17C; }
a { background-color: rgb(131,161,124); }
div.DivClassName
{
background-color: #83A17C;
}
.BgClassName
{
background-color: #83A17C;
}
</style>
border-color css
<style>
span { border-color: #83A17C; }
span { border-color: rgb(131,161,124); }
td.TdClassName
{
border-color: #83A17C;
}
.TagClassName
{
border-color: #83A17C;
}
</style>