Shades of Amulet #8CA176
Tints of Amulet #8CA176
RGB
CMYK
RGB Variations
Color information
#8CA176 (or 0x8CA176) is known color: Amulet. HEX triplet: 8C, A1 and 76. RGB value is (140,161,118). Sum of RGB (Red+Green+Blue) = 140+161+118=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA176 is #735E89. Grayscale: #959595. Windows color (decimal): -7560842 or 7774604. OLE color: 7774604.
HSL color Cylindrical-coordinate representation of color #8CA176: hue angle of 89.3º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CA176 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 161 | 118 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.37 |
| HSL | 89.3º | 0.19% | 0.55% | - |
| HSV(B) | 89.3º | 0.27% | 0.63% | - |
| XYZ | 26.83 | 32.37 | 21.97 | - |
| YUV | 149.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 118 | 0.13 | 0 | 0.27 | 0.37 | 89.3 | 0.19 | 0.55 |
| Hex | 8C | A1 | 76 | D | 0 | 1B | 25 | 59 | 13 | 37 |
| Octal | 214 | 241 | 166 | 15 | 0 | 33 | 45 | 131 | 23 | 67 |
| Binary | 10001100 | 10100001 | 1110110 | 1101 | 0 | 11011 | 100101 | 1011001 | 10011 | 110111 |
Color Harmonies of #8CA176
Complementary color
Monochromatic Colors of #8CA176
Black with #8CA176
Text Example
Text Example
White with #8CA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA176; }
p { color: rgb(140,161,118); }
H1.HeaderClassName
{
color: #8CA176;
}
.AnyTagClassName
{
color: #8CA176;
}
</style>
background-color css
<style>
a { background-color: #8CA176; }
a { background-color: rgb(140,161,118); }
div.DivClassName
{
background-color: #8CA176;
}
.BgClassName
{
background-color: #8CA176;
}
</style>
border-color css
<style>
span { border-color: #8CA176; }
span { border-color: rgb(140,161,118); }
td.TdClassName
{
border-color: #8CA176;
}
.TagClassName
{
border-color: #8CA176;
}
</style>