Shades of Ziggurat #88A6AC
Tints of Ziggurat #88A6AC
RGB
CMYK
RGB Variations
Color information
#88A6AC (or 0x88A6AC) is known color: Ziggurat. HEX triplet: 88, A6 and AC. RGB value is (136,166,172). Sum of RGB (Red+Green+Blue) = 136+166+172=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #88A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A6AC is #775953. Grayscale: #9D9D9D. Windows color (decimal): -7821652 or 11314824. OLE color: 11314824.
HSL color Cylindrical-coordinate representation of color #88A6AC: hue angle of 190º 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 #88A6AC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 166 | 172 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.33 |
| HSL | 190º | 0.18% | 0.6% | - |
| HSV(B) | 190º | 0.21% | 0.67% | - |
| XYZ | 31.24 | 35.49 | 44.23 | - |
| YUV | 157.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 172 | 0.21 | 0.03 | 0 | 0.33 | 190 | 0.18 | 0.6 |
| Hex | 88 | A6 | AC | 15 | 3 | 0 | 21 | BE | 12 | 3C |
| Octal | 210 | 246 | 254 | 25 | 3 | 0 | 41 | 276 | 22 | 74 |
| Binary | 10001000 | 10100110 | 10101100 | 10101 | 11 | 0 | 100001 | 10111110 | 10010 | 111100 |
Color Harmonies of #88A6AC
Complementary color
Monochromatic Colors of #88A6AC
Black with #88A6AC
Text Example
Text Example
White with #88A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6AC; }
p { color: rgb(136,166,172); }
H1.HeaderClassName
{
color: #88A6AC;
}
.AnyTagClassName
{
color: #88A6AC;
}
</style>
background-color css
<style>
a { background-color: #88A6AC; }
a { background-color: rgb(136,166,172); }
div.DivClassName
{
background-color: #88A6AC;
}
.BgClassName
{
background-color: #88A6AC;
}
</style>
border-color css
<style>
span { border-color: #88A6AC; }
span { border-color: rgb(136,166,172); }
td.TdClassName
{
border-color: #88A6AC;
}
.TagClassName
{
border-color: #88A6AC;
}
</style>