Shades of Ziggurat #80A3AB
Tints of Ziggurat #80A3AB
RGB
CMYK
RGB Variations
Color information
#80A3AB (or 0x80A3AB) is known color: Ziggurat. HEX triplet: 80, A3 and AB. RGB value is (128,163,171). Sum of RGB (Red+Green+Blue) = 128+163+171=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #80A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A3AB is #7F5C54. Grayscale: #999999. Windows color (decimal): -8346709 or 11248512. OLE color: 11248512.
HSL color Cylindrical-coordinate representation of color #80A3AB: hue angle of 191.16º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80A3AB is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 163 | 171 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.33 |
| HSL | 191.16º | 0.2% | 0.59% | - |
| HSV(B) | 191.16º | 0.25% | 0.67% | - |
| XYZ | 29.35 | 33.72 | 43.49 | - |
| YUV | 153.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 171 | 0.25 | 0.05 | 0 | 0.33 | 191.16 | 0.2 | 0.59 |
| Hex | 80 | A3 | AB | 19 | 5 | 0 | 21 | BF | 14 | 3B |
| Octal | 200 | 243 | 253 | 31 | 5 | 0 | 41 | 277 | 24 | 73 |
| Binary | 10000000 | 10100011 | 10101011 | 11001 | 101 | 0 | 100001 | 10111111 | 10100 | 111011 |
Color Harmonies of #80A3AB
Complementary color
Monochromatic Colors of #80A3AB
Black with #80A3AB
Text Example
Text Example
White with #80A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A3AB; }
p { color: rgb(128,163,171); }
H1.HeaderClassName
{
color: #80A3AB;
}
.AnyTagClassName
{
color: #80A3AB;
}
</style>
background-color css
<style>
a { background-color: #80A3AB; }
a { background-color: rgb(128,163,171); }
div.DivClassName
{
background-color: #80A3AB;
}
.BgClassName
{
background-color: #80A3AB;
}
</style>
border-color css
<style>
span { border-color: #80A3AB; }
span { border-color: rgb(128,163,171); }
td.TdClassName
{
border-color: #80A3AB;
}
.TagClassName
{
border-color: #80A3AB;
}
</style>