Shades of Ziggurat #88A5AA
Tints of Ziggurat #88A5AA
RGB
CMYK
RGB Variations
Color information
#88A5AA (or 0x88A5AA) is known color: Ziggurat. HEX triplet: 88, A5 and AA. RGB value is (136,165,170). Sum of RGB (Red+Green+Blue) = 136+165+170=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A5AA is #775A55. Grayscale: #9C9C9C. Windows color (decimal): -7821910 or 11183496. OLE color: 11183496.
HSL color Cylindrical-coordinate representation of color #88A5AA: hue angle of 188.82º 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 #88A5AA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 165 | 170 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.33 |
| HSL | 188.82º | 0.17% | 0.6% | - |
| HSV(B) | 188.82º | 0.2% | 0.67% | - |
| XYZ | 30.86 | 35.05 | 43.17 | - |
| YUV | 156.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 170 | 0.20 | 0.03 | 0 | 0.33 | 188.82 | 0.17 | 0.6 |
| Hex | 88 | A5 | AA | 14 | 3 | 0 | 21 | BD | 11 | 3C |
| Octal | 210 | 245 | 252 | 24 | 3 | 0 | 41 | 275 | 21 | 74 |
| Binary | 10001000 | 10100101 | 10101010 | 10100 | 11 | 0 | 100001 | 10111101 | 10001 | 111100 |
Color Harmonies of #88A5AA
Complementary color
Monochromatic Colors of #88A5AA
Black with #88A5AA
Text Example
Text Example
White with #88A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5AA; }
p { color: rgb(136,165,170); }
H1.HeaderClassName
{
color: #88A5AA;
}
.AnyTagClassName
{
color: #88A5AA;
}
</style>
background-color css
<style>
a { background-color: #88A5AA; }
a { background-color: rgb(136,165,170); }
div.DivClassName
{
background-color: #88A5AA;
}
.BgClassName
{
background-color: #88A5AA;
}
</style>
border-color css
<style>
span { border-color: #88A5AA; }
span { border-color: rgb(136,165,170); }
td.TdClassName
{
border-color: #88A5AA;
}
.TagClassName
{
border-color: #88A5AA;
}
</style>