Shades of Ziggurat #82A4AA
Tints of Ziggurat #82A4AA
RGB
CMYK
RGB Variations
Color information
#82A4AA (or 0x82A4AA) is known color: Ziggurat. HEX triplet: 82, A4 and AA. RGB value is (130,164,170). Sum of RGB (Red+Green+Blue) = 130+164+170=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #82A4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A4AA is #7D5B55. Grayscale: #9A9A9A. Windows color (decimal): -8215382 or 11183234. OLE color: 11183234.
HSL color Cylindrical-coordinate representation of color #82A4AA: hue angle of 189º 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 #82A4AA is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 164 | 170 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.33 |
| HSL | 189º | 0.19% | 0.59% | - |
| HSV(B) | 189º | 0.24% | 0.67% | - |
| XYZ | 29.74 | 34.2 | 43.06 | - |
| YUV | 154.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 170 | 0.24 | 0.04 | 0 | 0.33 | 189 | 0.19 | 0.59 |
| Hex | 82 | A4 | AA | 18 | 4 | 0 | 21 | BD | 13 | 3B |
| Octal | 202 | 244 | 252 | 30 | 4 | 0 | 41 | 275 | 23 | 73 |
| Binary | 10000010 | 10100100 | 10101010 | 11000 | 100 | 0 | 100001 | 10111101 | 10011 | 111011 |
Color Harmonies of #82A4AA
Complementary color
Monochromatic Colors of #82A4AA
Black with #82A4AA
Text Example
Text Example
White with #82A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A4AA; }
p { color: rgb(130,164,170); }
H1.HeaderClassName
{
color: #82A4AA;
}
.AnyTagClassName
{
color: #82A4AA;
}
</style>
background-color css
<style>
a { background-color: #82A4AA; }
a { background-color: rgb(130,164,170); }
div.DivClassName
{
background-color: #82A4AA;
}
.BgClassName
{
background-color: #82A4AA;
}
</style>
border-color css
<style>
span { border-color: #82A4AA; }
span { border-color: rgb(130,164,170); }
td.TdClassName
{
border-color: #82A4AA;
}
.TagClassName
{
border-color: #82A4AA;
}
</style>