Shades of Ziggurat #86A5AD
Tints of Ziggurat #86A5AD
RGB
CMYK
RGB Variations
Color information
#86A5AD (or 0x86A5AD) is known color: Ziggurat. HEX triplet: 86, A5 and AD. RGB value is (134,165,173). Sum of RGB (Red+Green+Blue) = 134+165+173=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #86A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A5AD is #795A52. Grayscale: #9C9C9C. Windows color (decimal): -7952979 or 11380102. OLE color: 11380102.
HSL color Cylindrical-coordinate representation of color #86A5AD: hue angle of 192.31º 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 #86A5AD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 165 | 173 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.32 |
| HSL | 192.31º | 0.19% | 0.6% | - |
| HSV(B) | 192.31º | 0.23% | 0.68% | - |
| XYZ | 30.83 | 35 | 44.67 | - |
| YUV | 156.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 173 | 0.23 | 0.05 | 0 | 0.32 | 192.31 | 0.19 | 0.6 |
| Hex | 86 | A5 | AD | 17 | 5 | 0 | 20 | C0 | 13 | 3C |
| Octal | 206 | 245 | 255 | 27 | 5 | 0 | 40 | 300 | 23 | 74 |
| Binary | 10000110 | 10100101 | 10101101 | 10111 | 101 | 0 | 100000 | 11000000 | 10011 | 111100 |
Color Harmonies of #86A5AD
Complementary color
Monochromatic Colors of #86A5AD
Black with #86A5AD
Text Example
Text Example
White with #86A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A5AD; }
p { color: rgb(134,165,173); }
H1.HeaderClassName
{
color: #86A5AD;
}
.AnyTagClassName
{
color: #86A5AD;
}
</style>
background-color css
<style>
a { background-color: #86A5AD; }
a { background-color: rgb(134,165,173); }
div.DivClassName
{
background-color: #86A5AD;
}
.BgClassName
{
background-color: #86A5AD;
}
</style>
border-color css
<style>
span { border-color: #86A5AD; }
span { border-color: rgb(134,165,173); }
td.TdClassName
{
border-color: #86A5AD;
}
.TagClassName
{
border-color: #86A5AD;
}
</style>