Shades of Amulet #83A381
Tints of Amulet #83A381
RGB
CMYK
RGB Variations
Color information
#83A381 (or 0x83A381) is known color: Amulet. HEX triplet: 83, A3 and 81. RGB value is (131,163,129). Sum of RGB (Red+Green+Blue) = 131+163+129=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #83A381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A381 is #7C5C7E. Grayscale: #959595. Windows color (decimal): -8150143 or 8496003. OLE color: 8496003.
HSL color Cylindrical-coordinate representation of color #83A381: hue angle of 116.47º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83A381 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 129 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.36 |
| HSL | 116.47º | 0.16% | 0.57% | - |
| HSV(B) | 116.47º | 0.21% | 0.64% | - |
| XYZ | 26.42 | 32.6 | 25.67 | - |
| YUV | 149.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 129 | 0.20 | 0 | 0.21 | 0.36 | 116.47 | 0.16 | 0.57 |
| Hex | 83 | A3 | 81 | 14 | 0 | 15 | 24 | 74 | 10 | 39 |
| Octal | 203 | 243 | 201 | 24 | 0 | 25 | 44 | 164 | 20 | 71 |
| Binary | 10000011 | 10100011 | 10000001 | 10100 | 0 | 10101 | 100100 | 1110100 | 10000 | 111001 |
Color Harmonies of #83A381
Complementary color
Monochromatic Colors of #83A381
Black with #83A381
Text Example
Text Example
White with #83A381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A381; }
p { color: rgb(131,163,129); }
H1.HeaderClassName
{
color: #83A381;
}
.AnyTagClassName
{
color: #83A381;
}
</style>
background-color css
<style>
a { background-color: #83A381; }
a { background-color: rgb(131,163,129); }
div.DivClassName
{
background-color: #83A381;
}
.BgClassName
{
background-color: #83A381;
}
</style>
border-color css
<style>
span { border-color: #83A381; }
span { border-color: rgb(131,163,129); }
td.TdClassName
{
border-color: #83A381;
}
.TagClassName
{
border-color: #83A381;
}
</style>