Shades of Ziggurat #85ADAD
Tints of Ziggurat #85ADAD
RGB
CMYK
RGB Variations
Color information
#85ADAD (or 0x85ADAD) is known color: Ziggurat. HEX triplet: 85, AD and AD. RGB value is (133,173,173). Sum of RGB (Red+Green+Blue) = 133+173+173=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #85ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADAD is #7A5252. Grayscale: #A1A1A1. Windows color (decimal): -8016467 or 11382149. OLE color: 11382149.
HSL color Cylindrical-coordinate representation of color #85ADAD: 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.23%. Process color model (Four color, CMYK) of #85ADAD is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 173 | - |
| CMYK | 0.23 | 0 | 0 | 0.32 |
| HSL | 180º | 0.2% | 0.6% | - |
| HSV(B) | 180º | 0.23% | 0.68% | - |
| XYZ | 32.16 | 37.89 | 45.15 | - |
| YUV | 161.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 173 | 0.23 | 0 | 0 | 0.32 | 180 | 0.2 | 0.6 |
| Hex | 85 | AD | AD | 17 | 0 | 0 | 20 | B4 | 14 | 3C |
| Octal | 205 | 255 | 255 | 27 | 0 | 0 | 40 | 264 | 24 | 74 |
| Binary | 10000101 | 10101101 | 10101101 | 10111 | 0 | 0 | 100000 | 10110100 | 10100 | 111100 |
Color Harmonies of #85ADAD
Complementary color
Monochromatic Colors of #85ADAD
Black with #85ADAD
Text Example
Text Example
White with #85ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADAD; }
p { color: rgb(133,173,173); }
H1.HeaderClassName
{
color: #85ADAD;
}
.AnyTagClassName
{
color: #85ADAD;
}
</style>
background-color css
<style>
a { background-color: #85ADAD; }
a { background-color: rgb(133,173,173); }
div.DivClassName
{
background-color: #85ADAD;
}
.BgClassName
{
background-color: #85ADAD;
}
</style>
border-color css
<style>
span { border-color: #85ADAD; }
span { border-color: rgb(133,173,173); }
td.TdClassName
{
border-color: #85ADAD;
}
.TagClassName
{
border-color: #85ADAD;
}
</style>