Shades of Ziggurat #85ACAC
Tints of Ziggurat #85ACAC
RGB
CMYK
RGB Variations
Color information
#85ACAC (or 0x85ACAC) is known color: Ziggurat. HEX triplet: 85, AC and AC. RGB value is (133,172,172). Sum of RGB (Red+Green+Blue) = 133+172+172=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #85ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85ACAC is #7A5353. Grayscale: #A0A0A0. Windows color (decimal): -8016724 or 11316357. OLE color: 11316357.
HSL color Cylindrical-coordinate representation of color #85ACAC: hue angle of 180º 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 #85ACAC is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 172 | - |
| CMYK | 0.23 | 0 | 0 | 0.33 |
| HSL | 180º | 0.19% | 0.6% | - |
| HSV(B) | 180º | 0.23% | 0.67% | - |
| XYZ | 31.87 | 37.47 | 44.58 | - |
| YUV | 160.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 172 | 0.23 | 0 | 0 | 0.33 | 180 | 0.19 | 0.6 |
| Hex | 85 | AC | AC | 17 | 0 | 0 | 21 | B4 | 13 | 3C |
| Octal | 205 | 254 | 254 | 27 | 0 | 0 | 41 | 264 | 23 | 74 |
| Binary | 10000101 | 10101100 | 10101100 | 10111 | 0 | 0 | 100001 | 10110100 | 10011 | 111100 |
Color Harmonies of #85ACAC
Complementary color
Monochromatic Colors of #85ACAC
Black with #85ACAC
Text Example
Text Example
White with #85ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ACAC; }
p { color: rgb(133,172,172); }
H1.HeaderClassName
{
color: #85ACAC;
}
.AnyTagClassName
{
color: #85ACAC;
}
</style>
background-color css
<style>
a { background-color: #85ACAC; }
a { background-color: rgb(133,172,172); }
div.DivClassName
{
background-color: #85ACAC;
}
.BgClassName
{
background-color: #85ACAC;
}
</style>
border-color css
<style>
span { border-color: #85ACAC; }
span { border-color: rgb(133,172,172); }
td.TdClassName
{
border-color: #85ACAC;
}
.TagClassName
{
border-color: #85ACAC;
}
</style>