Shades of Ziggurat #85A9AA
Tints of Ziggurat #85A9AA
RGB
CMYK
RGB Variations
Color information
#85A9AA (or 0x85A9AA) is known color: Ziggurat. HEX triplet: 85, A9 and AA. RGB value is (133,169,170). Sum of RGB (Red+Green+Blue) = 133+169+170=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #85A9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A9AA is #7A5655. Grayscale: #9E9E9E. Windows color (decimal): -8017494 or 11184517. OLE color: 11184517.
HSL color Cylindrical-coordinate representation of color #85A9AA: hue angle of 181.62º 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 #85A9AA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 169 | 170 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.33 |
| HSL | 181.62º | 0.18% | 0.59% | - |
| HSV(B) | 181.62º | 0.22% | 0.67% | - |
| XYZ | 31.12 | 36.26 | 43.39 | - |
| YUV | 158.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 170 | 0.22 | 0.01 | 0 | 0.33 | 181.62 | 0.18 | 0.59 |
| Hex | 85 | A9 | AA | 16 | 1 | 0 | 21 | B6 | 12 | 3B |
| Octal | 205 | 251 | 252 | 26 | 1 | 0 | 41 | 266 | 22 | 73 |
| Binary | 10000101 | 10101001 | 10101010 | 10110 | 1 | 0 | 100001 | 10110110 | 10010 | 111011 |
Color Harmonies of #85A9AA
Complementary color
Monochromatic Colors of #85A9AA
Black with #85A9AA
Text Example
Text Example
White with #85A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9AA; }
p { color: rgb(133,169,170); }
H1.HeaderClassName
{
color: #85A9AA;
}
.AnyTagClassName
{
color: #85A9AA;
}
</style>
background-color css
<style>
a { background-color: #85A9AA; }
a { background-color: rgb(133,169,170); }
div.DivClassName
{
background-color: #85A9AA;
}
.BgClassName
{
background-color: #85A9AA;
}
</style>
border-color css
<style>
span { border-color: #85A9AA; }
span { border-color: rgb(133,169,170); }
td.TdClassName
{
border-color: #85A9AA;
}
.TagClassName
{
border-color: #85A9AA;
}
</style>