Shades of Ziggurat #88A0A4
Tints of Ziggurat #88A0A4
RGB
CMYK
RGB Variations
Color information
#88A0A4 (or 0x88A0A4) is known color: Ziggurat. HEX triplet: 88, A0 and A4. RGB value is (136,160,164). Sum of RGB (Red+Green+Blue) = 136+160+164=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 164 - color contains mainly: blue. Hex color #88A0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A0A4 is #775F5B. Grayscale: #999999. Windows color (decimal): -7823196 or 10789000. OLE color: 10789000.
HSL color Cylindrical-coordinate representation of color #88A0A4: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88A0A4 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 160 | 164 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.36 |
| HSL | 188.57º | 0.13% | 0.59% | - |
| HSV(B) | 188.57º | 0.17% | 0.64% | - |
| XYZ | 29.42 | 33.06 | 39.95 | - |
| YUV | 153.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 164 | 0.17 | 0.02 | 0 | 0.36 | 188.57 | 0.13 | 0.59 |
| Hex | 88 | A0 | A4 | 11 | 2 | 0 | 24 | BD | D | 3B |
| Octal | 210 | 240 | 244 | 21 | 2 | 0 | 44 | 275 | 15 | 73 |
| Binary | 10001000 | 10100000 | 10100100 | 10001 | 10 | 0 | 100100 | 10111101 | 1101 | 111011 |
Color Harmonies of #88A0A4
Complementary color
Monochromatic Colors of #88A0A4
Black with #88A0A4
Text Example
Text Example
White with #88A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0A4; }
p { color: rgb(136,160,164); }
H1.HeaderClassName
{
color: #88A0A4;
}
.AnyTagClassName
{
color: #88A0A4;
}
</style>
background-color css
<style>
a { background-color: #88A0A4; }
a { background-color: rgb(136,160,164); }
div.DivClassName
{
background-color: #88A0A4;
}
.BgClassName
{
background-color: #88A0A4;
}
</style>
border-color css
<style>
span { border-color: #88A0A4; }
span { border-color: rgb(136,160,164); }
td.TdClassName
{
border-color: #88A0A4;
}
.TagClassName
{
border-color: #88A0A4;
}
</style>