Shades of Ziggurat #80A8AC
Tints of Ziggurat #80A8AC
RGB
CMYK
RGB Variations
Color information
#80A8AC (or 0x80A8AC) is known color: Ziggurat. HEX triplet: 80, A8 and AC. RGB value is (128,168,172). Sum of RGB (Red+Green+Blue) = 128+168+172=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #80A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A8AC is #7F5753. Grayscale: #9C9C9C. Windows color (decimal): -8345428 or 11315328. OLE color: 11315328.
HSL color Cylindrical-coordinate representation of color #80A8AC: hue angle of 185.45º 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 #80A8AC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 168 | 172 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.33 |
| HSL | 185.45º | 0.21% | 0.59% | - |
| HSV(B) | 185.45º | 0.26% | 0.67% | - |
| XYZ | 30.35 | 35.57 | 44.3 | - |
| YUV | 156.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 168 | 172 | 0.26 | 0.02 | 0 | 0.33 | 185.45 | 0.21 | 0.59 |
| Hex | 80 | A8 | AC | 1A | 2 | 0 | 21 | B9 | 15 | 3B |
| Octal | 200 | 250 | 254 | 32 | 2 | 0 | 41 | 271 | 25 | 73 |
| Binary | 10000000 | 10101000 | 10101100 | 11010 | 10 | 0 | 100001 | 10111001 | 10101 | 111011 |
Color Harmonies of #80A8AC
Complementary color
Monochromatic Colors of #80A8AC
Black with #80A8AC
Text Example
Text Example
White with #80A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A8AC; }
p { color: rgb(128,168,172); }
H1.HeaderClassName
{
color: #80A8AC;
}
.AnyTagClassName
{
color: #80A8AC;
}
</style>
background-color css
<style>
a { background-color: #80A8AC; }
a { background-color: rgb(128,168,172); }
div.DivClassName
{
background-color: #80A8AC;
}
.BgClassName
{
background-color: #80A8AC;
}
</style>
border-color css
<style>
span { border-color: #80A8AC; }
span { border-color: rgb(128,168,172); }
td.TdClassName
{
border-color: #80A8AC;
}
.TagClassName
{
border-color: #80A8AC;
}
</style>