Shades of Amulet #8AA472
Tints of Amulet #8AA472
RGB
CMYK
RGB Variations
Color information
#8AA472 (or 0x8AA472) is known color: Amulet. HEX triplet: 8A, A4 and 72. RGB value is (138,164,114). Sum of RGB (Red+Green+Blue) = 138+164+114=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA472 is #755B8D. Grayscale: #969696. Windows color (decimal): -7691150 or 7513226. OLE color: 7513226.
HSL color Cylindrical-coordinate representation of color #8AA472: hue angle of 91.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AA472 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 114 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.36 |
| HSL | 91.2º | 0.22% | 0.55% | - |
| HSV(B) | 91.2º | 0.3% | 0.64% | - |
| XYZ | 26.79 | 33.17 | 20.91 | - |
| YUV | 150.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 114 | 0.16 | 0 | 0.30 | 0.36 | 91.2 | 0.22 | 0.55 |
| Hex | 8A | A4 | 72 | 10 | 0 | 1E | 24 | 5B | 16 | 37 |
| Octal | 212 | 244 | 162 | 20 | 0 | 36 | 44 | 133 | 26 | 67 |
| Binary | 10001010 | 10100100 | 1110010 | 10000 | 0 | 11110 | 100100 | 1011011 | 10110 | 110111 |
Color Harmonies of #8AA472
Complementary color
Monochromatic Colors of #8AA472
Black with #8AA472
Text Example
Text Example
White with #8AA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA472; }
p { color: rgb(138,164,114); }
H1.HeaderClassName
{
color: #8AA472;
}
.AnyTagClassName
{
color: #8AA472;
}
</style>
background-color css
<style>
a { background-color: #8AA472; }
a { background-color: rgb(138,164,114); }
div.DivClassName
{
background-color: #8AA472;
}
.BgClassName
{
background-color: #8AA472;
}
</style>
border-color css
<style>
span { border-color: #8AA472; }
span { border-color: rgb(138,164,114); }
td.TdClassName
{
border-color: #8AA472;
}
.TagClassName
{
border-color: #8AA472;
}
</style>