Shades of Ziggurat #88ADAC
Tints of Ziggurat #88ADAC
RGB
CMYK
RGB Variations
Color information
#88ADAC (or 0x88ADAC) is known color: Ziggurat. HEX triplet: 88, AD and AC. RGB value is (136,173,172). Sum of RGB (Red+Green+Blue) = 136+173+172=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #88ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ADAC is #775253. Grayscale: #A1A1A1. Windows color (decimal): -7819860 or 11316616. OLE color: 11316616.
HSL color Cylindrical-coordinate representation of color #88ADAC: hue angle of 178.38º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88ADAC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 172 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.32 |
| HSL | 178.38º | 0.18% | 0.61% | - |
| HSV(B) | 178.38º | 0.21% | 0.68% | - |
| XYZ | 32.54 | 38.1 | 44.67 | - |
| YUV | 161.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 172 | 0.21 | 0 | 0.01 | 0.32 | 178.38 | 0.18 | 0.61 |
| Hex | 88 | AD | AC | 15 | 0 | 1 | 20 | B2 | 12 | 3D |
| Octal | 210 | 255 | 254 | 25 | 0 | 1 | 40 | 262 | 22 | 75 |
| Binary | 10001000 | 10101101 | 10101100 | 10101 | 0 | 1 | 100000 | 10110010 | 10010 | 111101 |
Color Harmonies of #88ADAC
Complementary color
Monochromatic Colors of #88ADAC
Black with #88ADAC
Text Example
Text Example
White with #88ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADAC; }
p { color: rgb(136,173,172); }
H1.HeaderClassName
{
color: #88ADAC;
}
.AnyTagClassName
{
color: #88ADAC;
}
</style>
background-color css
<style>
a { background-color: #88ADAC; }
a { background-color: rgb(136,173,172); }
div.DivClassName
{
background-color: #88ADAC;
}
.BgClassName
{
background-color: #88ADAC;
}
</style>
border-color css
<style>
span { border-color: #88ADAC; }
span { border-color: rgb(136,173,172); }
td.TdClassName
{
border-color: #88ADAC;
}
.TagClassName
{
border-color: #88ADAC;
}
</style>