Shades of Amulet #88A275
Tints of Amulet #88A275
RGB
CMYK
RGB Variations
Color information
#88A275 (or 0x88A275) is known color: Amulet. HEX triplet: 88, A2 and 75. RGB value is (136,162,117). Sum of RGB (Red+Green+Blue) = 136+162+117=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #88A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A275 is #775D8A. Grayscale: #959595. Windows color (decimal): -7822731 or 7709320. OLE color: 7709320.
HSL color Cylindrical-coordinate representation of color #88A275: hue angle of 94.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88A275 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 117 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.36 |
| HSL | 94.67º | 0.19% | 0.55% | - |
| HSV(B) | 94.67º | 0.28% | 0.64% | - |
| XYZ | 26.28 | 32.36 | 21.69 | - |
| YUV | 149.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 117 | 0.16 | 0 | 0.28 | 0.36 | 94.67 | 0.19 | 0.55 |
| Hex | 88 | A2 | 75 | 10 | 0 | 1C | 24 | 5F | 13 | 37 |
| Octal | 210 | 242 | 165 | 20 | 0 | 34 | 44 | 137 | 23 | 67 |
| Binary | 10001000 | 10100010 | 1110101 | 10000 | 0 | 11100 | 100100 | 1011111 | 10011 | 110111 |
Color Harmonies of #88A275
Complementary color
Monochromatic Colors of #88A275
Black with #88A275
Text Example
Text Example
White with #88A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A275; }
p { color: rgb(136,162,117); }
H1.HeaderClassName
{
color: #88A275;
}
.AnyTagClassName
{
color: #88A275;
}
</style>
background-color css
<style>
a { background-color: #88A275; }
a { background-color: rgb(136,162,117); }
div.DivClassName
{
background-color: #88A275;
}
.BgClassName
{
background-color: #88A275;
}
</style>
border-color css
<style>
span { border-color: #88A275; }
span { border-color: rgb(136,162,117); }
td.TdClassName
{
border-color: #88A275;
}
.TagClassName
{
border-color: #88A275;
}
</style>