Shades of Ziggurat #89AAAC
Tints of Ziggurat #89AAAC
RGB
CMYK
RGB Variations
Color information
#89AAAC (or 0x89AAAC) is known color: Ziggurat. HEX triplet: 89, AA and AC. RGB value is (137,170,172). Sum of RGB (Red+Green+Blue) = 137+170+172=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #89AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAAC is #765553. Grayscale: #A0A0A0. Windows color (decimal): -7755092 or 11315849. OLE color: 11315849.
HSL color Cylindrical-coordinate representation of color #89AAAC: hue angle of 183.43º 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 #89AAAC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 172 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.33 |
| HSL | 183.43º | 0.17% | 0.61% | - |
| HSV(B) | 183.43º | 0.2% | 0.67% | - |
| XYZ | 32.14 | 37.05 | 44.49 | - |
| YUV | 160.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 172 | 0.20 | 0.01 | 0 | 0.33 | 183.43 | 0.17 | 0.61 |
| Hex | 89 | AA | AC | 14 | 1 | 0 | 21 | B7 | 11 | 3D |
| Octal | 211 | 252 | 254 | 24 | 1 | 0 | 41 | 267 | 21 | 75 |
| Binary | 10001001 | 10101010 | 10101100 | 10100 | 1 | 0 | 100001 | 10110111 | 10001 | 111101 |
Color Harmonies of #89AAAC
Complementary color
Monochromatic Colors of #89AAAC
Black with #89AAAC
Text Example
Text Example
White with #89AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAAC; }
p { color: rgb(137,170,172); }
H1.HeaderClassName
{
color: #89AAAC;
}
.AnyTagClassName
{
color: #89AAAC;
}
</style>
background-color css
<style>
a { background-color: #89AAAC; }
a { background-color: rgb(137,170,172); }
div.DivClassName
{
background-color: #89AAAC;
}
.BgClassName
{
background-color: #89AAAC;
}
</style>
border-color css
<style>
span { border-color: #89AAAC; }
span { border-color: rgb(137,170,172); }
td.TdClassName
{
border-color: #89AAAC;
}
.TagClassName
{
border-color: #89AAAC;
}
</style>