Shades of Ziggurat #84A9AB
Tints of Ziggurat #84A9AB
RGB
CMYK
RGB Variations
Color information
#84A9AB (or 0x84A9AB) is known color: Ziggurat. HEX triplet: 84, A9 and AB. RGB value is (132,169,171). Sum of RGB (Red+Green+Blue) = 132+169+171=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A9AB is #7B5654. Grayscale: #9E9E9E. Windows color (decimal): -8083029 or 11250052. OLE color: 11250052.
HSL color Cylindrical-coordinate representation of color #84A9AB: hue angle of 183.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A9AB is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 169 | 171 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.33 |
| HSL | 183.08º | 0.19% | 0.59% | - |
| HSV(B) | 183.08º | 0.23% | 0.67% | - |
| XYZ | 31.05 | 36.22 | 43.88 | - |
| YUV | 158.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 171 | 0.23 | 0.01 | 0 | 0.33 | 183.08 | 0.19 | 0.59 |
| Hex | 84 | A9 | AB | 17 | 1 | 0 | 21 | B7 | 13 | 3B |
| Octal | 204 | 251 | 253 | 27 | 1 | 0 | 41 | 267 | 23 | 73 |
| Binary | 10000100 | 10101001 | 10101011 | 10111 | 1 | 0 | 100001 | 10110111 | 10011 | 111011 |
Color Harmonies of #84A9AB
Complementary color
Monochromatic Colors of #84A9AB
Black with #84A9AB
Text Example
Text Example
White with #84A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9AB; }
p { color: rgb(132,169,171); }
H1.HeaderClassName
{
color: #84A9AB;
}
.AnyTagClassName
{
color: #84A9AB;
}
</style>
background-color css
<style>
a { background-color: #84A9AB; }
a { background-color: rgb(132,169,171); }
div.DivClassName
{
background-color: #84A9AB;
}
.BgClassName
{
background-color: #84A9AB;
}
</style>
border-color css
<style>
span { border-color: #84A9AB; }
span { border-color: rgb(132,169,171); }
td.TdClassName
{
border-color: #84A9AB;
}
.TagClassName
{
border-color: #84A9AB;
}
</style>