Shades of Ziggurat #85AAA7
Tints of Ziggurat #85AAA7
RGB
CMYK
RGB Variations
Color information
#85AAA7 (or 0x85AAA7) is known color: Ziggurat. HEX triplet: 85, AA and A7. RGB value is (133,170,167). Sum of RGB (Red+Green+Blue) = 133+170+167=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #85AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAA7 is #7A5558. Grayscale: #9E9E9E. Windows color (decimal): -8017241 or 10988165. OLE color: 10988165.
HSL color Cylindrical-coordinate representation of color #85AAA7: hue angle of 175.14º 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 #85AAA7 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 167 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.33 |
| HSL | 175.14º | 0.18% | 0.59% | - |
| HSV(B) | 175.14º | 0.22% | 0.67% | - |
| XYZ | 31.02 | 36.53 | 41.97 | - |
| YUV | 158.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 167 | 0.22 | 0 | 0.02 | 0.33 | 175.14 | 0.18 | 0.59 |
| Hex | 85 | AA | A7 | 16 | 0 | 2 | 21 | AF | 12 | 3B |
| Octal | 205 | 252 | 247 | 26 | 0 | 2 | 41 | 257 | 22 | 73 |
| Binary | 10000101 | 10101010 | 10100111 | 10110 | 0 | 10 | 100001 | 10101111 | 10010 | 111011 |
Color Harmonies of #85AAA7
Complementary color
Monochromatic Colors of #85AAA7
Black with #85AAA7
Text Example
Text Example
White with #85AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AAA7; }
p { color: rgb(133,170,167); }
H1.HeaderClassName
{
color: #85AAA7;
}
.AnyTagClassName
{
color: #85AAA7;
}
</style>
background-color css
<style>
a { background-color: #85AAA7; }
a { background-color: rgb(133,170,167); }
div.DivClassName
{
background-color: #85AAA7;
}
.BgClassName
{
background-color: #85AAA7;
}
</style>
border-color css
<style>
span { border-color: #85AAA7; }
span { border-color: rgb(133,170,167); }
td.TdClassName
{
border-color: #85AAA7;
}
.TagClassName
{
border-color: #85AAA7;
}
</style>