Shades of Ziggurat #86AAA8
Tints of Ziggurat #86AAA8
RGB
CMYK
RGB Variations
Color information
#86AAA8 (or 0x86AAA8) is known color: Ziggurat. HEX triplet: 86, AA and A8. RGB value is (134,170,168). Sum of RGB (Red+Green+Blue) = 134+170+168=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #86AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AAA8 is #795557. Grayscale: #9E9E9E. Windows color (decimal): -7951704 or 11053702. OLE color: 11053702.
HSL color Cylindrical-coordinate representation of color #86AAA8: hue angle of 176.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86AAA8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 168 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.33 |
| HSL | 176.67º | 0.17% | 0.6% | - |
| HSV(B) | 176.67º | 0.21% | 0.67% | - |
| XYZ | 31.27 | 36.64 | 42.47 | - |
| YUV | 159.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 168 | 0.21 | 0 | 0.01 | 0.33 | 176.67 | 0.17 | 0.6 |
| Hex | 86 | AA | A8 | 15 | 0 | 1 | 21 | B1 | 11 | 3C |
| Octal | 206 | 252 | 250 | 25 | 0 | 1 | 41 | 261 | 21 | 74 |
| Binary | 10000110 | 10101010 | 10101000 | 10101 | 0 | 1 | 100001 | 10110001 | 10001 | 111100 |
Color Harmonies of #86AAA8
Complementary color
Monochromatic Colors of #86AAA8
Black with #86AAA8
Text Example
Text Example
White with #86AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAA8; }
p { color: rgb(134,170,168); }
H1.HeaderClassName
{
color: #86AAA8;
}
.AnyTagClassName
{
color: #86AAA8;
}
</style>
background-color css
<style>
a { background-color: #86AAA8; }
a { background-color: rgb(134,170,168); }
div.DivClassName
{
background-color: #86AAA8;
}
.BgClassName
{
background-color: #86AAA8;
}
</style>
border-color css
<style>
span { border-color: #86AAA8; }
span { border-color: rgb(134,170,168); }
td.TdClassName
{
border-color: #86AAA8;
}
.TagClassName
{
border-color: #86AAA8;
}
</style>