Shades of Amulet #88A075
Tints of Amulet #88A075
RGB
CMYK
RGB Variations
Color information
#88A075 (or 0x88A075) is known color: Amulet. HEX triplet: 88, A0 and 75. RGB value is (136,160,117). Sum of RGB (Red+Green+Blue) = 136+160+117=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #88A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A075 is #775F8A. Grayscale: #949494. Windows color (decimal): -7823243 or 7708808. OLE color: 7708808.
HSL color Cylindrical-coordinate representation of color #88A075: hue angle of 93.49º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A075 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 117 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.37 |
| HSL | 93.49º | 0.18% | 0.54% | - |
| HSV(B) | 93.49º | 0.27% | 0.63% | - |
| XYZ | 25.94 | 31.66 | 21.57 | - |
| YUV | 147.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 117 | 0.15 | 0 | 0.27 | 0.37 | 93.49 | 0.18 | 0.54 |
| Hex | 88 | A0 | 75 | F | 0 | 1B | 25 | 5D | 12 | 36 |
| Octal | 210 | 240 | 165 | 17 | 0 | 33 | 45 | 135 | 22 | 66 |
| Binary | 10001000 | 10100000 | 1110101 | 1111 | 0 | 11011 | 100101 | 1011101 | 10010 | 110110 |
Color Harmonies of #88A075
Complementary color
Monochromatic Colors of #88A075
Black with #88A075
Text Example
Text Example
White with #88A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A075; }
p { color: rgb(136,160,117); }
H1.HeaderClassName
{
color: #88A075;
}
.AnyTagClassName
{
color: #88A075;
}
</style>
background-color css
<style>
a { background-color: #88A075; }
a { background-color: rgb(136,160,117); }
div.DivClassName
{
background-color: #88A075;
}
.BgClassName
{
background-color: #88A075;
}
</style>
border-color css
<style>
span { border-color: #88A075; }
span { border-color: rgb(136,160,117); }
td.TdClassName
{
border-color: #88A075;
}
.TagClassName
{
border-color: #88A075;
}
</style>