Shades of Ziggurat #8CA8AA
Tints of Ziggurat #8CA8AA
RGB
CMYK
RGB Variations
Color information
#8CA8AA (or 0x8CA8AA) is known color: Ziggurat. HEX triplet: 8C, A8 and AA. RGB value is (140,168,170). Sum of RGB (Red+Green+Blue) = 140+168+170=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #8CA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA8AA is #735755. Grayscale: #9F9F9F. Windows color (decimal): -7558998 or 11184268. OLE color: 11184268.
HSL color Cylindrical-coordinate representation of color #8CA8AA: hue angle of 184º degrees, saturation: 0.15, 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 #8CA8AA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 168 | 170 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.33 |
| HSL | 184º | 0.15% | 0.61% | - |
| HSV(B) | 184º | 0.18% | 0.67% | - |
| XYZ | 32.07 | 36.48 | 43.38 | - |
| YUV | 159.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 170 | 0.18 | 0.01 | 0 | 0.33 | 184 | 0.15 | 0.61 |
| Hex | 8C | A8 | AA | 12 | 1 | 0 | 21 | B8 | F | 3D |
| Octal | 214 | 250 | 252 | 22 | 1 | 0 | 41 | 270 | 17 | 75 |
| Binary | 10001100 | 10101000 | 10101010 | 10010 | 1 | 0 | 100001 | 10111000 | 1111 | 111101 |
Color Harmonies of #8CA8AA
Complementary color
Monochromatic Colors of #8CA8AA
Black with #8CA8AA
Text Example
Text Example
White with #8CA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8AA; }
p { color: rgb(140,168,170); }
H1.HeaderClassName
{
color: #8CA8AA;
}
.AnyTagClassName
{
color: #8CA8AA;
}
</style>
background-color css
<style>
a { background-color: #8CA8AA; }
a { background-color: rgb(140,168,170); }
div.DivClassName
{
background-color: #8CA8AA;
}
.BgClassName
{
background-color: #8CA8AA;
}
</style>
border-color css
<style>
span { border-color: #8CA8AA; }
span { border-color: rgb(140,168,170); }
td.TdClassName
{
border-color: #8CA8AA;
}
.TagClassName
{
border-color: #8CA8AA;
}
</style>