Shades of Ziggurat #84A2AA
Tints of Ziggurat #84A2AA
RGB
CMYK
RGB Variations
Color information
#84A2AA (or 0x84A2AA) is known color: Ziggurat. HEX triplet: 84, A2 and AA. RGB value is (132,162,170). Sum of RGB (Red+Green+Blue) = 132+162+170=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 162 (63.67% from 255 or 34.91% 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 #84A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A2AA is #7B5D55. Grayscale: #999999. Windows color (decimal): -8084822 or 11182724. OLE color: 11182724.
HSL color Cylindrical-coordinate representation of color #84A2AA: hue angle of 192.63º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A2AA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 162 | 170 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.33 |
| HSL | 192.63º | 0.18% | 0.59% | - |
| HSV(B) | 192.63º | 0.22% | 0.67% | - |
| XYZ | 29.69 | 33.65 | 42.96 | - |
| YUV | 153.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 170 | 0.22 | 0.05 | 0 | 0.33 | 192.63 | 0.18 | 0.59 |
| Hex | 84 | A2 | AA | 16 | 5 | 0 | 21 | C1 | 12 | 3B |
| Octal | 204 | 242 | 252 | 26 | 5 | 0 | 41 | 301 | 22 | 73 |
| Binary | 10000100 | 10100010 | 10101010 | 10110 | 101 | 0 | 100001 | 11000001 | 10010 | 111011 |
Color Harmonies of #84A2AA
Complementary color
Monochromatic Colors of #84A2AA
Black with #84A2AA
Text Example
Text Example
White with #84A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2AA; }
p { color: rgb(132,162,170); }
H1.HeaderClassName
{
color: #84A2AA;
}
.AnyTagClassName
{
color: #84A2AA;
}
</style>
background-color css
<style>
a { background-color: #84A2AA; }
a { background-color: rgb(132,162,170); }
div.DivClassName
{
background-color: #84A2AA;
}
.BgClassName
{
background-color: #84A2AA;
}
</style>
border-color css
<style>
span { border-color: #84A2AA; }
span { border-color: rgb(132,162,170); }
td.TdClassName
{
border-color: #84A2AA;
}
.TagClassName
{
border-color: #84A2AA;
}
</style>