Shades of Ziggurat #84A8AA
Tints of Ziggurat #84A8AA
RGB
CMYK
RGB Variations
Color information
#84A8AA (or 0x84A8AA) is known color: Ziggurat. HEX triplet: 84, A8 and AA. RGB value is (132,168,170). Sum of RGB (Red+Green+Blue) = 132+168+170=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #84A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A8AA is #7B5755. Grayscale: #9D9D9D. Windows color (decimal): -8083286 or 11184260. OLE color: 11184260.
HSL color Cylindrical-coordinate representation of color #84A8AA: hue angle of 183.16º 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 #84A8AA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 168 | 170 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.33 |
| HSL | 183.16º | 0.18% | 0.59% | - |
| HSV(B) | 183.16º | 0.22% | 0.67% | - |
| XYZ | 30.77 | 35.81 | 43.32 | - |
| YUV | 157.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 170 | 0.22 | 0.01 | 0 | 0.33 | 183.16 | 0.18 | 0.59 |
| Hex | 84 | A8 | AA | 16 | 1 | 0 | 21 | B7 | 12 | 3B |
| Octal | 204 | 250 | 252 | 26 | 1 | 0 | 41 | 267 | 22 | 73 |
| Binary | 10000100 | 10101000 | 10101010 | 10110 | 1 | 0 | 100001 | 10110111 | 10010 | 111011 |
Color Harmonies of #84A8AA
Complementary color
Monochromatic Colors of #84A8AA
Black with #84A8AA
Text Example
Text Example
White with #84A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8AA; }
p { color: rgb(132,168,170); }
H1.HeaderClassName
{
color: #84A8AA;
}
.AnyTagClassName
{
color: #84A8AA;
}
</style>
background-color css
<style>
a { background-color: #84A8AA; }
a { background-color: rgb(132,168,170); }
div.DivClassName
{
background-color: #84A8AA;
}
.BgClassName
{
background-color: #84A8AA;
}
</style>
border-color css
<style>
span { border-color: #84A8AA; }
span { border-color: rgb(132,168,170); }
td.TdClassName
{
border-color: #84A8AA;
}
.TagClassName
{
border-color: #84A8AA;
}
</style>