Shades of Ziggurat #80AEAE
Tints of Ziggurat #80AEAE
RGB
CMYK
RGB Variations
Color information
#80AEAE (or 0x80AEAE) is known color: Ziggurat. HEX triplet: 80, AE and AE. RGB value is (128,174,174). Sum of RGB (Red+Green+Blue) = 128+174+174=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #80AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEAE is #7F5151. Grayscale: #A0A0A0. Windows color (decimal): -8343890 or 11447936. OLE color: 11447936.
HSL color Cylindrical-coordinate representation of color #80AEAE: hue angle of 180º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AEAE is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 174 | - |
| CMYK | 0.26 | 0 | 0 | 0.32 |
| HSL | 180º | 0.22% | 0.59% | - |
| HSV(B) | 180º | 0.26% | 0.68% | - |
| XYZ | 31.68 | 37.92 | 45.69 | - |
| YUV | 160.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 174 | 0.26 | 0 | 0 | 0.32 | 180 | 0.22 | 0.59 |
| Hex | 80 | AE | AE | 1A | 0 | 0 | 20 | B4 | 16 | 3B |
| Octal | 200 | 256 | 256 | 32 | 0 | 0 | 40 | 264 | 26 | 73 |
| Binary | 10000000 | 10101110 | 10101110 | 11010 | 0 | 0 | 100000 | 10110100 | 10110 | 111011 |
Color Harmonies of #80AEAE
Complementary color
Monochromatic Colors of #80AEAE
Black with #80AEAE
Text Example
Text Example
White with #80AEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AEAE; }
p { color: rgb(128,174,174); }
H1.HeaderClassName
{
color: #80AEAE;
}
.AnyTagClassName
{
color: #80AEAE;
}
</style>
background-color css
<style>
a { background-color: #80AEAE; }
a { background-color: rgb(128,174,174); }
div.DivClassName
{
background-color: #80AEAE;
}
.BgClassName
{
background-color: #80AEAE;
}
</style>
border-color css
<style>
span { border-color: #80AEAE; }
span { border-color: rgb(128,174,174); }
td.TdClassName
{
border-color: #80AEAE;
}
.TagClassName
{
border-color: #80AEAE;
}
</style>