Shades of Ziggurat #87ADAC
Tints of Ziggurat #87ADAC
RGB
CMYK
RGB Variations
Color information
#87ADAC (or 0x87ADAC) is known color: Ziggurat. HEX triplet: 87, AD and AC. RGB value is (135,173,172). Sum of RGB (Red+Green+Blue) = 135+173+172=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #87ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADAC is #785253. Grayscale: #A1A1A1. Windows color (decimal): -7885396 or 11316615. OLE color: 11316615.
HSL color Cylindrical-coordinate representation of color #87ADAC: hue angle of 178.42º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ADAC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 172 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.32 |
| HSL | 178.42º | 0.19% | 0.6% | - |
| HSV(B) | 178.42º | 0.22% | 0.68% | - |
| XYZ | 32.38 | 38.02 | 44.66 | - |
| YUV | 161.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 172 | 0.22 | 0 | 0.01 | 0.32 | 178.42 | 0.19 | 0.6 |
| Hex | 87 | AD | AC | 16 | 0 | 1 | 20 | B2 | 13 | 3C |
| Octal | 207 | 255 | 254 | 26 | 0 | 1 | 40 | 262 | 23 | 74 |
| Binary | 10000111 | 10101101 | 10101100 | 10110 | 0 | 1 | 100000 | 10110010 | 10011 | 111100 |
Color Harmonies of #87ADAC
Complementary color
Monochromatic Colors of #87ADAC
Black with #87ADAC
Text Example
Text Example
White with #87ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADAC; }
p { color: rgb(135,173,172); }
H1.HeaderClassName
{
color: #87ADAC;
}
.AnyTagClassName
{
color: #87ADAC;
}
</style>
background-color css
<style>
a { background-color: #87ADAC; }
a { background-color: rgb(135,173,172); }
div.DivClassName
{
background-color: #87ADAC;
}
.BgClassName
{
background-color: #87ADAC;
}
</style>
border-color css
<style>
span { border-color: #87ADAC; }
span { border-color: rgb(135,173,172); }
td.TdClassName
{
border-color: #87ADAC;
}
.TagClassName
{
border-color: #87ADAC;
}
</style>