Shades of Ziggurat #88A9AD
Tints of Ziggurat #88A9AD
RGB
CMYK
RGB Variations
Color information
#88A9AD (or 0x88A9AD) is known color: Ziggurat. HEX triplet: 88, A9 and AD. RGB value is (136,169,173). Sum of RGB (Red+Green+Blue) = 136+169+173=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A9AD is #775652. Grayscale: #9F9F9F. Windows color (decimal): -7820883 or 11381128. OLE color: 11381128.
HSL color Cylindrical-coordinate representation of color #88A9AD: hue angle of 186.49º 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 #88A9AD is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 169 | 173 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.32 |
| HSL | 186.49º | 0.18% | 0.61% | - |
| HSV(B) | 186.49º | 0.21% | 0.68% | - |
| XYZ | 31.88 | 36.63 | 44.92 | - |
| YUV | 159.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 173 | 0.21 | 0.02 | 0 | 0.32 | 186.49 | 0.18 | 0.61 |
| Hex | 88 | A9 | AD | 15 | 2 | 0 | 20 | BA | 12 | 3D |
| Octal | 210 | 251 | 255 | 25 | 2 | 0 | 40 | 272 | 22 | 75 |
| Binary | 10001000 | 10101001 | 10101101 | 10101 | 10 | 0 | 100000 | 10111010 | 10010 | 111101 |
Color Harmonies of #88A9AD
Complementary color
Monochromatic Colors of #88A9AD
Black with #88A9AD
Text Example
Text Example
White with #88A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A9AD; }
p { color: rgb(136,169,173); }
H1.HeaderClassName
{
color: #88A9AD;
}
.AnyTagClassName
{
color: #88A9AD;
}
</style>
background-color css
<style>
a { background-color: #88A9AD; }
a { background-color: rgb(136,169,173); }
div.DivClassName
{
background-color: #88A9AD;
}
.BgClassName
{
background-color: #88A9AD;
}
</style>
border-color css
<style>
span { border-color: #88A9AD; }
span { border-color: rgb(136,169,173); }
td.TdClassName
{
border-color: #88A9AD;
}
.TagClassName
{
border-color: #88A9AD;
}
</style>