Shades of Ziggurat #88AAAA
Tints of Ziggurat #88AAAA
RGB
CMYK
RGB Variations
Color information
#88AAAA (or 0x88AAAA) is known color: Ziggurat. HEX triplet: 88, AA and AA. RGB value is (136,170,170). Sum of RGB (Red+Green+Blue) = 136+170+170=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #88AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAAA is #775555. Grayscale: #9F9F9F. Windows color (decimal): -7820630 or 11184776. OLE color: 11184776.
HSL color Cylindrical-coordinate representation of color #88AAAA: hue angle of 180º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88AAAA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 170 | - |
| CMYK | 0.20 | 0 | 0 | 0.33 |
| HSL | 180º | 0.17% | 0.6% | - |
| HSV(B) | 180º | 0.2% | 0.67% | - |
| XYZ | 31.78 | 36.89 | 43.47 | - |
| YUV | 159.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 170 | 0.20 | 0 | 0 | 0.33 | 180 | 0.17 | 0.6 |
| Hex | 88 | AA | AA | 14 | 0 | 0 | 21 | B4 | 11 | 3C |
| Octal | 210 | 252 | 252 | 24 | 0 | 0 | 41 | 264 | 21 | 74 |
| Binary | 10001000 | 10101010 | 10101010 | 10100 | 0 | 0 | 100001 | 10110100 | 10001 | 111100 |
Color Harmonies of #88AAAA
Complementary color
Monochromatic Colors of #88AAAA
Black with #88AAAA
Text Example
Text Example
White with #88AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AAAA; }
p { color: rgb(136,170,170); }
H1.HeaderClassName
{
color: #88AAAA;
}
.AnyTagClassName
{
color: #88AAAA;
}
</style>
background-color css
<style>
a { background-color: #88AAAA; }
a { background-color: rgb(136,170,170); }
div.DivClassName
{
background-color: #88AAAA;
}
.BgClassName
{
background-color: #88AAAA;
}
</style>
border-color css
<style>
span { border-color: #88AAAA; }
span { border-color: rgb(136,170,170); }
td.TdClassName
{
border-color: #88AAAA;
}
.TagClassName
{
border-color: #88AAAA;
}
</style>