Shades of Ziggurat #8AA8AB
Tints of Ziggurat #8AA8AB
RGB
CMYK
RGB Variations
Color information
#8AA8AB (or 0x8AA8AB) is known color: Ziggurat. HEX triplet: 8A, A8 and AB. RGB value is (138,168,171). Sum of RGB (Red+Green+Blue) = 138+168+171=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 168 (66.02% from 255 or 35.22% 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 #8AA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA8AB is #755754. Grayscale: #9F9F9F. Windows color (decimal): -7690069 or 11249802. OLE color: 11249802.
HSL color Cylindrical-coordinate representation of color #8AA8AB: hue angle of 185.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA8AB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 168 | 171 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.33 |
| HSL | 185.45º | 0.16% | 0.61% | - |
| HSV(B) | 185.45º | 0.19% | 0.67% | - |
| XYZ | 31.83 | 36.35 | 43.87 | - |
| YUV | 159.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 171 | 0.19 | 0.02 | 0 | 0.33 | 185.45 | 0.16 | 0.61 |
| Hex | 8A | A8 | AB | 13 | 2 | 0 | 21 | B9 | 10 | 3D |
| Octal | 212 | 250 | 253 | 23 | 2 | 0 | 41 | 271 | 20 | 75 |
| Binary | 10001010 | 10101000 | 10101011 | 10011 | 10 | 0 | 100001 | 10111001 | 10000 | 111101 |
Color Harmonies of #8AA8AB
Complementary color
Monochromatic Colors of #8AA8AB
Black with #8AA8AB
Text Example
Text Example
White with #8AA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8AB; }
p { color: rgb(138,168,171); }
H1.HeaderClassName
{
color: #8AA8AB;
}
.AnyTagClassName
{
color: #8AA8AB;
}
</style>
background-color css
<style>
a { background-color: #8AA8AB; }
a { background-color: rgb(138,168,171); }
div.DivClassName
{
background-color: #8AA8AB;
}
.BgClassName
{
background-color: #8AA8AB;
}
</style>
border-color css
<style>
span { border-color: #8AA8AB; }
span { border-color: rgb(138,168,171); }
td.TdClassName
{
border-color: #8AA8AB;
}
.TagClassName
{
border-color: #8AA8AB;
}
</style>