Shades of Ziggurat #86A0A4
Tints of Ziggurat #86A0A4
RGB
CMYK
RGB Variations
Color information
#86A0A4 (or 0x86A0A4) is known color: Ziggurat. HEX triplet: 86, A0 and A4. RGB value is (134,160,164). Sum of RGB (Red+Green+Blue) = 134+160+164=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 164 - color contains mainly: blue. Hex color #86A0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A0A4 is #795F5B. Grayscale: #989898. Windows color (decimal): -7954268 or 10788998. OLE color: 10788998.
HSL color Cylindrical-coordinate representation of color #86A0A4: hue angle of 188º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86A0A4 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 160 | 164 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.36 |
| HSL | 188º | 0.14% | 0.58% | - |
| HSV(B) | 188º | 0.18% | 0.64% | - |
| XYZ | 29.1 | 32.89 | 39.94 | - |
| YUV | 152.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 164 | 0.18 | 0.02 | 0 | 0.36 | 188 | 0.14 | 0.58 |
| Hex | 86 | A0 | A4 | 12 | 2 | 0 | 24 | BC | E | 3A |
| Octal | 206 | 240 | 244 | 22 | 2 | 0 | 44 | 274 | 16 | 72 |
| Binary | 10000110 | 10100000 | 10100100 | 10010 | 10 | 0 | 100100 | 10111100 | 1110 | 111010 |
Color Harmonies of #86A0A4
Complementary color
Monochromatic Colors of #86A0A4
Black with #86A0A4
Text Example
Text Example
White with #86A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0A4; }
p { color: rgb(134,160,164); }
H1.HeaderClassName
{
color: #86A0A4;
}
.AnyTagClassName
{
color: #86A0A4;
}
</style>
background-color css
<style>
a { background-color: #86A0A4; }
a { background-color: rgb(134,160,164); }
div.DivClassName
{
background-color: #86A0A4;
}
.BgClassName
{
background-color: #86A0A4;
}
</style>
border-color css
<style>
span { border-color: #86A0A4; }
span { border-color: rgb(134,160,164); }
td.TdClassName
{
border-color: #86A0A4;
}
.TagClassName
{
border-color: #86A0A4;
}
</style>