Shades of Amulet #8AA17C
Tints of Amulet #8AA17C
RGB
CMYK
RGB Variations
Color information
#8AA17C (or 0x8AA17C) is known color: Amulet. HEX triplet: 8A, A1 and 7C. RGB value is (138,161,124). Sum of RGB (Red+Green+Blue) = 138+161+124=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA17C is #755E83. Grayscale: #969696. Windows color (decimal): -7691908 or 8167818. OLE color: 8167818.
HSL color Cylindrical-coordinate representation of color #8AA17C: hue angle of 97.3º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA17C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 124 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.37 |
| HSL | 97.3º | 0.16% | 0.56% | - |
| HSV(B) | 97.3º | 0.23% | 0.63% | - |
| XYZ | 26.86 | 32.35 | 23.9 | - |
| YUV | 149.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 124 | 0.14 | 0 | 0.23 | 0.37 | 97.3 | 0.16 | 0.56 |
| Hex | 8A | A1 | 7C | E | 0 | 17 | 25 | 61 | 10 | 38 |
| Octal | 212 | 241 | 174 | 16 | 0 | 27 | 45 | 141 | 20 | 70 |
| Binary | 10001010 | 10100001 | 1111100 | 1110 | 0 | 10111 | 100101 | 1100001 | 10000 | 111000 |
Color Harmonies of #8AA17C
Complementary color
Monochromatic Colors of #8AA17C
Black with #8AA17C
Text Example
Text Example
White with #8AA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA17C; }
p { color: rgb(138,161,124); }
H1.HeaderClassName
{
color: #8AA17C;
}
.AnyTagClassName
{
color: #8AA17C;
}
</style>
background-color css
<style>
a { background-color: #8AA17C; }
a { background-color: rgb(138,161,124); }
div.DivClassName
{
background-color: #8AA17C;
}
.BgClassName
{
background-color: #8AA17C;
}
</style>
border-color css
<style>
span { border-color: #8AA17C; }
span { border-color: rgb(138,161,124); }
td.TdClassName
{
border-color: #8AA17C;
}
.TagClassName
{
border-color: #8AA17C;
}
</style>