Shades of Ziggurat #84A8AB
Tints of Ziggurat #84A8AB
RGB
CMYK
RGB Variations
Color information
#84A8AB (or 0x84A8AB) is known color: Ziggurat. HEX triplet: 84, A8 and AB. RGB value is (132,168,171). Sum of RGB (Red+Green+Blue) = 132+168+171=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A8AB is #7B5754. Grayscale: #9D9D9D. Windows color (decimal): -8083285 or 11249796. OLE color: 11249796.
HSL color Cylindrical-coordinate representation of color #84A8AB: hue angle of 184.62º 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 #84A8AB is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 168 | 171 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.33 |
| HSL | 184.62º | 0.19% | 0.59% | - |
| HSV(B) | 184.62º | 0.23% | 0.67% | - |
| XYZ | 30.87 | 35.85 | 43.82 | - |
| YUV | 157.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 171 | 0.23 | 0.02 | 0 | 0.33 | 184.62 | 0.19 | 0.59 |
| Hex | 84 | A8 | AB | 17 | 2 | 0 | 21 | B9 | 13 | 3B |
| Octal | 204 | 250 | 253 | 27 | 2 | 0 | 41 | 271 | 23 | 73 |
| Binary | 10000100 | 10101000 | 10101011 | 10111 | 10 | 0 | 100001 | 10111001 | 10011 | 111011 |
Color Harmonies of #84A8AB
Complementary color
Monochromatic Colors of #84A8AB
Black with #84A8AB
Text Example
Text Example
White with #84A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8AB; }
p { color: rgb(132,168,171); }
H1.HeaderClassName
{
color: #84A8AB;
}
.AnyTagClassName
{
color: #84A8AB;
}
</style>
background-color css
<style>
a { background-color: #84A8AB; }
a { background-color: rgb(132,168,171); }
div.DivClassName
{
background-color: #84A8AB;
}
.BgClassName
{
background-color: #84A8AB;
}
</style>
border-color css
<style>
span { border-color: #84A8AB; }
span { border-color: rgb(132,168,171); }
td.TdClassName
{
border-color: #84A8AB;
}
.TagClassName
{
border-color: #84A8AB;
}
</style>