Shades of Amulet #8A9B80
Tints of Amulet #8A9B80
RGB
CMYK
RGB Variations
Color information
#8A9B80 (or 0x8A9B80) is known color: Amulet. HEX triplet: 8A, 9B and 80. RGB value is (138,155,128). Sum of RGB (Red+Green+Blue) = 138+155+128=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B80 is #75647F. Grayscale: #929292. Windows color (decimal): -7693440 or 8428426. OLE color: 8428426.
HSL color Cylindrical-coordinate representation of color #8A9B80: hue angle of 97.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A9B80 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 128 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.39 |
| HSL | 97.78º | 0.12% | 0.55% | - |
| HSV(B) | 97.78º | 0.17% | 0.61% | - |
| XYZ | 26.1 | 30.4 | 24.92 | - |
| YUV | 146.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 128 | 0.11 | 0 | 0.17 | 0.39 | 97.78 | 0.12 | 0.55 |
| Hex | 8A | 9B | 80 | B | 0 | 11 | 27 | 62 | C | 37 |
| Octal | 212 | 233 | 200 | 13 | 0 | 21 | 47 | 142 | 14 | 67 |
| Binary | 10001010 | 10011011 | 10000000 | 1011 | 0 | 10001 | 100111 | 1100010 | 1100 | 110111 |
Color Harmonies of #8A9B80
Complementary color
Monochromatic Colors of #8A9B80
Black with #8A9B80
Text Example
Text Example
White with #8A9B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B80; }
p { color: rgb(138,155,128); }
H1.HeaderClassName
{
color: #8A9B80;
}
.AnyTagClassName
{
color: #8A9B80;
}
</style>
background-color css
<style>
a { background-color: #8A9B80; }
a { background-color: rgb(138,155,128); }
div.DivClassName
{
background-color: #8A9B80;
}
.BgClassName
{
background-color: #8A9B80;
}
</style>
border-color css
<style>
span { border-color: #8A9B80; }
span { border-color: rgb(138,155,128); }
td.TdClassName
{
border-color: #8A9B80;
}
.TagClassName
{
border-color: #8A9B80;
}
</style>