Shades of Ziggurat #89A9AB
Tints of Ziggurat #89A9AB
RGB
CMYK
RGB Variations
Color information
#89A9AB (or 0x89A9AB) is known color: Ziggurat. HEX triplet: 89, A9 and AB. RGB value is (137,169,171). Sum of RGB (Red+Green+Blue) = 137+169+171=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A9AB is #765654. Grayscale: #9F9F9F. Windows color (decimal): -7755349 or 11250057. OLE color: 11250057.
HSL color Cylindrical-coordinate representation of color #89A9AB: 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 #89A9AB is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 169 | 171 | - |
| 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.86 | 36.63 | 43.92 | - |
| YUV | 159.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 171 | 0.20 | 0.01 | 0 | 0.33 | 183.53 | 0.17 | 0.6 |
| Hex | 89 | A9 | AB | 14 | 1 | 0 | 21 | B8 | 11 | 3C |
| Octal | 211 | 251 | 253 | 24 | 1 | 0 | 41 | 270 | 21 | 74 |
| Binary | 10001001 | 10101001 | 10101011 | 10100 | 1 | 0 | 100001 | 10111000 | 10001 | 111100 |
Color Harmonies of #89A9AB
Complementary color
Monochromatic Colors of #89A9AB
Black with #89A9AB
Text Example
Text Example
White with #89A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9AB; }
p { color: rgb(137,169,171); }
H1.HeaderClassName
{
color: #89A9AB;
}
.AnyTagClassName
{
color: #89A9AB;
}
</style>
background-color css
<style>
a { background-color: #89A9AB; }
a { background-color: rgb(137,169,171); }
div.DivClassName
{
background-color: #89A9AB;
}
.BgClassName
{
background-color: #89A9AB;
}
</style>
border-color css
<style>
span { border-color: #89A9AB; }
span { border-color: rgb(137,169,171); }
td.TdClassName
{
border-color: #89A9AB;
}
.TagClassName
{
border-color: #89A9AB;
}
</style>