Shades of Ziggurat #89AAAA
Tints of Ziggurat #89AAAA
RGB
CMYK
RGB Variations
Color information
#89AAAA (or 0x89AAAA) is known color: Ziggurat. HEX triplet: 89, AA and AA. RGB value is (137,170,170). Sum of RGB (Red+Green+Blue) = 137+170+170=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #89AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAAA is #765555. Grayscale: #A0A0A0. Windows color (decimal): -7755094 or 11184777. OLE color: 11184777.
HSL color Cylindrical-coordinate representation of color #89AAAA: hue angle of 180º 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 #89AAAA is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 170 | - |
| CMYK | 0.19 | 0 | 0 | 0.33 |
| HSL | 180º | 0.16% | 0.6% | - |
| HSV(B) | 180º | 0.19% | 0.67% | - |
| XYZ | 31.95 | 36.97 | 43.48 | - |
| YUV | 160.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 170 | 0.19 | 0 | 0 | 0.33 | 180 | 0.16 | 0.6 |
| Hex | 89 | AA | AA | 13 | 0 | 0 | 21 | B4 | 10 | 3C |
| Octal | 211 | 252 | 252 | 23 | 0 | 0 | 41 | 264 | 20 | 74 |
| Binary | 10001001 | 10101010 | 10101010 | 10011 | 0 | 0 | 100001 | 10110100 | 10000 | 111100 |
Color Harmonies of #89AAAA
Complementary color
Monochromatic Colors of #89AAAA
Black with #89AAAA
Text Example
Text Example
White with #89AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAAA; }
p { color: rgb(137,170,170); }
H1.HeaderClassName
{
color: #89AAAA;
}
.AnyTagClassName
{
color: #89AAAA;
}
</style>
background-color css
<style>
a { background-color: #89AAAA; }
a { background-color: rgb(137,170,170); }
div.DivClassName
{
background-color: #89AAAA;
}
.BgClassName
{
background-color: #89AAAA;
}
</style>
border-color css
<style>
span { border-color: #89AAAA; }
span { border-color: rgb(137,170,170); }
td.TdClassName
{
border-color: #89AAAA;
}
.TagClassName
{
border-color: #89AAAA;
}
</style>