Shades of Amulet #88A07A
Tints of Amulet #88A07A
RGB
CMYK
RGB Variations
Color information
#88A07A (or 0x88A07A) is known color: Amulet. HEX triplet: 88, A0 and 7A. RGB value is (136,160,122). Sum of RGB (Red+Green+Blue) = 136+160+122=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #88A07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A07A is #775F85. Grayscale: #949494. Windows color (decimal): -7823238 or 8036488. OLE color: 8036488.
HSL color Cylindrical-coordinate representation of color #88A07A: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88A07A is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 122 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.37 |
| HSL | 97.89º | 0.17% | 0.55% | - |
| HSV(B) | 97.89º | 0.24% | 0.63% | - |
| XYZ | 26.24 | 31.78 | 23.16 | - |
| YUV | 148.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 122 | 0.15 | 0 | 0.24 | 0.37 | 97.89 | 0.17 | 0.55 |
| Hex | 88 | A0 | 7A | F | 0 | 18 | 25 | 62 | 11 | 37 |
| Octal | 210 | 240 | 172 | 17 | 0 | 30 | 45 | 142 | 21 | 67 |
| Binary | 10001000 | 10100000 | 1111010 | 1111 | 0 | 11000 | 100101 | 1100010 | 10001 | 110111 |
Color Harmonies of #88A07A
Complementary color
Monochromatic Colors of #88A07A
Black with #88A07A
Text Example
Text Example
White with #88A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A07A; }
p { color: rgb(136,160,122); }
H1.HeaderClassName
{
color: #88A07A;
}
.AnyTagClassName
{
color: #88A07A;
}
</style>
background-color css
<style>
a { background-color: #88A07A; }
a { background-color: rgb(136,160,122); }
div.DivClassName
{
background-color: #88A07A;
}
.BgClassName
{
background-color: #88A07A;
}
</style>
border-color css
<style>
span { border-color: #88A07A; }
span { border-color: rgb(136,160,122); }
td.TdClassName
{
border-color: #88A07A;
}
.TagClassName
{
border-color: #88A07A;
}
</style>