Shades of Ziggurat #88A9AF
Tints of Ziggurat #88A9AF
RGB
CMYK
RGB Variations
Color information
#88A9AF (or 0x88A9AF) is known color: Ziggurat. HEX triplet: 88, A9 and AF. RGB value is (136,169,175). Sum of RGB (Red+Green+Blue) = 136+169+175=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #88A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A9AF is #775650. Grayscale: #9F9F9F. Windows color (decimal): -7820881 or 11512200. OLE color: 11512200.
HSL color Cylindrical-coordinate representation of color #88A9AF: hue angle of 189.23º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88A9AF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 169 | 175 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.31 |
| HSL | 189.23º | 0.2% | 0.61% | - |
| HSV(B) | 189.23º | 0.22% | 0.69% | - |
| XYZ | 32.08 | 36.71 | 45.95 | - |
| YUV | 159.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 169 | 175 | 0.22 | 0.03 | 0 | 0.31 | 189.23 | 0.2 | 0.61 |
| Hex | 88 | A9 | AF | 16 | 3 | 0 | 1F | BD | 14 | 3D |
| Octal | 210 | 251 | 257 | 26 | 3 | 0 | 37 | 275 | 24 | 75 |
| Binary | 10001000 | 10101001 | 10101111 | 10110 | 11 | 0 | 11111 | 10111101 | 10100 | 111101 |
Color Harmonies of #88A9AF
Complementary color
Monochromatic Colors of #88A9AF
Black with #88A9AF
Text Example
Text Example
White with #88A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A9AF; }
p { color: rgb(136,169,175); }
H1.HeaderClassName
{
color: #88A9AF;
}
.AnyTagClassName
{
color: #88A9AF;
}
</style>
background-color css
<style>
a { background-color: #88A9AF; }
a { background-color: rgb(136,169,175); }
div.DivClassName
{
background-color: #88A9AF;
}
.BgClassName
{
background-color: #88A9AF;
}
</style>
border-color css
<style>
span { border-color: #88A9AF; }
span { border-color: rgb(136,169,175); }
td.TdClassName
{
border-color: #88A9AF;
}
.TagClassName
{
border-color: #88A9AF;
}
</style>