Shades of Ziggurat #89A6AB
Tints of Ziggurat #89A6AB
RGB
CMYK
RGB Variations
Color information
#89A6AB (or 0x89A6AB) is known color: Ziggurat. HEX triplet: 89, A6 and AB. RGB value is (137,166,171). Sum of RGB (Red+Green+Blue) = 137+166+171=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A6AB is #765954. Grayscale: #9D9D9D. Windows color (decimal): -7756117 or 11249289. OLE color: 11249289.
HSL color Cylindrical-coordinate representation of color #89A6AB: 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 #89A6AB is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 166 | 171 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.33 |
| HSL | 188.82º | 0.17% | 0.6% | - |
| HSV(B) | 188.82º | 0.2% | 0.67% | - |
| XYZ | 31.3 | 35.53 | 43.74 | - |
| YUV | 157.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 171 | 0.20 | 0.03 | 0 | 0.33 | 188.82 | 0.17 | 0.6 |
| Hex | 89 | A6 | AB | 14 | 3 | 0 | 21 | BD | 11 | 3C |
| Octal | 211 | 246 | 253 | 24 | 3 | 0 | 41 | 275 | 21 | 74 |
| Binary | 10001001 | 10100110 | 10101011 | 10100 | 11 | 0 | 100001 | 10111101 | 10001 | 111100 |
Color Harmonies of #89A6AB
Complementary color
Monochromatic Colors of #89A6AB
Black with #89A6AB
Text Example
Text Example
White with #89A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6AB; }
p { color: rgb(137,166,171); }
H1.HeaderClassName
{
color: #89A6AB;
}
.AnyTagClassName
{
color: #89A6AB;
}
</style>
background-color css
<style>
a { background-color: #89A6AB; }
a { background-color: rgb(137,166,171); }
div.DivClassName
{
background-color: #89A6AB;
}
.BgClassName
{
background-color: #89A6AB;
}
</style>
border-color css
<style>
span { border-color: #89A6AB; }
span { border-color: rgb(137,166,171); }
td.TdClassName
{
border-color: #89A6AB;
}
.TagClassName
{
border-color: #89A6AB;
}
</style>