Shades of Ziggurat #8CACAF
Tints of Ziggurat #8CACAF
RGB
CMYK
RGB Variations
Color information
#8CACAF (or 0x8CACAF) is known color: Ziggurat. HEX triplet: 8C, AC and AF. RGB value is (140,172,175). Sum of RGB (Red+Green+Blue) = 140+172+175=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACAF is #735350. Grayscale: #A2A2A2. Windows color (decimal): -7557969 or 11512972. OLE color: 11512972.
HSL color Cylindrical-coordinate representation of color #8CACAF: hue angle of 185.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CACAF is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 172 | 175 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.31 |
| HSL | 185.14º | 0.18% | 0.62% | - |
| HSV(B) | 185.14º | 0.2% | 0.69% | - |
| XYZ | 33.31 | 38.18 | 46.17 | - |
| YUV | 162.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 175 | 0.2 | 0.02 | 0 | 0.31 | 185.14 | 0.18 | 0.62 |
| Hex | 8C | AC | AF | 14 | 2 | 0 | 1F | B9 | 12 | 3E |
| Octal | 214 | 254 | 257 | 24 | 2 | 0 | 37 | 271 | 22 | 76 |
| Binary | 10001100 | 10101100 | 10101111 | 10100 | 10 | 0 | 11111 | 10111001 | 10010 | 111110 |
Color Harmonies of #8CACAF
Complementary color
Monochromatic Colors of #8CACAF
Black with #8CACAF
Text Example
Text Example
White with #8CACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACAF; }
p { color: rgb(140,172,175); }
H1.HeaderClassName
{
color: #8CACAF;
}
.AnyTagClassName
{
color: #8CACAF;
}
</style>
background-color css
<style>
a { background-color: #8CACAF; }
a { background-color: rgb(140,172,175); }
div.DivClassName
{
background-color: #8CACAF;
}
.BgClassName
{
background-color: #8CACAF;
}
</style>
border-color css
<style>
span { border-color: #8CACAF; }
span { border-color: rgb(140,172,175); }
td.TdClassName
{
border-color: #8CACAF;
}
.TagClassName
{
border-color: #8CACAF;
}
</style>