Shades of Ziggurat #80A6AF
Tints of Ziggurat #80A6AF
RGB
CMYK
RGB Variations
Color information
#80A6AF (or 0x80A6AF) is known color: Ziggurat. HEX triplet: 80, A6 and AF. RGB value is (128,166,175). Sum of RGB (Red+Green+Blue) = 128+166+175=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #80A6AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A6AF is #7F5950. Grayscale: #9B9B9B. Windows color (decimal): -8345937 or 11511424. OLE color: 11511424.
HSL color Cylindrical-coordinate representation of color #80A6AF: hue angle of 191.49º 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 #80A6AF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 166 | 175 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.31 |
| HSL | 191.49º | 0.23% | 0.59% | - |
| HSV(B) | 191.49º | 0.27% | 0.69% | - |
| XYZ | 30.28 | 34.96 | 45.71 | - |
| YUV | 155.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 175 | 0.27 | 0.05 | 0 | 0.31 | 191.49 | 0.23 | 0.59 |
| Hex | 80 | A6 | AF | 1B | 5 | 0 | 1F | BF | 17 | 3B |
| Octal | 200 | 246 | 257 | 33 | 5 | 0 | 37 | 277 | 27 | 73 |
| Binary | 10000000 | 10100110 | 10101111 | 11011 | 101 | 0 | 11111 | 10111111 | 10111 | 111011 |
Color Harmonies of #80A6AF
Complementary color
Monochromatic Colors of #80A6AF
Black with #80A6AF
Text Example
Text Example
White with #80A6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A6AF; }
p { color: rgb(128,166,175); }
H1.HeaderClassName
{
color: #80A6AF;
}
.AnyTagClassName
{
color: #80A6AF;
}
</style>
background-color css
<style>
a { background-color: #80A6AF; }
a { background-color: rgb(128,166,175); }
div.DivClassName
{
background-color: #80A6AF;
}
.BgClassName
{
background-color: #80A6AF;
}
</style>
border-color css
<style>
span { border-color: #80A6AF; }
span { border-color: rgb(128,166,175); }
td.TdClassName
{
border-color: #80A6AF;
}
.TagClassName
{
border-color: #80A6AF;
}
</style>