Shades of Amulet #8AA47C
Tints of Amulet #8AA47C
RGB
CMYK
RGB Variations
Color information
#8AA47C (or 0x8AA47C) is known color: Amulet. HEX triplet: 8A, A4 and 7C. RGB value is (138,164,124). Sum of RGB (Red+Green+Blue) = 138+164+124=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA47C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA47C is #755B83. Grayscale: #979797. Windows color (decimal): -7691140 or 8168586. OLE color: 8168586.
HSL color Cylindrical-coordinate representation of color #8AA47C: hue angle of 99º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AA47C is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 124 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.36 |
| HSL | 99º | 0.18% | 0.56% | - |
| HSV(B) | 99º | 0.24% | 0.64% | - |
| XYZ | 27.39 | 33.41 | 24.07 | - |
| YUV | 151.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 124 | 0.16 | 0 | 0.24 | 0.36 | 99 | 0.18 | 0.56 |
| Hex | 8A | A4 | 7C | 10 | 0 | 18 | 24 | 63 | 12 | 38 |
| Octal | 212 | 244 | 174 | 20 | 0 | 30 | 44 | 143 | 22 | 70 |
| Binary | 10001010 | 10100100 | 1111100 | 10000 | 0 | 11000 | 100100 | 1100011 | 10010 | 111000 |
Color Harmonies of #8AA47C
Complementary color
Monochromatic Colors of #8AA47C
Black with #8AA47C
Text Example
Text Example
White with #8AA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA47C; }
p { color: rgb(138,164,124); }
H1.HeaderClassName
{
color: #8AA47C;
}
.AnyTagClassName
{
color: #8AA47C;
}
</style>
background-color css
<style>
a { background-color: #8AA47C; }
a { background-color: rgb(138,164,124); }
div.DivClassName
{
background-color: #8AA47C;
}
.BgClassName
{
background-color: #8AA47C;
}
</style>
border-color css
<style>
span { border-color: #8AA47C; }
span { border-color: rgb(138,164,124); }
td.TdClassName
{
border-color: #8AA47C;
}
.TagClassName
{
border-color: #8AA47C;
}
</style>