Shades of Amulet #8AA382
Tints of Amulet #8AA382
RGB
CMYK
RGB Variations
Color information
#8AA382 (or 0x8AA382) is known color: Amulet. HEX triplet: 8A, A3 and 82. RGB value is (138,163,130). Sum of RGB (Red+Green+Blue) = 138+163+130=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA382 is #755C7D. Grayscale: #979797. Windows color (decimal): -7691390 or 8561546. OLE color: 8561546.
HSL color Cylindrical-coordinate representation of color #8AA382: hue angle of 105.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AA382 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 130 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.36 |
| HSL | 105.45º | 0.15% | 0.57% | - |
| HSV(B) | 105.45º | 0.2% | 0.64% | - |
| XYZ | 27.61 | 33.21 | 26.07 | - |
| YUV | 151.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 130 | 0.15 | 0 | 0.20 | 0.36 | 105.45 | 0.15 | 0.57 |
| Hex | 8A | A3 | 82 | F | 0 | 14 | 24 | 69 | F | 39 |
| Octal | 212 | 243 | 202 | 17 | 0 | 24 | 44 | 151 | 17 | 71 |
| Binary | 10001010 | 10100011 | 10000010 | 1111 | 0 | 10100 | 100100 | 1101001 | 1111 | 111001 |
Color Harmonies of #8AA382
Complementary color
Monochromatic Colors of #8AA382
Black with #8AA382
Text Example
Text Example
White with #8AA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA382; }
p { color: rgb(138,163,130); }
H1.HeaderClassName
{
color: #8AA382;
}
.AnyTagClassName
{
color: #8AA382;
}
</style>
background-color css
<style>
a { background-color: #8AA382; }
a { background-color: rgb(138,163,130); }
div.DivClassName
{
background-color: #8AA382;
}
.BgClassName
{
background-color: #8AA382;
}
</style>
border-color css
<style>
span { border-color: #8AA382; }
span { border-color: rgb(138,163,130); }
td.TdClassName
{
border-color: #8AA382;
}
.TagClassName
{
border-color: #8AA382;
}
</style>