Shades of Ziggurat #82ADAC
Tints of Ziggurat #82ADAC
RGB
CMYK
RGB Variations
Color information
#82ADAC (or 0x82ADAC) is known color: Ziggurat. HEX triplet: 82, AD and AC. RGB value is (130,173,172). Sum of RGB (Red+Green+Blue) = 130+173+172=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #82ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82ADAC is #7D5253. Grayscale: #9F9F9F. Windows color (decimal): -8213076 or 11316610. OLE color: 11316610.
HSL color Cylindrical-coordinate representation of color #82ADAC: hue angle of 178.6º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82ADAC is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 172 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.32 |
| HSL | 178.6º | 0.21% | 0.59% | - |
| HSV(B) | 178.6º | 0.25% | 0.68% | - |
| XYZ | 31.6 | 37.61 | 44.62 | - |
| YUV | 160.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 172 | 0.25 | 0 | 0.01 | 0.32 | 178.6 | 0.21 | 0.59 |
| Hex | 82 | AD | AC | 19 | 0 | 1 | 20 | B3 | 15 | 3B |
| Octal | 202 | 255 | 254 | 31 | 0 | 1 | 40 | 263 | 25 | 73 |
| Binary | 10000010 | 10101101 | 10101100 | 11001 | 0 | 1 | 100000 | 10110011 | 10101 | 111011 |
Color Harmonies of #82ADAC
Complementary color
Monochromatic Colors of #82ADAC
Black with #82ADAC
Text Example
Text Example
White with #82ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADAC; }
p { color: rgb(130,173,172); }
H1.HeaderClassName
{
color: #82ADAC;
}
.AnyTagClassName
{
color: #82ADAC;
}
</style>
background-color css
<style>
a { background-color: #82ADAC; }
a { background-color: rgb(130,173,172); }
div.DivClassName
{
background-color: #82ADAC;
}
.BgClassName
{
background-color: #82ADAC;
}
</style>
border-color css
<style>
span { border-color: #82ADAC; }
span { border-color: rgb(130,173,172); }
td.TdClassName
{
border-color: #82ADAC;
}
.TagClassName
{
border-color: #82ADAC;
}
</style>