Shades of Amulet #88A471
Tints of Amulet #88A471
RGB
CMYK
RGB Variations
Color information
#88A471 (or 0x88A471) is known color: Amulet. HEX triplet: 88, A4 and 71. RGB value is (136,164,113). Sum of RGB (Red+Green+Blue) = 136+164+113=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #88A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A471 is #775B8E. Grayscale: #959595. Windows color (decimal): -7822223 or 7447688. OLE color: 7447688.
HSL color Cylindrical-coordinate representation of color #88A471: hue angle of 92.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88A471 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 164 | 113 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.36 |
| HSL | 92.94º | 0.22% | 0.54% | - |
| HSV(B) | 92.94º | 0.31% | 0.64% | - |
| XYZ | 26.41 | 32.98 | 20.6 | - |
| YUV | 149.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 113 | 0.17 | 0 | 0.31 | 0.36 | 92.94 | 0.22 | 0.54 |
| Hex | 88 | A4 | 71 | 11 | 0 | 1F | 24 | 5D | 16 | 36 |
| Octal | 210 | 244 | 161 | 21 | 0 | 37 | 44 | 135 | 26 | 66 |
| Binary | 10001000 | 10100100 | 1110001 | 10001 | 0 | 11111 | 100100 | 1011101 | 10110 | 110110 |
Color Harmonies of #88A471
Complementary color
Monochromatic Colors of #88A471
Black with #88A471
Text Example
Text Example
White with #88A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A471; }
p { color: rgb(136,164,113); }
H1.HeaderClassName
{
color: #88A471;
}
.AnyTagClassName
{
color: #88A471;
}
</style>
background-color css
<style>
a { background-color: #88A471; }
a { background-color: rgb(136,164,113); }
div.DivClassName
{
background-color: #88A471;
}
.BgClassName
{
background-color: #88A471;
}
</style>
border-color css
<style>
span { border-color: #88A471; }
span { border-color: rgb(136,164,113); }
td.TdClassName
{
border-color: #88A471;
}
.TagClassName
{
border-color: #88A471;
}
</style>