Shades of Amulet #8CA080
Tints of Amulet #8CA080
RGB
CMYK
RGB Variations
Color information
#8CA080 (or 0x8CA080) is known color: Amulet. HEX triplet: 8C, A0 and 80. RGB value is (140,160,128). Sum of RGB (Red+Green+Blue) = 140+160+128=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA080 is #735F7F. Grayscale: #969696. Windows color (decimal): -7561088 or 8429708. OLE color: 8429708.
HSL color Cylindrical-coordinate representation of color #8CA080: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CA080 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 128 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.37 |
| HSL | 97.5º | 0.14% | 0.56% | - |
| HSV(B) | 97.5º | 0.2% | 0.63% | - |
| XYZ | 27.28 | 32.28 | 25.21 | - |
| YUV | 150.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 128 | 0.12 | 0 | 0.20 | 0.37 | 97.5 | 0.14 | 0.56 |
| Hex | 8C | A0 | 80 | C | 0 | 14 | 25 | 62 | E | 38 |
| Octal | 214 | 240 | 200 | 14 | 0 | 24 | 45 | 142 | 16 | 70 |
| Binary | 10001100 | 10100000 | 10000000 | 1100 | 0 | 10100 | 100101 | 1100010 | 1110 | 111000 |
Color Harmonies of #8CA080
Complementary color
Monochromatic Colors of #8CA080
Black with #8CA080
Text Example
Text Example
White with #8CA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA080; }
p { color: rgb(140,160,128); }
H1.HeaderClassName
{
color: #8CA080;
}
.AnyTagClassName
{
color: #8CA080;
}
</style>
background-color css
<style>
a { background-color: #8CA080; }
a { background-color: rgb(140,160,128); }
div.DivClassName
{
background-color: #8CA080;
}
.BgClassName
{
background-color: #8CA080;
}
</style>
border-color css
<style>
span { border-color: #8CA080; }
span { border-color: rgb(140,160,128); }
td.TdClassName
{
border-color: #8CA080;
}
.TagClassName
{
border-color: #8CA080;
}
</style>