Shades of Ziggurat #82AAA9
Tints of Ziggurat #82AAA9
RGB
CMYK
RGB Variations
Color information
#82AAA9 (or 0x82AAA9) is known color: Ziggurat. HEX triplet: 82, AA and A9. RGB value is (130,170,169). Sum of RGB (Red+Green+Blue) = 130+170+169=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #82AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AAA9 is #7D5556. Grayscale: #9D9D9D. Windows color (decimal): -8213847 or 11119234. OLE color: 11119234.
HSL color Cylindrical-coordinate representation of color #82AAA9: hue angle of 178.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 169 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.33 |
| HSL | 178.5º | 0.19% | 0.59% | - |
| HSV(B) | 178.5º | 0.24% | 0.67% | - |
| XYZ | 30.74 | 36.36 | 42.93 | - |
| YUV | 157.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 169 | 0.24 | 0 | 0.01 | 0.33 | 178.5 | 0.19 | 0.59 |
| Hex | 82 | AA | A9 | 18 | 0 | 1 | 21 | B2 | 13 | 3B |
| Octal | 202 | 252 | 251 | 30 | 0 | 1 | 41 | 262 | 23 | 73 |
| Binary | 10000010 | 10101010 | 10101001 | 11000 | 0 | 1 | 100001 | 10110010 | 10011 | 111011 |
Color Harmonies of #82AAA9
Complementary color
Monochromatic Colors of #82AAA9
Black with #82AAA9
Text Example
Text Example
White with #82AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAA9; }
p { color: rgb(130,170,169); }
H1.HeaderClassName
{
color: #82AAA9;
}
.AnyTagClassName
{
color: #82AAA9;
}
</style>
background-color css
<style>
a { background-color: #82AAA9; }
a { background-color: rgb(130,170,169); }
div.DivClassName
{
background-color: #82AAA9;
}
.BgClassName
{
background-color: #82AAA9;
}
</style>
border-color css
<style>
span { border-color: #82AAA9; }
span { border-color: rgb(130,170,169); }
td.TdClassName
{
border-color: #82AAA9;
}
.TagClassName
{
border-color: #82AAA9;
}
</style>