Shades of Ziggurat #86AFAC
Tints of Ziggurat #86AFAC
RGB
CMYK
RGB Variations
Color information
#86AFAC (or 0x86AFAC) is known color: Ziggurat. HEX triplet: 86, AF and AC. RGB value is (134,175,172). Sum of RGB (Red+Green+Blue) = 134+175+172=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #86AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AFAC is #795053. Grayscale: #A2A2A2. Windows color (decimal): -7950420 or 11317126. OLE color: 11317126.
HSL color Cylindrical-coordinate representation of color #86AFAC: hue angle of 175.61º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AFAC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 172 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.31 |
| HSL | 175.61º | 0.2% | 0.61% | - |
| HSV(B) | 175.61º | 0.23% | 0.69% | - |
| XYZ | 32.61 | 38.71 | 44.78 | - |
| YUV | 162.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 172 | 0.23 | 0 | 0.02 | 0.31 | 175.61 | 0.2 | 0.61 |
| Hex | 86 | AF | AC | 17 | 0 | 2 | 1F | B0 | 14 | 3D |
| Octal | 206 | 257 | 254 | 27 | 0 | 2 | 37 | 260 | 24 | 75 |
| Binary | 10000110 | 10101111 | 10101100 | 10111 | 0 | 10 | 11111 | 10110000 | 10100 | 111101 |
Color Harmonies of #86AFAC
Complementary color
Monochromatic Colors of #86AFAC
Black with #86AFAC
Text Example
Text Example
White with #86AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFAC; }
p { color: rgb(134,175,172); }
H1.HeaderClassName
{
color: #86AFAC;
}
.AnyTagClassName
{
color: #86AFAC;
}
</style>
background-color css
<style>
a { background-color: #86AFAC; }
a { background-color: rgb(134,175,172); }
div.DivClassName
{
background-color: #86AFAC;
}
.BgClassName
{
background-color: #86AFAC;
}
</style>
border-color css
<style>
span { border-color: #86AFAC; }
span { border-color: rgb(134,175,172); }
td.TdClassName
{
border-color: #86AFAC;
}
.TagClassName
{
border-color: #86AFAC;
}
</style>