Shades of Ziggurat #89AAA9
Tints of Ziggurat #89AAA9
RGB
CMYK
RGB Variations
Color information
#89AAA9 (or 0x89AAA9) is known color: Ziggurat. HEX triplet: 89, AA and A9. RGB value is (137,170,169). Sum of RGB (Red+Green+Blue) = 137+170+169=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #89AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAA9 is #765556. Grayscale: #9F9F9F. Windows color (decimal): -7755095 or 11119241. OLE color: 11119241.
HSL color Cylindrical-coordinate representation of color #89AAA9: hue angle of 178.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89AAA9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 169 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.33 |
| HSL | 178.18º | 0.16% | 0.6% | - |
| HSV(B) | 178.18º | 0.19% | 0.67% | - |
| XYZ | 31.85 | 36.93 | 42.99 | - |
| YUV | 160.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 169 | 0.19 | 0 | 0.01 | 0.33 | 178.18 | 0.16 | 0.6 |
| Hex | 89 | AA | A9 | 13 | 0 | 1 | 21 | B2 | 10 | 3C |
| Octal | 211 | 252 | 251 | 23 | 0 | 1 | 41 | 262 | 20 | 74 |
| Binary | 10001001 | 10101010 | 10101001 | 10011 | 0 | 1 | 100001 | 10110010 | 10000 | 111100 |
Color Harmonies of #89AAA9
Complementary color
Monochromatic Colors of #89AAA9
Black with #89AAA9
Text Example
Text Example
White with #89AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAA9; }
p { color: rgb(137,170,169); }
H1.HeaderClassName
{
color: #89AAA9;
}
.AnyTagClassName
{
color: #89AAA9;
}
</style>
background-color css
<style>
a { background-color: #89AAA9; }
a { background-color: rgb(137,170,169); }
div.DivClassName
{
background-color: #89AAA9;
}
.BgClassName
{
background-color: #89AAA9;
}
</style>
border-color css
<style>
span { border-color: #89AAA9; }
span { border-color: rgb(137,170,169); }
td.TdClassName
{
border-color: #89AAA9;
}
.TagClassName
{
border-color: #89AAA9;
}
</style>