Shades of Amulet #83A27D
Tints of Amulet #83A27D
RGB
CMYK
RGB Variations
Color information
#83A27D (or 0x83A27D) is known color: Amulet. HEX triplet: 83, A2 and 7D. RGB value is (131,162,125). Sum of RGB (Red+Green+Blue) = 131+162+125=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #83A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A27D is #7C5D82. Grayscale: #949494. Windows color (decimal): -8150403 or 8233603. OLE color: 8233603.
HSL color Cylindrical-coordinate representation of color #83A27D: hue angle of 110.27º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83A27D is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 125 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.36 |
| HSL | 110.27º | 0.17% | 0.56% | - |
| HSV(B) | 110.27º | 0.23% | 0.64% | - |
| XYZ | 25.98 | 32.15 | 24.24 | - |
| YUV | 148.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 125 | 0.19 | 0 | 0.23 | 0.36 | 110.27 | 0.17 | 0.56 |
| Hex | 83 | A2 | 7D | 13 | 0 | 17 | 24 | 6E | 11 | 38 |
| Octal | 203 | 242 | 175 | 23 | 0 | 27 | 44 | 156 | 21 | 70 |
| Binary | 10000011 | 10100010 | 1111101 | 10011 | 0 | 10111 | 100100 | 1101110 | 10001 | 111000 |
Color Harmonies of #83A27D
Complementary color
Monochromatic Colors of #83A27D
Black with #83A27D
Text Example
Text Example
White with #83A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A27D; }
p { color: rgb(131,162,125); }
H1.HeaderClassName
{
color: #83A27D;
}
.AnyTagClassName
{
color: #83A27D;
}
</style>
background-color css
<style>
a { background-color: #83A27D; }
a { background-color: rgb(131,162,125); }
div.DivClassName
{
background-color: #83A27D;
}
.BgClassName
{
background-color: #83A27D;
}
</style>
border-color css
<style>
span { border-color: #83A27D; }
span { border-color: rgb(131,162,125); }
td.TdClassName
{
border-color: #83A27D;
}
.TagClassName
{
border-color: #83A27D;
}
</style>