Shades of Amulet #8AA083
Tints of Amulet #8AA083
RGB
CMYK
RGB Variations
Color information
#8AA083 (or 0x8AA083) is known color: Amulet. HEX triplet: 8A, A0 and 83. RGB value is (138,160,131). Sum of RGB (Red+Green+Blue) = 138+160+131=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA083 is #755F7C. Grayscale: #969696. Windows color (decimal): -7692157 or 8626314. OLE color: 8626314.
HSL color Cylindrical-coordinate representation of color #8AA083: hue angle of 105.52º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA083 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 131 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.37 |
| HSL | 105.52º | 0.13% | 0.57% | - |
| HSV(B) | 105.52º | 0.18% | 0.63% | - |
| XYZ | 27.15 | 32.18 | 26.25 | - |
| YUV | 150.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 131 | 0.14 | 0 | 0.18 | 0.37 | 105.52 | 0.13 | 0.57 |
| Hex | 8A | A0 | 83 | E | 0 | 12 | 25 | 6A | D | 39 |
| Octal | 212 | 240 | 203 | 16 | 0 | 22 | 45 | 152 | 15 | 71 |
| Binary | 10001010 | 10100000 | 10000011 | 1110 | 0 | 10010 | 100101 | 1101010 | 1101 | 111001 |
Color Harmonies of #8AA083
Complementary color
Monochromatic Colors of #8AA083
Black with #8AA083
Text Example
Text Example
White with #8AA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA083; }
p { color: rgb(138,160,131); }
H1.HeaderClassName
{
color: #8AA083;
}
.AnyTagClassName
{
color: #8AA083;
}
</style>
background-color css
<style>
a { background-color: #8AA083; }
a { background-color: rgb(138,160,131); }
div.DivClassName
{
background-color: #8AA083;
}
.BgClassName
{
background-color: #8AA083;
}
</style>
border-color css
<style>
span { border-color: #8AA083; }
span { border-color: rgb(138,160,131); }
td.TdClassName
{
border-color: #8AA083;
}
.TagClassName
{
border-color: #8AA083;
}
</style>