Shades of Ziggurat #80AAA9
Tints of Ziggurat #80AAA9
RGB
CMYK
RGB Variations
Color information
#80AAA9 (or 0x80AAA9) is known color: Ziggurat. HEX triplet: 80, AA and A9. RGB value is (128,170,169). Sum of RGB (Red+Green+Blue) = 128+170+169=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #80AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAA9 is #7F5556. Grayscale: #9D9D9D. Windows color (decimal): -8344919 or 11119232. OLE color: 11119232.
HSL color Cylindrical-coordinate representation of color #80AAA9: hue angle of 178.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AAA9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 169 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.33 |
| HSL | 178.57º | 0.2% | 0.58% | - |
| HSV(B) | 178.57º | 0.25% | 0.67% | - |
| XYZ | 30.44 | 36.2 | 42.92 | - |
| YUV | 157.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 169 | 0.25 | 0 | 0.01 | 0.33 | 178.57 | 0.2 | 0.58 |
| Hex | 80 | AA | A9 | 19 | 0 | 1 | 21 | B3 | 14 | 3A |
| Octal | 200 | 252 | 251 | 31 | 0 | 1 | 41 | 263 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10101001 | 11001 | 0 | 1 | 100001 | 10110011 | 10100 | 111010 |
Color Harmonies of #80AAA9
Complementary color
Monochromatic Colors of #80AAA9
Black with #80AAA9
Text Example
Text Example
White with #80AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAA9; }
p { color: rgb(128,170,169); }
H1.HeaderClassName
{
color: #80AAA9;
}
.AnyTagClassName
{
color: #80AAA9;
}
</style>
background-color css
<style>
a { background-color: #80AAA9; }
a { background-color: rgb(128,170,169); }
div.DivClassName
{
background-color: #80AAA9;
}
.BgClassName
{
background-color: #80AAA9;
}
</style>
border-color css
<style>
span { border-color: #80AAA9; }
span { border-color: rgb(128,170,169); }
td.TdClassName
{
border-color: #80AAA9;
}
.TagClassName
{
border-color: #80AAA9;
}
</style>