Shades of Ziggurat #87ABAC
Tints of Ziggurat #87ABAC
RGB
CMYK
RGB Variations
Color information
#87ABAC (or 0x87ABAC) is known color: Ziggurat. HEX triplet: 87, AB and AC. RGB value is (135,171,172). Sum of RGB (Red+Green+Blue) = 135+171+172=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #87ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAC is #785453. Grayscale: #A0A0A0. Windows color (decimal): -7885908 or 11316103. OLE color: 11316103.
HSL color Cylindrical-coordinate representation of color #87ABAC: hue angle of 181.62º 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 #87ABAC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 171 | 172 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.33 |
| HSL | 181.62º | 0.18% | 0.6% | - |
| HSV(B) | 181.62º | 0.22% | 0.67% | - |
| XYZ | 32 | 37.26 | 44.53 | - |
| YUV | 160.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 172 | 0.22 | 0.01 | 0 | 0.33 | 181.62 | 0.18 | 0.6 |
| Hex | 87 | AB | AC | 16 | 1 | 0 | 21 | B6 | 12 | 3C |
| Octal | 207 | 253 | 254 | 26 | 1 | 0 | 41 | 266 | 22 | 74 |
| Binary | 10000111 | 10101011 | 10101100 | 10110 | 1 | 0 | 100001 | 10110110 | 10010 | 111100 |
Color Harmonies of #87ABAC
Complementary color
Monochromatic Colors of #87ABAC
Black with #87ABAC
Text Example
Text Example
White with #87ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABAC; }
p { color: rgb(135,171,172); }
H1.HeaderClassName
{
color: #87ABAC;
}
.AnyTagClassName
{
color: #87ABAC;
}
</style>
background-color css
<style>
a { background-color: #87ABAC; }
a { background-color: rgb(135,171,172); }
div.DivClassName
{
background-color: #87ABAC;
}
.BgClassName
{
background-color: #87ABAC;
}
</style>
border-color css
<style>
span { border-color: #87ABAC; }
span { border-color: rgb(135,171,172); }
td.TdClassName
{
border-color: #87ABAC;
}
.TagClassName
{
border-color: #87ABAC;
}
</style>