Shades of Ziggurat #86A6AD
Tints of Ziggurat #86A6AD
RGB
CMYK
RGB Variations
Color information
#86A6AD (or 0x86A6AD) is known color: Ziggurat. HEX triplet: 86, A6 and AD. RGB value is (134,166,173). Sum of RGB (Red+Green+Blue) = 134+166+173=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #86A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A6AD is #795952. Grayscale: #9D9D9D. Windows color (decimal): -7952723 or 11380358. OLE color: 11380358.
HSL color Cylindrical-coordinate representation of color #86A6AD: hue angle of 190.77º degrees, saturation: 0.19, 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 #86A6AD is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 166 | 173 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.32 |
| HSL | 190.77º | 0.19% | 0.6% | - |
| HSV(B) | 190.77º | 0.23% | 0.68% | - |
| XYZ | 31.01 | 35.36 | 44.73 | - |
| YUV | 157.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 166 | 173 | 0.23 | 0.04 | 0 | 0.32 | 190.77 | 0.19 | 0.6 |
| Hex | 86 | A6 | AD | 17 | 4 | 0 | 20 | BF | 13 | 3C |
| Octal | 206 | 246 | 255 | 27 | 4 | 0 | 40 | 277 | 23 | 74 |
| Binary | 10000110 | 10100110 | 10101101 | 10111 | 100 | 0 | 100000 | 10111111 | 10011 | 111100 |
Color Harmonies of #86A6AD
Complementary color
Monochromatic Colors of #86A6AD
Black with #86A6AD
Text Example
Text Example
White with #86A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A6AD; }
p { color: rgb(134,166,173); }
H1.HeaderClassName
{
color: #86A6AD;
}
.AnyTagClassName
{
color: #86A6AD;
}
</style>
background-color css
<style>
a { background-color: #86A6AD; }
a { background-color: rgb(134,166,173); }
div.DivClassName
{
background-color: #86A6AD;
}
.BgClassName
{
background-color: #86A6AD;
}
</style>
border-color css
<style>
span { border-color: #86A6AD; }
span { border-color: rgb(134,166,173); }
td.TdClassName
{
border-color: #86A6AD;
}
.TagClassName
{
border-color: #86A6AD;
}
</style>