Shades of Amulet #8AA082
Tints of Amulet #8AA082
RGB
CMYK
RGB Variations
Color information
#8AA082 (or 0x8AA082) is known color: Amulet. HEX triplet: 8A, A0 and 82. RGB value is (138,160,130). Sum of RGB (Red+Green+Blue) = 138+160+130=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA082 is #755F7D. Grayscale: #969696. Windows color (decimal): -7692158 or 8560778. OLE color: 8560778.
HSL color Cylindrical-coordinate representation of color #8AA082: hue angle of 104º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA082 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 130 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.37 |
| HSL | 104º | 0.14% | 0.57% | - |
| HSV(B) | 104º | 0.19% | 0.63% | - |
| XYZ | 27.08 | 32.16 | 25.9 | - |
| YUV | 150 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 130 | 0.14 | 0 | 0.19 | 0.37 | 104 | 0.14 | 0.57 |
| Hex | 8A | A0 | 82 | E | 0 | 13 | 25 | 68 | E | 39 |
| Octal | 212 | 240 | 202 | 16 | 0 | 23 | 45 | 150 | 16 | 71 |
| Binary | 10001010 | 10100000 | 10000010 | 1110 | 0 | 10011 | 100101 | 1101000 | 1110 | 111001 |
Color Harmonies of #8AA082
Complementary color
Monochromatic Colors of #8AA082
Black with #8AA082
Text Example
Text Example
White with #8AA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA082; }
p { color: rgb(138,160,130); }
H1.HeaderClassName
{
color: #8AA082;
}
.AnyTagClassName
{
color: #8AA082;
}
</style>
background-color css
<style>
a { background-color: #8AA082; }
a { background-color: rgb(138,160,130); }
div.DivClassName
{
background-color: #8AA082;
}
.BgClassName
{
background-color: #8AA082;
}
</style>
border-color css
<style>
span { border-color: #8AA082; }
span { border-color: rgb(138,160,130); }
td.TdClassName
{
border-color: #8AA082;
}
.TagClassName
{
border-color: #8AA082;
}
</style>