Shades of Ziggurat #8CA6AB
Tints of Ziggurat #8CA6AB
RGB
CMYK
RGB Variations
Color information
#8CA6AB (or 0x8CA6AB) is known color: Ziggurat. HEX triplet: 8C, A6 and AB. RGB value is (140,166,171). Sum of RGB (Red+Green+Blue) = 140+166+171=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA6AB is #735954. Grayscale: #9E9E9E. Windows color (decimal): -7559509 or 11249292. OLE color: 11249292.
HSL color Cylindrical-coordinate representation of color #8CA6AB: hue angle of 189.68º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CA6AB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 166 | 171 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.33 |
| HSL | 189.68º | 0.16% | 0.61% | - |
| HSV(B) | 189.68º | 0.18% | 0.67% | - |
| XYZ | 31.8 | 35.79 | 43.76 | - |
| YUV | 158.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 171 | 0.18 | 0.03 | 0 | 0.33 | 189.68 | 0.16 | 0.61 |
| Hex | 8C | A6 | AB | 12 | 3 | 0 | 21 | BE | 10 | 3D |
| Octal | 214 | 246 | 253 | 22 | 3 | 0 | 41 | 276 | 20 | 75 |
| Binary | 10001100 | 10100110 | 10101011 | 10010 | 11 | 0 | 100001 | 10111110 | 10000 | 111101 |
Color Harmonies of #8CA6AB
Complementary color
Monochromatic Colors of #8CA6AB
Black with #8CA6AB
Text Example
Text Example
White with #8CA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA6AB; }
p { color: rgb(140,166,171); }
H1.HeaderClassName
{
color: #8CA6AB;
}
.AnyTagClassName
{
color: #8CA6AB;
}
</style>
background-color css
<style>
a { background-color: #8CA6AB; }
a { background-color: rgb(140,166,171); }
div.DivClassName
{
background-color: #8CA6AB;
}
.BgClassName
{
background-color: #8CA6AB;
}
</style>
border-color css
<style>
span { border-color: #8CA6AB; }
span { border-color: rgb(140,166,171); }
td.TdClassName
{
border-color: #8CA6AB;
}
.TagClassName
{
border-color: #8CA6AB;
}
</style>