Shades of Ziggurat #88A4AC
Tints of Ziggurat #88A4AC
RGB
CMYK
RGB Variations
Color information
#88A4AC (or 0x88A4AC) is known color: Ziggurat. HEX triplet: 88, A4 and AC. RGB value is (136,164,172). Sum of RGB (Red+Green+Blue) = 136+164+172=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #88A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A4AC is #775B53. Grayscale: #9C9C9C. Windows color (decimal): -7822164 or 11314312. OLE color: 11314312.
HSL color Cylindrical-coordinate representation of color #88A4AC: hue angle of 193.33º degrees, saturation: 0.18, 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 #88A4AC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 164 | 172 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.33 |
| HSL | 193.33º | 0.18% | 0.6% | - |
| HSV(B) | 193.33º | 0.21% | 0.67% | - |
| XYZ | 30.88 | 34.76 | 44.11 | - |
| YUV | 156.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 172 | 0.21 | 0.05 | 0 | 0.33 | 193.33 | 0.18 | 0.6 |
| Hex | 88 | A4 | AC | 15 | 5 | 0 | 21 | C1 | 12 | 3C |
| Octal | 210 | 244 | 254 | 25 | 5 | 0 | 41 | 301 | 22 | 74 |
| Binary | 10001000 | 10100100 | 10101100 | 10101 | 101 | 0 | 100001 | 11000001 | 10010 | 111100 |
Color Harmonies of #88A4AC
Complementary color
Monochromatic Colors of #88A4AC
Black with #88A4AC
Text Example
Text Example
White with #88A4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A4AC; }
p { color: rgb(136,164,172); }
H1.HeaderClassName
{
color: #88A4AC;
}
.AnyTagClassName
{
color: #88A4AC;
}
</style>
background-color css
<style>
a { background-color: #88A4AC; }
a { background-color: rgb(136,164,172); }
div.DivClassName
{
background-color: #88A4AC;
}
.BgClassName
{
background-color: #88A4AC;
}
</style>
border-color css
<style>
span { border-color: #88A4AC; }
span { border-color: rgb(136,164,172); }
td.TdClassName
{
border-color: #88A4AC;
}
.TagClassName
{
border-color: #88A4AC;
}
</style>