Shades of Ziggurat #86A9AE
Tints of Ziggurat #86A9AE
RGB
CMYK
RGB Variations
Color information
#86A9AE (or 0x86A9AE) is known color: Ziggurat. HEX triplet: 86, A9 and AE. RGB value is (134,169,174). Sum of RGB (Red+Green+Blue) = 134+169+174=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #86A9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A9AE is #795651. Grayscale: #9F9F9F. Windows color (decimal): -7951954 or 11446662. OLE color: 11446662.
HSL color Cylindrical-coordinate representation of color #86A9AE: hue angle of 187.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 #86A9AE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 169 | 174 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.32 |
| HSL | 187.5º | 0.2% | 0.6% | - |
| HSV(B) | 187.5º | 0.23% | 0.68% | - |
| XYZ | 31.66 | 36.5 | 45.42 | - |
| YUV | 159.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 174 | 0.23 | 0.03 | 0 | 0.32 | 187.5 | 0.2 | 0.6 |
| Hex | 86 | A9 | AE | 17 | 3 | 0 | 20 | BC | 14 | 3C |
| Octal | 206 | 251 | 256 | 27 | 3 | 0 | 40 | 274 | 24 | 74 |
| Binary | 10000110 | 10101001 | 10101110 | 10111 | 11 | 0 | 100000 | 10111100 | 10100 | 111100 |
Color Harmonies of #86A9AE
Complementary color
Monochromatic Colors of #86A9AE
Black with #86A9AE
Text Example
Text Example
White with #86A9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9AE; }
p { color: rgb(134,169,174); }
H1.HeaderClassName
{
color: #86A9AE;
}
.AnyTagClassName
{
color: #86A9AE;
}
</style>
background-color css
<style>
a { background-color: #86A9AE; }
a { background-color: rgb(134,169,174); }
div.DivClassName
{
background-color: #86A9AE;
}
.BgClassName
{
background-color: #86A9AE;
}
</style>
border-color css
<style>
span { border-color: #86A9AE; }
span { border-color: rgb(134,169,174); }
td.TdClassName
{
border-color: #86A9AE;
}
.TagClassName
{
border-color: #86A9AE;
}
</style>