Shades of Ziggurat #89A8AB
Tints of Ziggurat #89A8AB
RGB
CMYK
RGB Variations
Color information
#89A8AB (or 0x89A8AB) is known color: Ziggurat. HEX triplet: 89, A8 and AB. RGB value is (137,168,171). Sum of RGB (Red+Green+Blue) = 137+168+171=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A8AB is #765754. Grayscale: #9F9F9F. Windows color (decimal): -7755605 or 11249801. OLE color: 11249801.
HSL color Cylindrical-coordinate representation of color #89A8AB: hue angle of 185.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89A8AB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 168 | 171 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.33 |
| HSL | 185.29º | 0.17% | 0.6% | - |
| HSV(B) | 185.29º | 0.2% | 0.67% | - |
| XYZ | 31.67 | 36.26 | 43.86 | - |
| YUV | 159.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 171 | 0.20 | 0.02 | 0 | 0.33 | 185.29 | 0.17 | 0.6 |
| Hex | 89 | A8 | AB | 14 | 2 | 0 | 21 | B9 | 11 | 3C |
| Octal | 211 | 250 | 253 | 24 | 2 | 0 | 41 | 271 | 21 | 74 |
| Binary | 10001001 | 10101000 | 10101011 | 10100 | 10 | 0 | 100001 | 10111001 | 10001 | 111100 |
Color Harmonies of #89A8AB
Complementary color
Monochromatic Colors of #89A8AB
Black with #89A8AB
Text Example
Text Example
White with #89A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8AB; }
p { color: rgb(137,168,171); }
H1.HeaderClassName
{
color: #89A8AB;
}
.AnyTagClassName
{
color: #89A8AB;
}
</style>
background-color css
<style>
a { background-color: #89A8AB; }
a { background-color: rgb(137,168,171); }
div.DivClassName
{
background-color: #89A8AB;
}
.BgClassName
{
background-color: #89A8AB;
}
</style>
border-color css
<style>
span { border-color: #89A8AB; }
span { border-color: rgb(137,168,171); }
td.TdClassName
{
border-color: #89A8AB;
}
.TagClassName
{
border-color: #89A8AB;
}
</style>