Shades of Ziggurat #88A6AA
Tints of Ziggurat #88A6AA
RGB
CMYK
RGB Variations
Color information
#88A6AA (or 0x88A6AA) is known color: Ziggurat. HEX triplet: 88, A6 and AA. RGB value is (136,166,170). Sum of RGB (Red+Green+Blue) = 136+166+170=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A6AA is #775955. Grayscale: #9D9D9D. Windows color (decimal): -7821654 or 11183752. OLE color: 11183752.
HSL color Cylindrical-coordinate representation of color #88A6AA: hue angle of 187.06º 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 #88A6AA is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 166 | 170 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.33 |
| HSL | 187.06º | 0.17% | 0.6% | - |
| HSV(B) | 187.06º | 0.2% | 0.67% | - |
| XYZ | 31.05 | 35.41 | 43.23 | - |
| YUV | 157.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 170 | 0.20 | 0.02 | 0 | 0.33 | 187.06 | 0.17 | 0.6 |
| Hex | 88 | A6 | AA | 14 | 2 | 0 | 21 | BB | 11 | 3C |
| Octal | 210 | 246 | 252 | 24 | 2 | 0 | 41 | 273 | 21 | 74 |
| Binary | 10001000 | 10100110 | 10101010 | 10100 | 10 | 0 | 100001 | 10111011 | 10001 | 111100 |
Color Harmonies of #88A6AA
Complementary color
Monochromatic Colors of #88A6AA
Black with #88A6AA
Text Example
Text Example
White with #88A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6AA; }
p { color: rgb(136,166,170); }
H1.HeaderClassName
{
color: #88A6AA;
}
.AnyTagClassName
{
color: #88A6AA;
}
</style>
background-color css
<style>
a { background-color: #88A6AA; }
a { background-color: rgb(136,166,170); }
div.DivClassName
{
background-color: #88A6AA;
}
.BgClassName
{
background-color: #88A6AA;
}
</style>
border-color css
<style>
span { border-color: #88A6AA; }
span { border-color: rgb(136,166,170); }
td.TdClassName
{
border-color: #88A6AA;
}
.TagClassName
{
border-color: #88A6AA;
}
</style>