Shades of Ziggurat #80A9AF
Tints of Ziggurat #80A9AF
RGB
CMYK
RGB Variations
Color information
#80A9AF (or 0x80A9AF) is known color: Ziggurat. HEX triplet: 80, A9 and AF. RGB value is (128,169,175). Sum of RGB (Red+Green+Blue) = 128+169+175=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #80A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A9AF is #7F5650. Grayscale: #9D9D9D. Windows color (decimal): -8345169 or 11512192. OLE color: 11512192.
HSL color Cylindrical-coordinate representation of color #80A9AF: hue angle of 187.66º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A9AF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 169 | 175 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.31 |
| HSL | 187.66º | 0.23% | 0.59% | - |
| HSV(B) | 187.66º | 0.27% | 0.69% | - |
| XYZ | 30.83 | 36.06 | 45.89 | - |
| YUV | 157.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 175 | 0.27 | 0.03 | 0 | 0.31 | 187.66 | 0.23 | 0.59 |
| Hex | 80 | A9 | AF | 1B | 3 | 0 | 1F | BC | 17 | 3B |
| Octal | 200 | 251 | 257 | 33 | 3 | 0 | 37 | 274 | 27 | 73 |
| Binary | 10000000 | 10101001 | 10101111 | 11011 | 11 | 0 | 11111 | 10111100 | 10111 | 111011 |
Color Harmonies of #80A9AF
Complementary color
Monochromatic Colors of #80A9AF
Black with #80A9AF
Text Example
Text Example
White with #80A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A9AF; }
p { color: rgb(128,169,175); }
H1.HeaderClassName
{
color: #80A9AF;
}
.AnyTagClassName
{
color: #80A9AF;
}
</style>
background-color css
<style>
a { background-color: #80A9AF; }
a { background-color: rgb(128,169,175); }
div.DivClassName
{
background-color: #80A9AF;
}
.BgClassName
{
background-color: #80A9AF;
}
</style>
border-color css
<style>
span { border-color: #80A9AF; }
span { border-color: rgb(128,169,175); }
td.TdClassName
{
border-color: #80A9AF;
}
.TagClassName
{
border-color: #80A9AF;
}
</style>