Shades of Ziggurat #88A8AA
Tints of Ziggurat #88A8AA
RGB
CMYK
RGB Variations
Color information
#88A8AA (or 0x88A8AA) is known color: Ziggurat. HEX triplet: 88, A8 and AA. RGB value is (136,168,170). Sum of RGB (Red+Green+Blue) = 136+168+170=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A8AA is #775755. Grayscale: #9E9E9E. Windows color (decimal): -7821142 or 11184264. OLE color: 11184264.
HSL color Cylindrical-coordinate representation of color #88A8AA: hue angle of 183.53º 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 #88A8AA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 168 | 170 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.33 |
| HSL | 183.53º | 0.17% | 0.6% | - |
| HSV(B) | 183.53º | 0.2% | 0.67% | - |
| XYZ | 31.41 | 36.14 | 43.35 | - |
| YUV | 158.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 170 | 0.20 | 0.01 | 0 | 0.33 | 183.53 | 0.17 | 0.6 |
| Hex | 88 | A8 | AA | 14 | 1 | 0 | 21 | B8 | 11 | 3C |
| Octal | 210 | 250 | 252 | 24 | 1 | 0 | 41 | 270 | 21 | 74 |
| Binary | 10001000 | 10101000 | 10101010 | 10100 | 1 | 0 | 100001 | 10111000 | 10001 | 111100 |
Color Harmonies of #88A8AA
Complementary color
Monochromatic Colors of #88A8AA
Black with #88A8AA
Text Example
Text Example
White with #88A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8AA; }
p { color: rgb(136,168,170); }
H1.HeaderClassName
{
color: #88A8AA;
}
.AnyTagClassName
{
color: #88A8AA;
}
</style>
background-color css
<style>
a { background-color: #88A8AA; }
a { background-color: rgb(136,168,170); }
div.DivClassName
{
background-color: #88A8AA;
}
.BgClassName
{
background-color: #88A8AA;
}
</style>
border-color css
<style>
span { border-color: #88A8AA; }
span { border-color: rgb(136,168,170); }
td.TdClassName
{
border-color: #88A8AA;
}
.TagClassName
{
border-color: #88A8AA;
}
</style>