Shades of Ziggurat #89ADAD
Tints of Ziggurat #89ADAD
RGB
CMYK
RGB Variations
Color information
#89ADAD (or 0x89ADAD) is known color: Ziggurat. HEX triplet: 89, AD and AD. RGB value is (137,173,173). Sum of RGB (Red+Green+Blue) = 137+173+173=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #89ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAD is #765252. Grayscale: #A2A2A2. Windows color (decimal): -7754323 or 11382153. OLE color: 11382153.
HSL color Cylindrical-coordinate representation of color #89ADAD: hue angle of 180º 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 #89ADAD is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 173 | - |
| CMYK | 0.21 | 0 | 0 | 0.32 |
| HSL | 180º | 0.18% | 0.61% | - |
| HSV(B) | 180º | 0.21% | 0.68% | - |
| XYZ | 32.8 | 38.22 | 45.18 | - |
| YUV | 162.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 173 | 0.21 | 0 | 0 | 0.32 | 180 | 0.18 | 0.61 |
| Hex | 89 | AD | AD | 15 | 0 | 0 | 20 | B4 | 12 | 3D |
| Octal | 211 | 255 | 255 | 25 | 0 | 0 | 40 | 264 | 22 | 75 |
| Binary | 10001001 | 10101101 | 10101101 | 10101 | 0 | 0 | 100000 | 10110100 | 10010 | 111101 |
Color Harmonies of #89ADAD
Complementary color
Monochromatic Colors of #89ADAD
Black with #89ADAD
Text Example
Text Example
White with #89ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADAD; }
p { color: rgb(137,173,173); }
H1.HeaderClassName
{
color: #89ADAD;
}
.AnyTagClassName
{
color: #89ADAD;
}
</style>
background-color css
<style>
a { background-color: #89ADAD; }
a { background-color: rgb(137,173,173); }
div.DivClassName
{
background-color: #89ADAD;
}
.BgClassName
{
background-color: #89ADAD;
}
</style>
border-color css
<style>
span { border-color: #89ADAD; }
span { border-color: rgb(137,173,173); }
td.TdClassName
{
border-color: #89ADAD;
}
.TagClassName
{
border-color: #89ADAD;
}
</style>