Shades of Ziggurat #86AEAE
Tints of Ziggurat #86AEAE
RGB
CMYK
RGB Variations
Color information
#86AEAE (or 0x86AEAE) is known color: Ziggurat. HEX triplet: 86, AE and AE. RGB value is (134,174,174). Sum of RGB (Red+Green+Blue) = 134+174+174=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #86AEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AEAE is #795151. Grayscale: #A2A2A2. Windows color (decimal): -7950674 or 11447942. OLE color: 11447942.
HSL color Cylindrical-coordinate representation of color #86AEAE: hue angle of 180º 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 #86AEAE is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 174 | - |
| CMYK | 0.23 | 0 | 0 | 0.32 |
| HSL | 180º | 0.2% | 0.6% | - |
| HSV(B) | 180º | 0.23% | 0.68% | - |
| XYZ | 32.61 | 38.4 | 45.74 | - |
| YUV | 162.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 174 | 0.23 | 0 | 0 | 0.32 | 180 | 0.2 | 0.6 |
| Hex | 86 | AE | AE | 17 | 0 | 0 | 20 | B4 | 14 | 3C |
| Octal | 206 | 256 | 256 | 27 | 0 | 0 | 40 | 264 | 24 | 74 |
| Binary | 10000110 | 10101110 | 10101110 | 10111 | 0 | 0 | 100000 | 10110100 | 10100 | 111100 |
Color Harmonies of #86AEAE
Complementary color
Monochromatic Colors of #86AEAE
Black with #86AEAE
Text Example
Text Example
White with #86AEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEAE; }
p { color: rgb(134,174,174); }
H1.HeaderClassName
{
color: #86AEAE;
}
.AnyTagClassName
{
color: #86AEAE;
}
</style>
background-color css
<style>
a { background-color: #86AEAE; }
a { background-color: rgb(134,174,174); }
div.DivClassName
{
background-color: #86AEAE;
}
.BgClassName
{
background-color: #86AEAE;
}
</style>
border-color css
<style>
span { border-color: #86AEAE; }
span { border-color: rgb(134,174,174); }
td.TdClassName
{
border-color: #86AEAE;
}
.TagClassName
{
border-color: #86AEAE;
}
</style>