Shades of Ziggurat #80ABAC
Tints of Ziggurat #80ABAC
RGB
CMYK
RGB Variations
Color information
#80ABAC (or 0x80ABAC) is known color: Ziggurat. HEX triplet: 80, AB and AC. RGB value is (128,171,172). Sum of RGB (Red+Green+Blue) = 128+171+172=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #80ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABAC is #7F5453. Grayscale: #9E9E9E. Windows color (decimal): -8344660 or 11316096. OLE color: 11316096.
HSL color Cylindrical-coordinate representation of color #80ABAC: hue angle of 181.36º 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 #80ABAC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 172 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.33 |
| HSL | 181.36º | 0.21% | 0.59% | - |
| HSV(B) | 181.36º | 0.26% | 0.67% | - |
| XYZ | 30.91 | 36.69 | 44.48 | - |
| YUV | 158.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 172 | 0.26 | 0.01 | 0 | 0.33 | 181.36 | 0.21 | 0.59 |
| Hex | 80 | AB | AC | 1A | 1 | 0 | 21 | B5 | 15 | 3B |
| Octal | 200 | 253 | 254 | 32 | 1 | 0 | 41 | 265 | 25 | 73 |
| Binary | 10000000 | 10101011 | 10101100 | 11010 | 1 | 0 | 100001 | 10110101 | 10101 | 111011 |
Color Harmonies of #80ABAC
Complementary color
Monochromatic Colors of #80ABAC
Black with #80ABAC
Text Example
Text Example
White with #80ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ABAC; }
p { color: rgb(128,171,172); }
H1.HeaderClassName
{
color: #80ABAC;
}
.AnyTagClassName
{
color: #80ABAC;
}
</style>
background-color css
<style>
a { background-color: #80ABAC; }
a { background-color: rgb(128,171,172); }
div.DivClassName
{
background-color: #80ABAC;
}
.BgClassName
{
background-color: #80ABAC;
}
</style>
border-color css
<style>
span { border-color: #80ABAC; }
span { border-color: rgb(128,171,172); }
td.TdClassName
{
border-color: #80ABAC;
}
.TagClassName
{
border-color: #80ABAC;
}
</style>