Shades of Ziggurat #82A4AB
Tints of Ziggurat #82A4AB
RGB
CMYK
RGB Variations
Color information
#82A4AB (or 0x82A4AB) is known color: Ziggurat. HEX triplet: 82, A4 and AB. RGB value is (130,164,171). Sum of RGB (Red+Green+Blue) = 130+164+171=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #82A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A4AB is #7D5B54. Grayscale: #9A9A9A. Windows color (decimal): -8215381 or 11248770. OLE color: 11248770.
HSL color Cylindrical-coordinate representation of color #82A4AB: hue angle of 190.24º degrees, saturation: 0.2, 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 #82A4AB is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 164 | 171 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.33 |
| HSL | 190.24º | 0.2% | 0.59% | - |
| HSV(B) | 190.24º | 0.24% | 0.67% | - |
| XYZ | 29.83 | 34.24 | 43.56 | - |
| YUV | 154.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 171 | 0.24 | 0.04 | 0 | 0.33 | 190.24 | 0.2 | 0.59 |
| Hex | 82 | A4 | AB | 18 | 4 | 0 | 21 | BE | 14 | 3B |
| Octal | 202 | 244 | 253 | 30 | 4 | 0 | 41 | 276 | 24 | 73 |
| Binary | 10000010 | 10100100 | 10101011 | 11000 | 100 | 0 | 100001 | 10111110 | 10100 | 111011 |
Color Harmonies of #82A4AB
Complementary color
Monochromatic Colors of #82A4AB
Black with #82A4AB
Text Example
Text Example
White with #82A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A4AB; }
p { color: rgb(130,164,171); }
H1.HeaderClassName
{
color: #82A4AB;
}
.AnyTagClassName
{
color: #82A4AB;
}
</style>
background-color css
<style>
a { background-color: #82A4AB; }
a { background-color: rgb(130,164,171); }
div.DivClassName
{
background-color: #82A4AB;
}
.BgClassName
{
background-color: #82A4AB;
}
</style>
border-color css
<style>
span { border-color: #82A4AB; }
span { border-color: rgb(130,164,171); }
td.TdClassName
{
border-color: #82A4AB;
}
.TagClassName
{
border-color: #82A4AB;
}
</style>