Shades of Ziggurat #86A5AB
Tints of Ziggurat #86A5AB
RGB
CMYK
RGB Variations
Color information
#86A5AB (or 0x86A5AB) is known color: Ziggurat. HEX triplet: 86, A5 and AB. RGB value is (134,165,171). Sum of RGB (Red+Green+Blue) = 134+165+171=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #86A5AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A5AB is #795A54. Grayscale: #9C9C9C. Windows color (decimal): -7952981 or 11249030. OLE color: 11249030.
HSL color Cylindrical-coordinate representation of color #86A5AB: hue angle of 189.73º 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 #86A5AB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 165 | 171 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.33 |
| HSL | 189.73º | 0.18% | 0.6% | - |
| HSV(B) | 189.73º | 0.22% | 0.67% | - |
| XYZ | 30.64 | 34.92 | 43.65 | - |
| YUV | 156.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 171 | 0.22 | 0.04 | 0 | 0.33 | 189.73 | 0.18 | 0.6 |
| Hex | 86 | A5 | AB | 16 | 4 | 0 | 21 | BE | 12 | 3C |
| Octal | 206 | 245 | 253 | 26 | 4 | 0 | 41 | 276 | 22 | 74 |
| Binary | 10000110 | 10100101 | 10101011 | 10110 | 100 | 0 | 100001 | 10111110 | 10010 | 111100 |
Color Harmonies of #86A5AB
Complementary color
Monochromatic Colors of #86A5AB
Black with #86A5AB
Text Example
Text Example
White with #86A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A5AB; }
p { color: rgb(134,165,171); }
H1.HeaderClassName
{
color: #86A5AB;
}
.AnyTagClassName
{
color: #86A5AB;
}
</style>
background-color css
<style>
a { background-color: #86A5AB; }
a { background-color: rgb(134,165,171); }
div.DivClassName
{
background-color: #86A5AB;
}
.BgClassName
{
background-color: #86A5AB;
}
</style>
border-color css
<style>
span { border-color: #86A5AB; }
span { border-color: rgb(134,165,171); }
td.TdClassName
{
border-color: #86A5AB;
}
.TagClassName
{
border-color: #86A5AB;
}
</style>