Shades of Amulet #8A9C81
Tints of Amulet #8A9C81
RGB
CMYK
RGB Variations
Color information
#8A9C81 (or 0x8A9C81) is known color: Amulet. HEX triplet: 8A, 9C and 81. RGB value is (138,156,129). Sum of RGB (Red+Green+Blue) = 138+156+129=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C81 is #75637E. Grayscale: #939393. Windows color (decimal): -7693183 or 8494218. OLE color: 8494218.
HSL color Cylindrical-coordinate representation of color #8A9C81: hue angle of 100º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A9C81 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 129 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.39 |
| HSL | 100º | 0.12% | 0.56% | - |
| HSV(B) | 100º | 0.17% | 0.61% | - |
| XYZ | 26.33 | 30.77 | 25.32 | - |
| YUV | 147.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 129 | 0.12 | 0 | 0.17 | 0.39 | 100 | 0.12 | 0.56 |
| Hex | 8A | 9C | 81 | C | 0 | 11 | 27 | 64 | C | 38 |
| Octal | 212 | 234 | 201 | 14 | 0 | 21 | 47 | 144 | 14 | 70 |
| Binary | 10001010 | 10011100 | 10000001 | 1100 | 0 | 10001 | 100111 | 1100100 | 1100 | 111000 |
Color Harmonies of #8A9C81
Complementary color
Monochromatic Colors of #8A9C81
Black with #8A9C81
Text Example
Text Example
White with #8A9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C81; }
p { color: rgb(138,156,129); }
H1.HeaderClassName
{
color: #8A9C81;
}
.AnyTagClassName
{
color: #8A9C81;
}
</style>
background-color css
<style>
a { background-color: #8A9C81; }
a { background-color: rgb(138,156,129); }
div.DivClassName
{
background-color: #8A9C81;
}
.BgClassName
{
background-color: #8A9C81;
}
</style>
border-color css
<style>
span { border-color: #8A9C81; }
span { border-color: rgb(138,156,129); }
td.TdClassName
{
border-color: #8A9C81;
}
.TagClassName
{
border-color: #8A9C81;
}
</style>