Shades of Ziggurat #84AEAC
Tints of Ziggurat #84AEAC
RGB
CMYK
RGB Variations
Color information
#84AEAC (or 0x84AEAC) is known color: Ziggurat. HEX triplet: 84, AE and AC. RGB value is (132,174,172). Sum of RGB (Red+Green+Blue) = 132+174+172=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #84AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AEAC is #7B5153. Grayscale: #A1A1A1. Windows color (decimal): -8081748 or 11316868. OLE color: 11316868.
HSL color Cylindrical-coordinate representation of color #84AEAC: hue angle of 177.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AEAC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 174 | 172 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.32 |
| HSL | 177.14º | 0.21% | 0.6% | - |
| HSV(B) | 177.14º | 0.24% | 0.68% | - |
| XYZ | 32.1 | 38.16 | 44.7 | - |
| YUV | 161.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 174 | 172 | 0.24 | 0 | 0.01 | 0.32 | 177.14 | 0.21 | 0.6 |
| Hex | 84 | AE | AC | 18 | 0 | 1 | 20 | B1 | 15 | 3C |
| Octal | 204 | 256 | 254 | 30 | 0 | 1 | 40 | 261 | 25 | 74 |
| Binary | 10000100 | 10101110 | 10101100 | 11000 | 0 | 1 | 100000 | 10110001 | 10101 | 111100 |
Color Harmonies of #84AEAC
Complementary color
Monochromatic Colors of #84AEAC
Black with #84AEAC
Text Example
Text Example
White with #84AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AEAC; }
p { color: rgb(132,174,172); }
H1.HeaderClassName
{
color: #84AEAC;
}
.AnyTagClassName
{
color: #84AEAC;
}
</style>
background-color css
<style>
a { background-color: #84AEAC; }
a { background-color: rgb(132,174,172); }
div.DivClassName
{
background-color: #84AEAC;
}
.BgClassName
{
background-color: #84AEAC;
}
</style>
border-color css
<style>
span { border-color: #84AEAC; }
span { border-color: rgb(132,174,172); }
td.TdClassName
{
border-color: #84AEAC;
}
.TagClassName
{
border-color: #84AEAC;
}
</style>