Shades of Ziggurat #85ADAA
Tints of Ziggurat #85ADAA
RGB
CMYK
RGB Variations
Color information
#85ADAA (or 0x85ADAA) is known color: Ziggurat. HEX triplet: 85, AD and AA. RGB value is (133,173,170). Sum of RGB (Red+Green+Blue) = 133+173+170=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #85ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ADAA is #7A5255. Grayscale: #A0A0A0. Windows color (decimal): -8016470 or 11185541. OLE color: 11185541.
HSL color Cylindrical-coordinate representation of color #85ADAA: hue angle of 175.5º 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 #85ADAA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 170 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.32 |
| HSL | 175.5º | 0.2% | 0.6% | - |
| HSV(B) | 175.5º | 0.23% | 0.68% | - |
| XYZ | 31.87 | 37.78 | 43.64 | - |
| YUV | 160.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 170 | 0.23 | 0 | 0.02 | 0.32 | 175.5 | 0.2 | 0.6 |
| Hex | 85 | AD | AA | 17 | 0 | 2 | 20 | B0 | 14 | 3C |
| Octal | 205 | 255 | 252 | 27 | 0 | 2 | 40 | 260 | 24 | 74 |
| Binary | 10000101 | 10101101 | 10101010 | 10111 | 0 | 10 | 100000 | 10110000 | 10100 | 111100 |
Color Harmonies of #85ADAA
Complementary color
Monochromatic Colors of #85ADAA
Black with #85ADAA
Text Example
Text Example
White with #85ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ADAA; }
p { color: rgb(133,173,170); }
H1.HeaderClassName
{
color: #85ADAA;
}
.AnyTagClassName
{
color: #85ADAA;
}
</style>
background-color css
<style>
a { background-color: #85ADAA; }
a { background-color: rgb(133,173,170); }
div.DivClassName
{
background-color: #85ADAA;
}
.BgClassName
{
background-color: #85ADAA;
}
</style>
border-color css
<style>
span { border-color: #85ADAA; }
span { border-color: rgb(133,173,170); }
td.TdClassName
{
border-color: #85ADAA;
}
.TagClassName
{
border-color: #85ADAA;
}
</style>