Shades of Ziggurat #89A8AA
Tints of Ziggurat #89A8AA
RGB
CMYK
RGB Variations
Color information
#89A8AA (or 0x89A8AA) is known color: Ziggurat. HEX triplet: 89, A8 and AA. RGB value is (137,168,170). Sum of RGB (Red+Green+Blue) = 137+168+170=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #89A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A8AA is #765755. Grayscale: #9E9E9E. Windows color (decimal): -7755606 or 11184265. OLE color: 11184265.
HSL color Cylindrical-coordinate representation of color #89A8AA: hue angle of 183.64º 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 #89A8AA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 168 | 170 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.33 |
| HSL | 183.64º | 0.16% | 0.6% | - |
| HSV(B) | 183.64º | 0.19% | 0.67% | - |
| XYZ | 31.57 | 36.23 | 43.36 | - |
| YUV | 158.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 170 | 0.19 | 0.01 | 0 | 0.33 | 183.64 | 0.16 | 0.6 |
| Hex | 89 | A8 | AA | 13 | 1 | 0 | 21 | B8 | 10 | 3C |
| Octal | 211 | 250 | 252 | 23 | 1 | 0 | 41 | 270 | 20 | 74 |
| Binary | 10001001 | 10101000 | 10101010 | 10011 | 1 | 0 | 100001 | 10111000 | 10000 | 111100 |
Color Harmonies of #89A8AA
Complementary color
Monochromatic Colors of #89A8AA
Black with #89A8AA
Text Example
Text Example
White with #89A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8AA; }
p { color: rgb(137,168,170); }
H1.HeaderClassName
{
color: #89A8AA;
}
.AnyTagClassName
{
color: #89A8AA;
}
</style>
background-color css
<style>
a { background-color: #89A8AA; }
a { background-color: rgb(137,168,170); }
div.DivClassName
{
background-color: #89A8AA;
}
.BgClassName
{
background-color: #89A8AA;
}
</style>
border-color css
<style>
span { border-color: #89A8AA; }
span { border-color: rgb(137,168,170); }
td.TdClassName
{
border-color: #89A8AA;
}
.TagClassName
{
border-color: #89A8AA;
}
</style>