Shades of Amulet #83A17E
Tints of Amulet #83A17E
RGB
CMYK
RGB Variations
Color information
#83A17E (or 0x83A17E) is known color: Amulet. HEX triplet: 83, A1 and 7E. RGB value is (131,161,126). Sum of RGB (Red+Green+Blue) = 131+161+126=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #83A17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A17E is #7C5E81. Grayscale: #949494. Windows color (decimal): -8150658 or 8298883. OLE color: 8298883.
HSL color Cylindrical-coordinate representation of color #83A17E: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A17E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 161 | 126 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.37 |
| HSL | 111.43º | 0.16% | 0.56% | - |
| HSV(B) | 111.43º | 0.22% | 0.63% | - |
| XYZ | 25.87 | 31.82 | 24.52 | - |
| YUV | 148.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 161 | 126 | 0.19 | 0 | 0.22 | 0.37 | 111.43 | 0.16 | 0.56 |
| Hex | 83 | A1 | 7E | 13 | 0 | 16 | 25 | 6F | 10 | 38 |
| Octal | 203 | 241 | 176 | 23 | 0 | 26 | 45 | 157 | 20 | 70 |
| Binary | 10000011 | 10100001 | 1111110 | 10011 | 0 | 10110 | 100101 | 1101111 | 10000 | 111000 |
Color Harmonies of #83A17E
Complementary color
Monochromatic Colors of #83A17E
Black with #83A17E
Text Example
Text Example
White with #83A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A17E; }
p { color: rgb(131,161,126); }
H1.HeaderClassName
{
color: #83A17E;
}
.AnyTagClassName
{
color: #83A17E;
}
</style>
background-color css
<style>
a { background-color: #83A17E; }
a { background-color: rgb(131,161,126); }
div.DivClassName
{
background-color: #83A17E;
}
.BgClassName
{
background-color: #83A17E;
}
</style>
border-color css
<style>
span { border-color: #83A17E; }
span { border-color: rgb(131,161,126); }
td.TdClassName
{
border-color: #83A17E;
}
.TagClassName
{
border-color: #83A17E;
}
</style>