Shades of Amulet #8AA47B
Tints of Amulet #8AA47B
RGB
CMYK
RGB Variations
Color information
#8AA47B (or 0x8AA47B) is known color: Amulet. HEX triplet: 8A, A4 and 7B. RGB value is (138,164,123). Sum of RGB (Red+Green+Blue) = 138+164+123=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA47B is #755B84. Grayscale: #979797. Windows color (decimal): -7691141 or 8103050. OLE color: 8103050.
HSL color Cylindrical-coordinate representation of color #8AA47B: hue angle of 98.05º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AA47B is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 123 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.36 |
| HSL | 98.05º | 0.18% | 0.56% | - |
| HSV(B) | 98.05º | 0.25% | 0.64% | - |
| XYZ | 27.33 | 33.38 | 23.74 | - |
| YUV | 151.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 123 | 0.16 | 0 | 0.25 | 0.36 | 98.05 | 0.18 | 0.56 |
| Hex | 8A | A4 | 7B | 10 | 0 | 19 | 24 | 62 | 12 | 38 |
| Octal | 212 | 244 | 173 | 20 | 0 | 31 | 44 | 142 | 22 | 70 |
| Binary | 10001010 | 10100100 | 1111011 | 10000 | 0 | 11001 | 100100 | 1100010 | 10010 | 111000 |
Color Harmonies of #8AA47B
Complementary color
Monochromatic Colors of #8AA47B
Black with #8AA47B
Text Example
Text Example
White with #8AA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA47B; }
p { color: rgb(138,164,123); }
H1.HeaderClassName
{
color: #8AA47B;
}
.AnyTagClassName
{
color: #8AA47B;
}
</style>
background-color css
<style>
a { background-color: #8AA47B; }
a { background-color: rgb(138,164,123); }
div.DivClassName
{
background-color: #8AA47B;
}
.BgClassName
{
background-color: #8AA47B;
}
</style>
border-color css
<style>
span { border-color: #8AA47B; }
span { border-color: rgb(138,164,123); }
td.TdClassName
{
border-color: #8AA47B;
}
.TagClassName
{
border-color: #8AA47B;
}
</style>