Shades of Ziggurat #8AA9AD
Tints of Ziggurat #8AA9AD
RGB
CMYK
RGB Variations
Color information
#8AA9AD (or 0x8AA9AD) is known color: Ziggurat. HEX triplet: 8A, A9 and AD. RGB value is (138,169,173). Sum of RGB (Red+Green+Blue) = 138+169+173=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #8AA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA9AD is #755652. Grayscale: #A0A0A0. Windows color (decimal): -7689811 or 11381130. OLE color: 11381130.
HSL color Cylindrical-coordinate representation of color #8AA9AD: hue angle of 186.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8AA9AD is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 169 | 173 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.32 |
| HSL | 186.86º | 0.18% | 0.61% | - |
| HSV(B) | 186.86º | 0.2% | 0.68% | - |
| XYZ | 32.21 | 36.8 | 44.94 | - |
| YUV | 160.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 173 | 0.20 | 0.02 | 0 | 0.32 | 186.86 | 0.18 | 0.61 |
| Hex | 8A | A9 | AD | 14 | 2 | 0 | 20 | BB | 12 | 3D |
| Octal | 212 | 251 | 255 | 24 | 2 | 0 | 40 | 273 | 22 | 75 |
| Binary | 10001010 | 10101001 | 10101101 | 10100 | 10 | 0 | 100000 | 10111011 | 10010 | 111101 |
Color Harmonies of #8AA9AD
Complementary color
Monochromatic Colors of #8AA9AD
Black with #8AA9AD
Text Example
Text Example
White with #8AA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA9AD; }
p { color: rgb(138,169,173); }
H1.HeaderClassName
{
color: #8AA9AD;
}
.AnyTagClassName
{
color: #8AA9AD;
}
</style>
background-color css
<style>
a { background-color: #8AA9AD; }
a { background-color: rgb(138,169,173); }
div.DivClassName
{
background-color: #8AA9AD;
}
.BgClassName
{
background-color: #8AA9AD;
}
</style>
border-color css
<style>
span { border-color: #8AA9AD; }
span { border-color: rgb(138,169,173); }
td.TdClassName
{
border-color: #8AA9AD;
}
.TagClassName
{
border-color: #8AA9AD;
}
</style>