Shades of Amulet #88A080
Tints of Amulet #88A080
RGB
CMYK
RGB Variations
Color information
#88A080 (or 0x88A080) is known color: Amulet. HEX triplet: 88, A0 and 80. RGB value is (136,160,128). Sum of RGB (Red+Green+Blue) = 136+160+128=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #88A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A080 is #775F7F. Grayscale: #959595. Windows color (decimal): -7823232 or 8429704. OLE color: 8429704.
HSL color Cylindrical-coordinate representation of color #88A080: hue angle of 105º 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 #88A080 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 128 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.37 |
| HSL | 105º | 0.14% | 0.56% | - |
| HSV(B) | 105º | 0.2% | 0.63% | - |
| XYZ | 26.62 | 31.93 | 25.18 | - |
| YUV | 149.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 128 | 0.15 | 0 | 0.20 | 0.37 | 105 | 0.14 | 0.56 |
| Hex | 88 | A0 | 80 | F | 0 | 14 | 25 | 69 | E | 38 |
| Octal | 210 | 240 | 200 | 17 | 0 | 24 | 45 | 151 | 16 | 70 |
| Binary | 10001000 | 10100000 | 10000000 | 1111 | 0 | 10100 | 100101 | 1101001 | 1110 | 111000 |
Color Harmonies of #88A080
Complementary color
Monochromatic Colors of #88A080
Black with #88A080
Text Example
Text Example
White with #88A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A080; }
p { color: rgb(136,160,128); }
H1.HeaderClassName
{
color: #88A080;
}
.AnyTagClassName
{
color: #88A080;
}
</style>
background-color css
<style>
a { background-color: #88A080; }
a { background-color: rgb(136,160,128); }
div.DivClassName
{
background-color: #88A080;
}
.BgClassName
{
background-color: #88A080;
}
</style>
border-color css
<style>
span { border-color: #88A080; }
span { border-color: rgb(136,160,128); }
td.TdClassName
{
border-color: #88A080;
}
.TagClassName
{
border-color: #88A080;
}
</style>