Shades of Ziggurat #85AEAC
Tints of Ziggurat #85AEAC
RGB
CMYK
RGB Variations
Color information
#85AEAC (or 0x85AEAC) is known color: Ziggurat. HEX triplet: 85, AE and AC. RGB value is (133,174,172). Sum of RGB (Red+Green+Blue) = 133+174+172=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #85AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AEAC is #7A5153. Grayscale: #A1A1A1. Windows color (decimal): -8016212 or 11316869. OLE color: 11316869.
HSL color Cylindrical-coordinate representation of color #85AEAC: hue angle of 177.07º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85AEAC is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 172 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.32 |
| HSL | 177.07º | 0.2% | 0.6% | - |
| HSV(B) | 177.07º | 0.24% | 0.68% | - |
| XYZ | 32.26 | 38.24 | 44.71 | - |
| YUV | 161.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 172 | 0.24 | 0 | 0.01 | 0.32 | 177.07 | 0.2 | 0.6 |
| Hex | 85 | AE | AC | 18 | 0 | 1 | 20 | B1 | 14 | 3C |
| Octal | 205 | 256 | 254 | 30 | 0 | 1 | 40 | 261 | 24 | 74 |
| Binary | 10000101 | 10101110 | 10101100 | 11000 | 0 | 1 | 100000 | 10110001 | 10100 | 111100 |
Color Harmonies of #85AEAC
Complementary color
Monochromatic Colors of #85AEAC
Black with #85AEAC
Text Example
Text Example
White with #85AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AEAC; }
p { color: rgb(133,174,172); }
H1.HeaderClassName
{
color: #85AEAC;
}
.AnyTagClassName
{
color: #85AEAC;
}
</style>
background-color css
<style>
a { background-color: #85AEAC; }
a { background-color: rgb(133,174,172); }
div.DivClassName
{
background-color: #85AEAC;
}
.BgClassName
{
background-color: #85AEAC;
}
</style>
border-color css
<style>
span { border-color: #85AEAC; }
span { border-color: rgb(133,174,172); }
td.TdClassName
{
border-color: #85AEAC;
}
.TagClassName
{
border-color: #85AEAC;
}
</style>