Shades of Ziggurat #80A2AC
Tints of Ziggurat #80A2AC
RGB
CMYK
RGB Variations
Color information
#80A2AC (or 0x80A2AC) is known color: Ziggurat. HEX triplet: 80, A2 and AC. RGB value is (128,162,172). Sum of RGB (Red+Green+Blue) = 128+162+172=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #80A2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A2AC is #7F5D53. Grayscale: #989898. Windows color (decimal): -8346964 or 11313792. OLE color: 11313792.
HSL color Cylindrical-coordinate representation of color #80A2AC: hue angle of 193.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A2AC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 162 | 172 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.33 |
| HSL | 193.64º | 0.21% | 0.59% | - |
| HSV(B) | 193.64º | 0.26% | 0.67% | - |
| XYZ | 29.27 | 33.41 | 43.94 | - |
| YUV | 152.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 172 | 0.26 | 0.06 | 0 | 0.33 | 193.64 | 0.21 | 0.59 |
| Hex | 80 | A2 | AC | 1A | 6 | 0 | 21 | C2 | 15 | 3B |
| Octal | 200 | 242 | 254 | 32 | 6 | 0 | 41 | 302 | 25 | 73 |
| Binary | 10000000 | 10100010 | 10101100 | 11010 | 110 | 0 | 100001 | 11000010 | 10101 | 111011 |
Color Harmonies of #80A2AC
Complementary color
Monochromatic Colors of #80A2AC
Black with #80A2AC
Text Example
Text Example
White with #80A2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2AC; }
p { color: rgb(128,162,172); }
H1.HeaderClassName
{
color: #80A2AC;
}
.AnyTagClassName
{
color: #80A2AC;
}
</style>
background-color css
<style>
a { background-color: #80A2AC; }
a { background-color: rgb(128,162,172); }
div.DivClassName
{
background-color: #80A2AC;
}
.BgClassName
{
background-color: #80A2AC;
}
</style>
border-color css
<style>
span { border-color: #80A2AC; }
span { border-color: rgb(128,162,172); }
td.TdClassName
{
border-color: #80A2AC;
}
.TagClassName
{
border-color: #80A2AC;
}
</style>