Shades of Amulet #8AA577
Tints of Amulet #8AA577
RGB
CMYK
RGB Variations
Color information
#8AA577 (or 0x8AA577) is known color: Amulet. HEX triplet: 8A, A5 and 77. RGB value is (138,165,119). Sum of RGB (Red+Green+Blue) = 138+165+119=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA577 is #755A88. Grayscale: #979797. Windows color (decimal): -7690889 or 7841162. OLE color: 7841162.
HSL color Cylindrical-coordinate representation of color #8AA577: hue angle of 95.22º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA577 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 119 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.35 |
| HSL | 95.22º | 0.2% | 0.56% | - |
| HSV(B) | 95.22º | 0.28% | 0.65% | - |
| XYZ | 27.27 | 33.65 | 22.51 | - |
| YUV | 151.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 119 | 0.16 | 0 | 0.28 | 0.35 | 95.22 | 0.2 | 0.56 |
| Hex | 8A | A5 | 77 | 10 | 0 | 1C | 23 | 5F | 14 | 38 |
| Octal | 212 | 245 | 167 | 20 | 0 | 34 | 43 | 137 | 24 | 70 |
| Binary | 10001010 | 10100101 | 1110111 | 10000 | 0 | 11100 | 100011 | 1011111 | 10100 | 111000 |
Color Harmonies of #8AA577
Complementary color
Monochromatic Colors of #8AA577
Black with #8AA577
Text Example
Text Example
White with #8AA577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA577; }
p { color: rgb(138,165,119); }
H1.HeaderClassName
{
color: #8AA577;
}
.AnyTagClassName
{
color: #8AA577;
}
</style>
background-color css
<style>
a { background-color: #8AA577; }
a { background-color: rgb(138,165,119); }
div.DivClassName
{
background-color: #8AA577;
}
.BgClassName
{
background-color: #8AA577;
}
</style>
border-color css
<style>
span { border-color: #8AA577; }
span { border-color: rgb(138,165,119); }
td.TdClassName
{
border-color: #8AA577;
}
.TagClassName
{
border-color: #8AA577;
}
</style>