Shades of Ziggurat #84ACAB
Tints of Ziggurat #84ACAB
RGB
CMYK
RGB Variations
Color information
#84ACAB (or 0x84ACAB) is known color: Ziggurat. HEX triplet: 84, AC and AB. RGB value is (132,172,171). Sum of RGB (Red+Green+Blue) = 132+172+171=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #84ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ACAB is #7B5354. Grayscale: #9F9F9F. Windows color (decimal): -8082261 or 11250820. OLE color: 11250820.
HSL color Cylindrical-coordinate representation of color #84ACAB: hue angle of 178.5º 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 #84ACAB is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 172 | 171 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.33 |
| HSL | 178.5º | 0.19% | 0.6% | - |
| HSV(B) | 178.5º | 0.23% | 0.67% | - |
| XYZ | 31.62 | 37.35 | 44.07 | - |
| YUV | 159.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 172 | 171 | 0.23 | 0 | 0.01 | 0.33 | 178.5 | 0.19 | 0.6 |
| Hex | 84 | AC | AB | 17 | 0 | 1 | 21 | B2 | 13 | 3C |
| Octal | 204 | 254 | 253 | 27 | 0 | 1 | 41 | 262 | 23 | 74 |
| Binary | 10000100 | 10101100 | 10101011 | 10111 | 0 | 1 | 100001 | 10110010 | 10011 | 111100 |
Color Harmonies of #84ACAB
Complementary color
Monochromatic Colors of #84ACAB
Black with #84ACAB
Text Example
Text Example
White with #84ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ACAB; }
p { color: rgb(132,172,171); }
H1.HeaderClassName
{
color: #84ACAB;
}
.AnyTagClassName
{
color: #84ACAB;
}
</style>
background-color css
<style>
a { background-color: #84ACAB; }
a { background-color: rgb(132,172,171); }
div.DivClassName
{
background-color: #84ACAB;
}
.BgClassName
{
background-color: #84ACAB;
}
</style>
border-color css
<style>
span { border-color: #84ACAB; }
span { border-color: rgb(132,172,171); }
td.TdClassName
{
border-color: #84ACAB;
}
.TagClassName
{
border-color: #84ACAB;
}
</style>