Shades of Ziggurat #85AAAC
Tints of Ziggurat #85AAAC
RGB
CMYK
RGB Variations
Color information
#85AAAC (or 0x85AAAC) is known color: Ziggurat. HEX triplet: 85, AA and AC. RGB value is (133,170,172). Sum of RGB (Red+Green+Blue) = 133+170+172=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #85AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AAAC is #7A5553. Grayscale: #9F9F9F. Windows color (decimal): -8017236 or 11315845. OLE color: 11315845.
HSL color Cylindrical-coordinate representation of color #85AAAC: hue angle of 183.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AAAC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 172 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.33 |
| HSL | 183.08º | 0.19% | 0.6% | - |
| HSV(B) | 183.08º | 0.23% | 0.67% | - |
| XYZ | 31.49 | 36.71 | 44.46 | - |
| YUV | 159.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 172 | 0.23 | 0.01 | 0 | 0.33 | 183.08 | 0.19 | 0.6 |
| Hex | 85 | AA | AC | 17 | 1 | 0 | 21 | B7 | 13 | 3C |
| Octal | 205 | 252 | 254 | 27 | 1 | 0 | 41 | 267 | 23 | 74 |
| Binary | 10000101 | 10101010 | 10101100 | 10111 | 1 | 0 | 100001 | 10110111 | 10011 | 111100 |
Color Harmonies of #85AAAC
Complementary color
Monochromatic Colors of #85AAAC
Black with #85AAAC
Text Example
Text Example
White with #85AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AAAC; }
p { color: rgb(133,170,172); }
H1.HeaderClassName
{
color: #85AAAC;
}
.AnyTagClassName
{
color: #85AAAC;
}
</style>
background-color css
<style>
a { background-color: #85AAAC; }
a { background-color: rgb(133,170,172); }
div.DivClassName
{
background-color: #85AAAC;
}
.BgClassName
{
background-color: #85AAAC;
}
</style>
border-color css
<style>
span { border-color: #85AAAC; }
span { border-color: rgb(133,170,172); }
td.TdClassName
{
border-color: #85AAAC;
}
.TagClassName
{
border-color: #85AAAC;
}
</style>