Shades of Ziggurat #86ABAE
Tints of Ziggurat #86ABAE
RGB
CMYK
RGB Variations
Color information
#86ABAE (or 0x86ABAE) is known color: Ziggurat. HEX triplet: 86, AB and AE. RGB value is (134,171,174). Sum of RGB (Red+Green+Blue) = 134+171+174=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #86ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABAE is #795451. Grayscale: #A0A0A0. Windows color (decimal): -7951442 or 11447174. OLE color: 11447174.
HSL color Cylindrical-coordinate representation of color #86ABAE: hue angle of 184.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 #86ABAE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 171 | 174 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.32 |
| HSL | 184.5º | 0.2% | 0.6% | - |
| HSV(B) | 184.5º | 0.23% | 0.68% | - |
| XYZ | 32.03 | 37.25 | 45.55 | - |
| YUV | 160.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 174 | 0.23 | 0.02 | 0 | 0.32 | 184.5 | 0.2 | 0.6 |
| Hex | 86 | AB | AE | 17 | 2 | 0 | 20 | B8 | 14 | 3C |
| Octal | 206 | 253 | 256 | 27 | 2 | 0 | 40 | 270 | 24 | 74 |
| Binary | 10000110 | 10101011 | 10101110 | 10111 | 10 | 0 | 100000 | 10111000 | 10100 | 111100 |
Color Harmonies of #86ABAE
Complementary color
Monochromatic Colors of #86ABAE
Black with #86ABAE
Text Example
Text Example
White with #86ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ABAE; }
p { color: rgb(134,171,174); }
H1.HeaderClassName
{
color: #86ABAE;
}
.AnyTagClassName
{
color: #86ABAE;
}
</style>
background-color css
<style>
a { background-color: #86ABAE; }
a { background-color: rgb(134,171,174); }
div.DivClassName
{
background-color: #86ABAE;
}
.BgClassName
{
background-color: #86ABAE;
}
</style>
border-color css
<style>
span { border-color: #86ABAE; }
span { border-color: rgb(134,171,174); }
td.TdClassName
{
border-color: #86ABAE;
}
.TagClassName
{
border-color: #86ABAE;
}
</style>