Shades of Ziggurat #89ABAC
Tints of Ziggurat #89ABAC
RGB
CMYK
RGB Variations
Color information
#89ABAC (or 0x89ABAC) is known color: Ziggurat. HEX triplet: 89, AB and AC. RGB value is (137,171,172). Sum of RGB (Red+Green+Blue) = 137+171+172=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #89ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ABAC is #765453. Grayscale: #A0A0A0. Windows color (decimal): -7754836 or 11316105. OLE color: 11316105.
HSL color Cylindrical-coordinate representation of color #89ABAC: hue angle of 181.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89ABAC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 171 | 172 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.33 |
| HSL | 181.71º | 0.17% | 0.61% | - |
| HSV(B) | 181.71º | 0.2% | 0.67% | - |
| XYZ | 32.33 | 37.42 | 44.55 | - |
| YUV | 160.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 172 | 0.20 | 0.01 | 0 | 0.33 | 181.71 | 0.17 | 0.61 |
| Hex | 89 | AB | AC | 14 | 1 | 0 | 21 | B6 | 11 | 3D |
| Octal | 211 | 253 | 254 | 24 | 1 | 0 | 41 | 266 | 21 | 75 |
| Binary | 10001001 | 10101011 | 10101100 | 10100 | 1 | 0 | 100001 | 10110110 | 10001 | 111101 |
Color Harmonies of #89ABAC
Complementary color
Monochromatic Colors of #89ABAC
Black with #89ABAC
Text Example
Text Example
White with #89ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABAC; }
p { color: rgb(137,171,172); }
H1.HeaderClassName
{
color: #89ABAC;
}
.AnyTagClassName
{
color: #89ABAC;
}
</style>
background-color css
<style>
a { background-color: #89ABAC; }
a { background-color: rgb(137,171,172); }
div.DivClassName
{
background-color: #89ABAC;
}
.BgClassName
{
background-color: #89ABAC;
}
</style>
border-color css
<style>
span { border-color: #89ABAC; }
span { border-color: rgb(137,171,172); }
td.TdClassName
{
border-color: #89ABAC;
}
.TagClassName
{
border-color: #89ABAC;
}
</style>