Shades of Amulet #88A17C
Tints of Amulet #88A17C
RGB
CMYK
RGB Variations
Color information
#88A17C (or 0x88A17C) is known color: Amulet. HEX triplet: 88, A1 and 7C. RGB value is (136,161,124). Sum of RGB (Red+Green+Blue) = 136+161+124=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #88A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A17C is #775E83. Grayscale: #959595. Windows color (decimal): -7822980 or 8167816. OLE color: 8167816.
HSL color Cylindrical-coordinate representation of color #88A17C: hue angle of 100.54º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88A17C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 161 | 124 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.37 |
| HSL | 100.54º | 0.16% | 0.56% | - |
| HSV(B) | 100.54º | 0.23% | 0.63% | - |
| XYZ | 26.54 | 32.18 | 23.88 | - |
| YUV | 149.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 161 | 124 | 0.16 | 0 | 0.23 | 0.37 | 100.54 | 0.16 | 0.56 |
| Hex | 88 | A1 | 7C | 10 | 0 | 17 | 25 | 65 | 10 | 38 |
| Octal | 210 | 241 | 174 | 20 | 0 | 27 | 45 | 145 | 20 | 70 |
| Binary | 10001000 | 10100001 | 1111100 | 10000 | 0 | 10111 | 100101 | 1100101 | 10000 | 111000 |
Color Harmonies of #88A17C
Complementary color
Monochromatic Colors of #88A17C
Black with #88A17C
Text Example
Text Example
White with #88A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A17C; }
p { color: rgb(136,161,124); }
H1.HeaderClassName
{
color: #88A17C;
}
.AnyTagClassName
{
color: #88A17C;
}
</style>
background-color css
<style>
a { background-color: #88A17C; }
a { background-color: rgb(136,161,124); }
div.DivClassName
{
background-color: #88A17C;
}
.BgClassName
{
background-color: #88A17C;
}
</style>
border-color css
<style>
span { border-color: #88A17C; }
span { border-color: rgb(136,161,124); }
td.TdClassName
{
border-color: #88A17C;
}
.TagClassName
{
border-color: #88A17C;
}
</style>