Shades of Ziggurat #86AEAB
Tints of Ziggurat #86AEAB
RGB
CMYK
RGB Variations
Color information
#86AEAB (or 0x86AEAB) is known color: Ziggurat. HEX triplet: 86, AE and AB. RGB value is (134,174,171). Sum of RGB (Red+Green+Blue) = 134+174+171=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #86AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AEAB is #795154. Grayscale: #A1A1A1. Windows color (decimal): -7950677 or 11251334. OLE color: 11251334.
HSL color Cylindrical-coordinate representation of color #86AEAB: hue angle of 175.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AEAB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 171 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.32 |
| HSL | 175.5º | 0.2% | 0.6% | - |
| HSV(B) | 175.5º | 0.23% | 0.68% | - |
| XYZ | 32.32 | 38.28 | 44.21 | - |
| YUV | 161.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 171 | 0.23 | 0 | 0.02 | 0.32 | 175.5 | 0.2 | 0.6 |
| Hex | 86 | AE | AB | 17 | 0 | 2 | 20 | B0 | 14 | 3C |
| Octal | 206 | 256 | 253 | 27 | 0 | 2 | 40 | 260 | 24 | 74 |
| Binary | 10000110 | 10101110 | 10101011 | 10111 | 0 | 10 | 100000 | 10110000 | 10100 | 111100 |
Color Harmonies of #86AEAB
Complementary color
Monochromatic Colors of #86AEAB
Black with #86AEAB
Text Example
Text Example
White with #86AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEAB; }
p { color: rgb(134,174,171); }
H1.HeaderClassName
{
color: #86AEAB;
}
.AnyTagClassName
{
color: #86AEAB;
}
</style>
background-color css
<style>
a { background-color: #86AEAB; }
a { background-color: rgb(134,174,171); }
div.DivClassName
{
background-color: #86AEAB;
}
.BgClassName
{
background-color: #86AEAB;
}
</style>
border-color css
<style>
span { border-color: #86AEAB; }
span { border-color: rgb(134,174,171); }
td.TdClassName
{
border-color: #86AEAB;
}
.TagClassName
{
border-color: #86AEAB;
}
</style>