Shades of Ziggurat #84A8AC
Tints of Ziggurat #84A8AC
RGB
CMYK
RGB Variations
Color information
#84A8AC (or 0x84A8AC) is known color: Ziggurat. HEX triplet: 84, A8 and AC. RGB value is (132,168,172). Sum of RGB (Red+Green+Blue) = 132+168+172=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #84A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A8AC is #7B5753. Grayscale: #9D9D9D. Windows color (decimal): -8083284 or 11315332. OLE color: 11315332.
HSL color Cylindrical-coordinate representation of color #84A8AC: hue angle of 186º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84A8AC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 132 | 168 | 172 | - |
CMYK | 0.23 | 0.02 | 0 | 0.33 |
HSL | 186º | 0.19% | 0.6% | - |
HSV(B) | 186º | 0.23% | 0.67% | - |
XYZ | 30.96 | 35.89 | 44.33 | - |
YUV | 157.69 | 136.07 | 109.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 168 | 172 | 0.23 | 0.02 | 0 | 0.33 | 186 | 0.19 | 0.6 |
Hex | 84 | A8 | AC | 17 | 2 | 0 | 21 | BA | 13 | 3C |
Octal | 204 | 250 | 254 | 27 | 2 | 0 | 41 | 272 | 23 | 74 |
Binary | 10000100 | 10101000 | 10101100 | 10111 | 10 | 0 | 100001 | 10111010 | 10011 | 111100 |
Color Harmonies of #84A8AC
Complementary color
Monochromatic Colors of #84A8AC
Black with #84A8AC
Text Example
Text Example
White with #84A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8AC; }
p { color: rgb(132,168,172); }
H1.HeaderClassName
{
color: #84A8AC;
}
.AnyTagClassName
{
color: #84A8AC;
}
</style>
background-color css
<style>
a { background-color: #84A8AC; }
a { background-color: rgb(132,168,172); }
div.DivClassName
{
background-color: #84A8AC;
}
.BgClassName
{
background-color: #84A8AC;
}
</style>
border-color css
<style>
span { border-color: #84A8AC; }
span { border-color: rgb(132,168,172); }
td.TdClassName
{
border-color: #84A8AC;
}
.TagClassName
{
border-color: #84A8AC;
}
</style>