Shades of Ziggurat #89A8AD
Tints of Ziggurat #89A8AD
RGB
CMYK
RGB Variations
Color information
#89A8AD (or 0x89A8AD) is known color: Ziggurat. HEX triplet: 89, A8 and AD. RGB value is (137,168,173). Sum of RGB (Red+Green+Blue) = 137+168+173=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #89A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A8AD is #765752. Grayscale: #9F9F9F. Windows color (decimal): -7755603 or 11380873. OLE color: 11380873.
HSL color Cylindrical-coordinate representation of color #89A8AD: hue angle of 188.33º 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 #89A8AD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 168 | 173 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.32 |
| HSL | 188.33º | 0.18% | 0.61% | - |
| HSV(B) | 188.33º | 0.21% | 0.68% | - |
| XYZ | 31.86 | 36.34 | 44.87 | - |
| YUV | 159.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 173 | 0.21 | 0.03 | 0 | 0.32 | 188.33 | 0.18 | 0.61 |
| Hex | 89 | A8 | AD | 15 | 3 | 0 | 20 | BC | 12 | 3D |
| Octal | 211 | 250 | 255 | 25 | 3 | 0 | 40 | 274 | 22 | 75 |
| Binary | 10001001 | 10101000 | 10101101 | 10101 | 11 | 0 | 100000 | 10111100 | 10010 | 111101 |
Color Harmonies of #89A8AD
Complementary color
Monochromatic Colors of #89A8AD
Black with #89A8AD
Text Example
Text Example
White with #89A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8AD; }
p { color: rgb(137,168,173); }
H1.HeaderClassName
{
color: #89A8AD;
}
.AnyTagClassName
{
color: #89A8AD;
}
</style>
background-color css
<style>
a { background-color: #89A8AD; }
a { background-color: rgb(137,168,173); }
div.DivClassName
{
background-color: #89A8AD;
}
.BgClassName
{
background-color: #89A8AD;
}
</style>
border-color css
<style>
span { border-color: #89A8AD; }
span { border-color: rgb(137,168,173); }
td.TdClassName
{
border-color: #89A8AD;
}
.TagClassName
{
border-color: #89A8AD;
}
</style>