Shades of Ziggurat #86A8AB
Tints of Ziggurat #86A8AB
RGB
CMYK
RGB Variations
Color information
#86A8AB (or 0x86A8AB) is known color: Ziggurat. HEX triplet: 86, A8 and AB. RGB value is (134,168,171). Sum of RGB (Red+Green+Blue) = 134+168+171=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #86A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A8AB is #795754. Grayscale: #9E9E9E. Windows color (decimal): -7952213 or 11249798. OLE color: 11249798.
HSL color Cylindrical-coordinate representation of color #86A8AB: hue angle of 184.86º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86A8AB is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 168 | 171 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.33 |
| HSL | 184.86º | 0.18% | 0.6% | - |
| HSV(B) | 184.86º | 0.22% | 0.67% | - |
| XYZ | 31.18 | 36.01 | 43.84 | - |
| YUV | 158.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 171 | 0.22 | 0.02 | 0 | 0.33 | 184.86 | 0.18 | 0.6 |
| Hex | 86 | A8 | AB | 16 | 2 | 0 | 21 | B9 | 12 | 3C |
| Octal | 206 | 250 | 253 | 26 | 2 | 0 | 41 | 271 | 22 | 74 |
| Binary | 10000110 | 10101000 | 10101011 | 10110 | 10 | 0 | 100001 | 10111001 | 10010 | 111100 |
Color Harmonies of #86A8AB
Complementary color
Monochromatic Colors of #86A8AB
Black with #86A8AB
Text Example
Text Example
White with #86A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8AB; }
p { color: rgb(134,168,171); }
H1.HeaderClassName
{
color: #86A8AB;
}
.AnyTagClassName
{
color: #86A8AB;
}
</style>
background-color css
<style>
a { background-color: #86A8AB; }
a { background-color: rgb(134,168,171); }
div.DivClassName
{
background-color: #86A8AB;
}
.BgClassName
{
background-color: #86A8AB;
}
</style>
border-color css
<style>
span { border-color: #86A8AB; }
span { border-color: rgb(134,168,171); }
td.TdClassName
{
border-color: #86A8AB;
}
.TagClassName
{
border-color: #86A8AB;
}
</style>