Shades of Ziggurat #86A4AD
Tints of Ziggurat #86A4AD
RGB
CMYK
RGB Variations
Color information
#86A4AD (or 0x86A4AD) is known color: Ziggurat. HEX triplet: 86, A4 and AD. RGB value is (134,164,173). Sum of RGB (Red+Green+Blue) = 134+164+173=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #86A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A4AD is #795B52. Grayscale: #9B9B9B. Windows color (decimal): -7953235 or 11379846. OLE color: 11379846.
HSL color Cylindrical-coordinate representation of color #86A4AD: hue angle of 193.85º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A4AD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 164 | 173 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.32 |
| HSL | 193.85º | 0.19% | 0.6% | - |
| HSV(B) | 193.85º | 0.23% | 0.68% | - |
| XYZ | 30.65 | 34.64 | 44.61 | - |
| YUV | 156.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 173 | 0.23 | 0.05 | 0 | 0.32 | 193.85 | 0.19 | 0.6 |
| Hex | 86 | A4 | AD | 17 | 5 | 0 | 20 | C2 | 13 | 3C |
| Octal | 206 | 244 | 255 | 27 | 5 | 0 | 40 | 302 | 23 | 74 |
| Binary | 10000110 | 10100100 | 10101101 | 10111 | 101 | 0 | 100000 | 11000010 | 10011 | 111100 |
Color Harmonies of #86A4AD
Complementary color
Monochromatic Colors of #86A4AD
Black with #86A4AD
Text Example
Text Example
White with #86A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A4AD; }
p { color: rgb(134,164,173); }
H1.HeaderClassName
{
color: #86A4AD;
}
.AnyTagClassName
{
color: #86A4AD;
}
</style>
background-color css
<style>
a { background-color: #86A4AD; }
a { background-color: rgb(134,164,173); }
div.DivClassName
{
background-color: #86A4AD;
}
.BgClassName
{
background-color: #86A4AD;
}
</style>
border-color css
<style>
span { border-color: #86A4AD; }
span { border-color: rgb(134,164,173); }
td.TdClassName
{
border-color: #86A4AD;
}
.TagClassName
{
border-color: #86A4AD;
}
</style>