Shades of Amulet #83A275
Tints of Amulet #83A275
RGB
CMYK
RGB Variations
Color information
#83A275 (or 0x83A275) is known color: Amulet. HEX triplet: 83, A2 and 75. RGB value is (131,162,117). Sum of RGB (Red+Green+Blue) = 131+162+117=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #83A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A275 is #7C5D8A. Grayscale: #939393. Windows color (decimal): -8150411 or 7709315. OLE color: 7709315.
HSL color Cylindrical-coordinate representation of color #83A275: hue angle of 101.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83A275 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 117 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.36 |
| HSL | 101.33º | 0.19% | 0.55% | - |
| HSV(B) | 101.33º | 0.28% | 0.64% | - |
| XYZ | 25.49 | 31.95 | 21.65 | - |
| YUV | 147.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 117 | 0.19 | 0 | 0.28 | 0.36 | 101.33 | 0.19 | 0.55 |
| Hex | 83 | A2 | 75 | 13 | 0 | 1C | 24 | 65 | 13 | 37 |
| Octal | 203 | 242 | 165 | 23 | 0 | 34 | 44 | 145 | 23 | 67 |
| Binary | 10000011 | 10100010 | 1110101 | 10011 | 0 | 11100 | 100100 | 1100101 | 10011 | 110111 |
Color Harmonies of #83A275
Complementary color
Monochromatic Colors of #83A275
Black with #83A275
Text Example
Text Example
White with #83A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A275; }
p { color: rgb(131,162,117); }
H1.HeaderClassName
{
color: #83A275;
}
.AnyTagClassName
{
color: #83A275;
}
</style>
background-color css
<style>
a { background-color: #83A275; }
a { background-color: rgb(131,162,117); }
div.DivClassName
{
background-color: #83A275;
}
.BgClassName
{
background-color: #83A275;
}
</style>
border-color css
<style>
span { border-color: #83A275; }
span { border-color: rgb(131,162,117); }
td.TdClassName
{
border-color: #83A275;
}
.TagClassName
{
border-color: #83A275;
}
</style>