Shades of Ziggurat #85ABAC
Tints of Ziggurat #85ABAC
RGB
CMYK
RGB Variations
Color information
#85ABAC (or 0x85ABAC) is known color: Ziggurat. HEX triplet: 85, AB and AC. RGB value is (133,171,172). Sum of RGB (Red+Green+Blue) = 133+171+172=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #85ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ABAC is #7A5453. Grayscale: #9F9F9F. Windows color (decimal): -8016980 or 11316101. OLE color: 11316101.
HSL color Cylindrical-coordinate representation of color #85ABAC: hue angle of 181.54º 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 #85ABAC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 172 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.33 |
| HSL | 181.54º | 0.19% | 0.6% | - |
| HSV(B) | 181.54º | 0.23% | 0.67% | - |
| XYZ | 31.68 | 37.09 | 44.52 | - |
| YUV | 159.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 172 | 0.23 | 0.01 | 0 | 0.33 | 181.54 | 0.19 | 0.6 |
| Hex | 85 | AB | AC | 17 | 1 | 0 | 21 | B6 | 13 | 3C |
| Octal | 205 | 253 | 254 | 27 | 1 | 0 | 41 | 266 | 23 | 74 |
| Binary | 10000101 | 10101011 | 10101100 | 10111 | 1 | 0 | 100001 | 10110110 | 10011 | 111100 |
Color Harmonies of #85ABAC
Complementary color
Monochromatic Colors of #85ABAC
Black with #85ABAC
Text Example
Text Example
White with #85ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ABAC; }
p { color: rgb(133,171,172); }
H1.HeaderClassName
{
color: #85ABAC;
}
.AnyTagClassName
{
color: #85ABAC;
}
</style>
background-color css
<style>
a { background-color: #85ABAC; }
a { background-color: rgb(133,171,172); }
div.DivClassName
{
background-color: #85ABAC;
}
.BgClassName
{
background-color: #85ABAC;
}
</style>
border-color css
<style>
span { border-color: #85ABAC; }
span { border-color: rgb(133,171,172); }
td.TdClassName
{
border-color: #85ABAC;
}
.TagClassName
{
border-color: #85ABAC;
}
</style>