Shades of Ziggurat #88ABAC
Tints of Ziggurat #88ABAC
RGB
CMYK
RGB Variations
Color information
#88ABAC (or 0x88ABAC) is known color: Ziggurat. HEX triplet: 88, AB and AC. RGB value is (136,171,172). Sum of RGB (Red+Green+Blue) = 136+171+172=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #88ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ABAC is #775453. Grayscale: #A0A0A0. Windows color (decimal): -7820372 or 11316104. OLE color: 11316104.
HSL color Cylindrical-coordinate representation of color #88ABAC: hue angle of 181.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ABAC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 171 | 172 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.33 |
| HSL | 181.67º | 0.18% | 0.6% | - |
| HSV(B) | 181.67º | 0.21% | 0.67% | - |
| XYZ | 32.16 | 37.34 | 44.54 | - |
| YUV | 160.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 172 | 0.21 | 0.01 | 0 | 0.33 | 181.67 | 0.18 | 0.6 |
| Hex | 88 | AB | AC | 15 | 1 | 0 | 21 | B6 | 12 | 3C |
| Octal | 210 | 253 | 254 | 25 | 1 | 0 | 41 | 266 | 22 | 74 |
| Binary | 10001000 | 10101011 | 10101100 | 10101 | 1 | 0 | 100001 | 10110110 | 10010 | 111100 |
Color Harmonies of #88ABAC
Complementary color
Monochromatic Colors of #88ABAC
Black with #88ABAC
Text Example
Text Example
White with #88ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ABAC; }
p { color: rgb(136,171,172); }
H1.HeaderClassName
{
color: #88ABAC;
}
.AnyTagClassName
{
color: #88ABAC;
}
</style>
background-color css
<style>
a { background-color: #88ABAC; }
a { background-color: rgb(136,171,172); }
div.DivClassName
{
background-color: #88ABAC;
}
.BgClassName
{
background-color: #88ABAC;
}
</style>
border-color css
<style>
span { border-color: #88ABAC; }
span { border-color: rgb(136,171,172); }
td.TdClassName
{
border-color: #88ABAC;
}
.TagClassName
{
border-color: #88ABAC;
}
</style>