Shades of Ziggurat #85A2AA
Tints of Ziggurat #85A2AA
RGB
CMYK
RGB Variations
Color information
#85A2AA (or 0x85A2AA) is known color: Ziggurat. HEX triplet: 85, A2 and AA. RGB value is (133,162,170). Sum of RGB (Red+Green+Blue) = 133+162+170=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #85A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A2AA is #7A5D55. Grayscale: #9A9A9A. Windows color (decimal): -8019286 or 11182725. OLE color: 11182725.
HSL color Cylindrical-coordinate representation of color #85A2AA: hue angle of 192.97º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A2AA is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 162 | 170 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.33 |
| HSL | 192.97º | 0.18% | 0.59% | - |
| HSV(B) | 192.97º | 0.22% | 0.67% | - |
| XYZ | 29.85 | 33.73 | 42.97 | - |
| YUV | 154.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 170 | 0.22 | 0.05 | 0 | 0.33 | 192.97 | 0.18 | 0.59 |
| Hex | 85 | A2 | AA | 16 | 5 | 0 | 21 | C1 | 12 | 3B |
| Octal | 205 | 242 | 252 | 26 | 5 | 0 | 41 | 301 | 22 | 73 |
| Binary | 10000101 | 10100010 | 10101010 | 10110 | 101 | 0 | 100001 | 11000001 | 10010 | 111011 |
Color Harmonies of #85A2AA
Complementary color
Monochromatic Colors of #85A2AA
Black with #85A2AA
Text Example
Text Example
White with #85A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2AA; }
p { color: rgb(133,162,170); }
H1.HeaderClassName
{
color: #85A2AA;
}
.AnyTagClassName
{
color: #85A2AA;
}
</style>
background-color css
<style>
a { background-color: #85A2AA; }
a { background-color: rgb(133,162,170); }
div.DivClassName
{
background-color: #85A2AA;
}
.BgClassName
{
background-color: #85A2AA;
}
</style>
border-color css
<style>
span { border-color: #85A2AA; }
span { border-color: rgb(133,162,170); }
td.TdClassName
{
border-color: #85A2AA;
}
.TagClassName
{
border-color: #85A2AA;
}
</style>