Shades of Ziggurat #8AA0A4
Tints of Ziggurat #8AA0A4
RGB
CMYK
RGB Variations
Color information
#8AA0A4 (or 0x8AA0A4) is known color: Ziggurat. HEX triplet: 8A, A0 and A4. RGB value is (138,160,164). Sum of RGB (Red+Green+Blue) = 138+160+164=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #8AA0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA0A4 is #755F5B. Grayscale: #999999. Windows color (decimal): -7692124 or 10789002. OLE color: 10789002.
HSL color Cylindrical-coordinate representation of color #8AA0A4: hue angle of 189.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA0A4 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 160 | 164 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.36 |
| HSL | 189.23º | 0.13% | 0.59% | - |
| HSV(B) | 189.23º | 0.16% | 0.64% | - |
| XYZ | 29.75 | 33.23 | 39.97 | - |
| YUV | 153.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 164 | 0.16 | 0.02 | 0 | 0.36 | 189.23 | 0.13 | 0.59 |
| Hex | 8A | A0 | A4 | 10 | 2 | 0 | 24 | BD | C | 3B |
| Octal | 212 | 240 | 244 | 20 | 2 | 0 | 44 | 275 | 14 | 73 |
| Binary | 10001010 | 10100000 | 10100100 | 10000 | 10 | 0 | 100100 | 10111101 | 1100 | 111011 |
Color Harmonies of #8AA0A4
Complementary color
Monochromatic Colors of #8AA0A4
Black with #8AA0A4
Text Example
Text Example
White with #8AA0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0A4; }
p { color: rgb(138,160,164); }
H1.HeaderClassName
{
color: #8AA0A4;
}
.AnyTagClassName
{
color: #8AA0A4;
}
</style>
background-color css
<style>
a { background-color: #8AA0A4; }
a { background-color: rgb(138,160,164); }
div.DivClassName
{
background-color: #8AA0A4;
}
.BgClassName
{
background-color: #8AA0A4;
}
</style>
border-color css
<style>
span { border-color: #8AA0A4; }
span { border-color: rgb(138,160,164); }
td.TdClassName
{
border-color: #8AA0A4;
}
.TagClassName
{
border-color: #8AA0A4;
}
</style>