Shades of Amulet #8AA275
Tints of Amulet #8AA275
RGB
CMYK
RGB Variations
Color information
#8AA275 (or 0x8AA275) is known color: Amulet. HEX triplet: 8A, A2 and 75. RGB value is (138,162,117). Sum of RGB (Red+Green+Blue) = 138+162+117=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA275 is #755D8A. Grayscale: #959595. Windows color (decimal): -7691659 or 7709322. OLE color: 7709322.
HSL color Cylindrical-coordinate representation of color #8AA275: hue angle of 92º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA275 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 162 | 117 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.36 |
| HSL | 92º | 0.19% | 0.55% | - |
| HSV(B) | 92º | 0.28% | 0.64% | - |
| XYZ | 26.61 | 32.53 | 21.71 | - |
| YUV | 149.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 117 | 0.15 | 0 | 0.28 | 0.36 | 92 | 0.19 | 0.55 |
| Hex | 8A | A2 | 75 | F | 0 | 1C | 24 | 5C | 13 | 37 |
| Octal | 212 | 242 | 165 | 17 | 0 | 34 | 44 | 134 | 23 | 67 |
| Binary | 10001010 | 10100010 | 1110101 | 1111 | 0 | 11100 | 100100 | 1011100 | 10011 | 110111 |
Color Harmonies of #8AA275
Complementary color
Monochromatic Colors of #8AA275
Black with #8AA275
Text Example
Text Example
White with #8AA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA275; }
p { color: rgb(138,162,117); }
H1.HeaderClassName
{
color: #8AA275;
}
.AnyTagClassName
{
color: #8AA275;
}
</style>
background-color css
<style>
a { background-color: #8AA275; }
a { background-color: rgb(138,162,117); }
div.DivClassName
{
background-color: #8AA275;
}
.BgClassName
{
background-color: #8AA275;
}
</style>
border-color css
<style>
span { border-color: #8AA275; }
span { border-color: rgb(138,162,117); }
td.TdClassName
{
border-color: #8AA275;
}
.TagClassName
{
border-color: #8AA275;
}
</style>