Shades of Ziggurat #86AEAD
Tints of Ziggurat #86AEAD
RGB
CMYK
RGB Variations
Color information
#86AEAD (or 0x86AEAD) is known color: Ziggurat. HEX triplet: 86, AE and AD. RGB value is (134,174,173). Sum of RGB (Red+Green+Blue) = 134+174+173=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #86AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AEAD is #795152. Grayscale: #A1A1A1. Windows color (decimal): -7950675 or 11382406. OLE color: 11382406.
HSL color Cylindrical-coordinate representation of color #86AEAD: hue angle of 178.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 #86AEAD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 173 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.32 |
| HSL | 178.5º | 0.2% | 0.6% | - |
| HSV(B) | 178.5º | 0.23% | 0.68% | - |
| XYZ | 32.51 | 38.36 | 45.23 | - |
| YUV | 161.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 173 | 0.23 | 0 | 0.01 | 0.32 | 178.5 | 0.2 | 0.6 |
| Hex | 86 | AE | AD | 17 | 0 | 1 | 20 | B2 | 14 | 3C |
| Octal | 206 | 256 | 255 | 27 | 0 | 1 | 40 | 262 | 24 | 74 |
| Binary | 10000110 | 10101110 | 10101101 | 10111 | 0 | 1 | 100000 | 10110010 | 10100 | 111100 |
Color Harmonies of #86AEAD
Complementary color
Monochromatic Colors of #86AEAD
Black with #86AEAD
Text Example
Text Example
White with #86AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEAD; }
p { color: rgb(134,174,173); }
H1.HeaderClassName
{
color: #86AEAD;
}
.AnyTagClassName
{
color: #86AEAD;
}
</style>
background-color css
<style>
a { background-color: #86AEAD; }
a { background-color: rgb(134,174,173); }
div.DivClassName
{
background-color: #86AEAD;
}
.BgClassName
{
background-color: #86AEAD;
}
</style>
border-color css
<style>
span { border-color: #86AEAD; }
span { border-color: rgb(134,174,173); }
td.TdClassName
{
border-color: #86AEAD;
}
.TagClassName
{
border-color: #86AEAD;
}
</style>