Shades of Ziggurat #8CABAC
Tints of Ziggurat #8CABAC
RGB
CMYK
RGB Variations
Color information
#8CABAC (or 0x8CABAC) is known color: Ziggurat. HEX triplet: 8C, AB and AC. RGB value is (140,171,172). Sum of RGB (Red+Green+Blue) = 140+171+172=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #8CABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABAC is #735453. Grayscale: #A1A1A1. Windows color (decimal): -7558228 or 11316108. OLE color: 11316108.
HSL color Cylindrical-coordinate representation of color #8CABAC: hue angle of 181.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CABAC is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 172 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.33 |
| HSL | 181.88º | 0.16% | 0.61% | - |
| HSV(B) | 181.88º | 0.19% | 0.67% | - |
| XYZ | 32.82 | 37.68 | 44.57 | - |
| YUV | 161.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 172 | 0.19 | 0.01 | 0 | 0.33 | 181.88 | 0.16 | 0.61 |
| Hex | 8C | AB | AC | 13 | 1 | 0 | 21 | B6 | 10 | 3D |
| Octal | 214 | 253 | 254 | 23 | 1 | 0 | 41 | 266 | 20 | 75 |
| Binary | 10001100 | 10101011 | 10101100 | 10011 | 1 | 0 | 100001 | 10110110 | 10000 | 111101 |
Color Harmonies of #8CABAC
Complementary color
Monochromatic Colors of #8CABAC
Black with #8CABAC
Text Example
Text Example
White with #8CABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABAC; }
p { color: rgb(140,171,172); }
H1.HeaderClassName
{
color: #8CABAC;
}
.AnyTagClassName
{
color: #8CABAC;
}
</style>
background-color css
<style>
a { background-color: #8CABAC; }
a { background-color: rgb(140,171,172); }
div.DivClassName
{
background-color: #8CABAC;
}
.BgClassName
{
background-color: #8CABAC;
}
</style>
border-color css
<style>
span { border-color: #8CABAC; }
span { border-color: rgb(140,171,172); }
td.TdClassName
{
border-color: #8CABAC;
}
.TagClassName
{
border-color: #8CABAC;
}
</style>