Shades of Ziggurat #8CA9AA
Tints of Ziggurat #8CA9AA
RGB
CMYK
RGB Variations
Color information
#8CA9AA (or 0x8CA9AA) is known color: Ziggurat. HEX triplet: 8C, A9 and AA. RGB value is (140,169,170). Sum of RGB (Red+Green+Blue) = 140+169+170=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #8CA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA9AA is #735655. Grayscale: #A0A0A0. Windows color (decimal): -7558742 or 11184524. OLE color: 11184524.
HSL color Cylindrical-coordinate representation of color #8CA9AA: hue angle of 182º 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 #8CA9AA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 169 | 170 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.33 |
| HSL | 182º | 0.15% | 0.61% | - |
| HSV(B) | 182º | 0.18% | 0.67% | - |
| XYZ | 32.26 | 36.85 | 43.44 | - |
| YUV | 160.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 170 | 0.18 | 0.01 | 0 | 0.33 | 182 | 0.15 | 0.61 |
| Hex | 8C | A9 | AA | 12 | 1 | 0 | 21 | B6 | F | 3D |
| Octal | 214 | 251 | 252 | 22 | 1 | 0 | 41 | 266 | 17 | 75 |
| Binary | 10001100 | 10101001 | 10101010 | 10010 | 1 | 0 | 100001 | 10110110 | 1111 | 111101 |
Color Harmonies of #8CA9AA
Complementary color
Monochromatic Colors of #8CA9AA
Black with #8CA9AA
Text Example
Text Example
White with #8CA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9AA; }
p { color: rgb(140,169,170); }
H1.HeaderClassName
{
color: #8CA9AA;
}
.AnyTagClassName
{
color: #8CA9AA;
}
</style>
background-color css
<style>
a { background-color: #8CA9AA; }
a { background-color: rgb(140,169,170); }
div.DivClassName
{
background-color: #8CA9AA;
}
.BgClassName
{
background-color: #8CA9AA;
}
</style>
border-color css
<style>
span { border-color: #8CA9AA; }
span { border-color: rgb(140,169,170); }
td.TdClassName
{
border-color: #8CA9AA;
}
.TagClassName
{
border-color: #8CA9AA;
}
</style>