Shades of Ziggurat #89ADAB
Tints of Ziggurat #89ADAB
RGB
CMYK
RGB Variations
Color information
#89ADAB (or 0x89ADAB) is known color: Ziggurat. HEX triplet: 89, AD and AB. RGB value is (137,173,171). Sum of RGB (Red+Green+Blue) = 137+173+171=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #89ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAB is #765254. Grayscale: #A1A1A1. Windows color (decimal): -7754325 or 11251081. OLE color: 11251081.
HSL color Cylindrical-coordinate representation of color #89ADAB: hue angle of 176.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89ADAB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 171 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.32 |
| HSL | 176.67º | 0.18% | 0.61% | - |
| HSV(B) | 176.67º | 0.21% | 0.68% | - |
| XYZ | 32.61 | 38.15 | 44.17 | - |
| YUV | 162.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 171 | 0.21 | 0 | 0.01 | 0.32 | 176.67 | 0.18 | 0.61 |
| Hex | 89 | AD | AB | 15 | 0 | 1 | 20 | B1 | 12 | 3D |
| Octal | 211 | 255 | 253 | 25 | 0 | 1 | 40 | 261 | 22 | 75 |
| Binary | 10001001 | 10101101 | 10101011 | 10101 | 0 | 1 | 100000 | 10110001 | 10010 | 111101 |
Color Harmonies of #89ADAB
Complementary color
Monochromatic Colors of #89ADAB
Black with #89ADAB
Text Example
Text Example
White with #89ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADAB; }
p { color: rgb(137,173,171); }
H1.HeaderClassName
{
color: #89ADAB;
}
.AnyTagClassName
{
color: #89ADAB;
}
</style>
background-color css
<style>
a { background-color: #89ADAB; }
a { background-color: rgb(137,173,171); }
div.DivClassName
{
background-color: #89ADAB;
}
.BgClassName
{
background-color: #89ADAB;
}
</style>
border-color css
<style>
span { border-color: #89ADAB; }
span { border-color: rgb(137,173,171); }
td.TdClassName
{
border-color: #89ADAB;
}
.TagClassName
{
border-color: #89ADAB;
}
</style>