Shades of Ziggurat #86A8AF
Tints of Ziggurat #86A8AF
RGB
CMYK
RGB Variations
Color information
#86A8AF (or 0x86A8AF) is known color: Ziggurat. HEX triplet: 86, A8 and AF. RGB value is (134,168,175). Sum of RGB (Red+Green+Blue) = 134+168+175=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #86A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A8AF is #795750. Grayscale: #9E9E9E. Windows color (decimal): -7952209 or 11511942. OLE color: 11511942.
HSL color Cylindrical-coordinate representation of color #86A8AF: hue angle of 190.24º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A8AF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 168 | 175 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.31 |
| HSL | 190.24º | 0.2% | 0.61% | - |
| HSV(B) | 190.24º | 0.23% | 0.69% | - |
| XYZ | 31.57 | 36.17 | 45.87 | - |
| YUV | 158.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 175 | 0.23 | 0.04 | 0 | 0.31 | 190.24 | 0.2 | 0.61 |
| Hex | 86 | A8 | AF | 17 | 4 | 0 | 1F | BE | 14 | 3D |
| Octal | 206 | 250 | 257 | 27 | 4 | 0 | 37 | 276 | 24 | 75 |
| Binary | 10000110 | 10101000 | 10101111 | 10111 | 100 | 0 | 11111 | 10111110 | 10100 | 111101 |
Color Harmonies of #86A8AF
Complementary color
Monochromatic Colors of #86A8AF
Black with #86A8AF
Text Example
Text Example
White with #86A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8AF; }
p { color: rgb(134,168,175); }
H1.HeaderClassName
{
color: #86A8AF;
}
.AnyTagClassName
{
color: #86A8AF;
}
</style>
background-color css
<style>
a { background-color: #86A8AF; }
a { background-color: rgb(134,168,175); }
div.DivClassName
{
background-color: #86A8AF;
}
.BgClassName
{
background-color: #86A8AF;
}
</style>
border-color css
<style>
span { border-color: #86A8AF; }
span { border-color: rgb(134,168,175); }
td.TdClassName
{
border-color: #86A8AF;
}
.TagClassName
{
border-color: #86A8AF;
}
</style>