Shades of Ziggurat #89ADAC
Tints of Ziggurat #89ADAC
RGB
CMYK
RGB Variations
Color information
#89ADAC (or 0x89ADAC) is known color: Ziggurat. HEX triplet: 89, AD and AC. RGB value is (137,173,172). Sum of RGB (Red+Green+Blue) = 137+173+172=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #89ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAC is #765253. Grayscale: #A2A2A2. Windows color (decimal): -7754324 or 11316617. OLE color: 11316617.
HSL color Cylindrical-coordinate representation of color #89ADAC: hue angle of 178.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 #89ADAC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 173 | 172 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.32 |
| HSL | 178.33º | 0.18% | 0.61% | - |
| HSV(B) | 178.33º | 0.21% | 0.68% | - |
| XYZ | 32.71 | 38.18 | 44.68 | - |
| YUV | 162.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 172 | 0.21 | 0 | 0.01 | 0.32 | 178.33 | 0.18 | 0.61 |
| Hex | 89 | AD | AC | 15 | 0 | 1 | 20 | B2 | 12 | 3D |
| Octal | 211 | 255 | 254 | 25 | 0 | 1 | 40 | 262 | 22 | 75 |
| Binary | 10001001 | 10101101 | 10101100 | 10101 | 0 | 1 | 100000 | 10110010 | 10010 | 111101 |
Color Harmonies of #89ADAC
Complementary color
Monochromatic Colors of #89ADAC
Black with #89ADAC
Text Example
Text Example
White with #89ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADAC; }
p { color: rgb(137,173,172); }
H1.HeaderClassName
{
color: #89ADAC;
}
.AnyTagClassName
{
color: #89ADAC;
}
</style>
background-color css
<style>
a { background-color: #89ADAC; }
a { background-color: rgb(137,173,172); }
div.DivClassName
{
background-color: #89ADAC;
}
.BgClassName
{
background-color: #89ADAC;
}
</style>
border-color css
<style>
span { border-color: #89ADAC; }
span { border-color: rgb(137,173,172); }
td.TdClassName
{
border-color: #89ADAC;
}
.TagClassName
{
border-color: #89ADAC;
}
</style>