Shades of Ziggurat #87A8AA
Tints of Ziggurat #87A8AA
RGB
CMYK
RGB Variations
Color information
#87A8AA (or 0x87A8AA) is known color: Ziggurat. HEX triplet: 87, A8 and AA. RGB value is (135,168,170). Sum of RGB (Red+Green+Blue) = 135+168+170=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #87A8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A8AA is #785755. Grayscale: #9E9E9E. Windows color (decimal): -7886678 or 11184263. OLE color: 11184263.
HSL color Cylindrical-coordinate representation of color #87A8AA: hue angle of 183.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A8AA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 168 | 170 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.33 |
| HSL | 183.43º | 0.17% | 0.6% | - |
| HSV(B) | 183.43º | 0.21% | 0.67% | - |
| XYZ | 31.25 | 36.06 | 43.34 | - |
| YUV | 158.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 170 | 0.21 | 0.01 | 0 | 0.33 | 183.43 | 0.17 | 0.6 |
| Hex | 87 | A8 | AA | 15 | 1 | 0 | 21 | B7 | 11 | 3C |
| Octal | 207 | 250 | 252 | 25 | 1 | 0 | 41 | 267 | 21 | 74 |
| Binary | 10000111 | 10101000 | 10101010 | 10101 | 1 | 0 | 100001 | 10110111 | 10001 | 111100 |
Color Harmonies of #87A8AA
Complementary color
Monochromatic Colors of #87A8AA
Black with #87A8AA
Text Example
Text Example
White with #87A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8AA; }
p { color: rgb(135,168,170); }
H1.HeaderClassName
{
color: #87A8AA;
}
.AnyTagClassName
{
color: #87A8AA;
}
</style>
background-color css
<style>
a { background-color: #87A8AA; }
a { background-color: rgb(135,168,170); }
div.DivClassName
{
background-color: #87A8AA;
}
.BgClassName
{
background-color: #87A8AA;
}
</style>
border-color css
<style>
span { border-color: #87A8AA; }
span { border-color: rgb(135,168,170); }
td.TdClassName
{
border-color: #87A8AA;
}
.TagClassName
{
border-color: #87A8AA;
}
</style>