Shades of Ziggurat #84ADAD
Tints of Ziggurat #84ADAD
RGB
CMYK
RGB Variations
Color information
#84ADAD (or 0x84ADAD) is known color: Ziggurat. HEX triplet: 84, AD and AD. RGB value is (132,173,173). Sum of RGB (Red+Green+Blue) = 132+173+173=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #84ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ADAD is #7B5252. Grayscale: #A0A0A0. Windows color (decimal): -8082003 or 11382148. OLE color: 11382148.
HSL color Cylindrical-coordinate representation of color #84ADAD: hue angle of 180º degrees, saturation: 0.2, 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 #84ADAD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 173 | - |
| CMYK | 0.24 | 0 | 0 | 0.32 |
| HSL | 180º | 0.2% | 0.6% | - |
| HSV(B) | 180º | 0.24% | 0.68% | - |
| XYZ | 32 | 37.81 | 45.15 | - |
| YUV | 160.74 | 134.92 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 173 | 0.24 | 0 | 0 | 0.32 | 180 | 0.2 | 0.6 |
| Hex | 84 | AD | AD | 18 | 0 | 0 | 20 | B4 | 14 | 3C |
| Octal | 204 | 255 | 255 | 30 | 0 | 0 | 40 | 264 | 24 | 74 |
| Binary | 10000100 | 10101101 | 10101101 | 11000 | 0 | 0 | 100000 | 10110100 | 10100 | 111100 |
Color Harmonies of #84ADAD
Complementary color
Monochromatic Colors of #84ADAD
Black with #84ADAD
Text Example
Text Example
White with #84ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84ADAD; }
p { color: rgb(132,173,173); }
H1.HeaderClassName
{
color: #84ADAD;
}
.AnyTagClassName
{
color: #84ADAD;
}
</style>
background-color css
<style>
a { background-color: #84ADAD; }
a { background-color: rgb(132,173,173); }
div.DivClassName
{
background-color: #84ADAD;
}
.BgClassName
{
background-color: #84ADAD;
}
</style>
border-color css
<style>
span { border-color: #84ADAD; }
span { border-color: rgb(132,173,173); }
td.TdClassName
{
border-color: #84ADAD;
}
.TagClassName
{
border-color: #84ADAD;
}
</style>