Shades of Ziggurat #8AA5AA
Tints of Ziggurat #8AA5AA
RGB
CMYK
RGB Variations
Color information
#8AA5AA (or 0x8AA5AA) is known color: Ziggurat. HEX triplet: 8A, A5 and AA. RGB value is (138,165,170). Sum of RGB (Red+Green+Blue) = 138+165+170=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 170 - color contains mainly: blue. Hex color #8AA5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA5AA is #755A55. Grayscale: #9D9D9D. Windows color (decimal): -7690838 or 11183498. OLE color: 11183498.
HSL color Cylindrical-coordinate representation of color #8AA5AA: hue angle of 189.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA5AA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 165 | 170 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.33 |
| HSL | 189.38º | 0.16% | 0.6% | - |
| HSV(B) | 189.38º | 0.19% | 0.67% | - |
| XYZ | 31.19 | 35.22 | 43.18 | - |
| YUV | 157.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 170 | 0.19 | 0.03 | 0 | 0.33 | 189.38 | 0.16 | 0.6 |
| Hex | 8A | A5 | AA | 13 | 3 | 0 | 21 | BD | 10 | 3C |
| Octal | 212 | 245 | 252 | 23 | 3 | 0 | 41 | 275 | 20 | 74 |
| Binary | 10001010 | 10100101 | 10101010 | 10011 | 11 | 0 | 100001 | 10111101 | 10000 | 111100 |
Color Harmonies of #8AA5AA
Complementary color
Monochromatic Colors of #8AA5AA
Black with #8AA5AA
Text Example
Text Example
White with #8AA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA5AA; }
p { color: rgb(138,165,170); }
H1.HeaderClassName
{
color: #8AA5AA;
}
.AnyTagClassName
{
color: #8AA5AA;
}
</style>
background-color css
<style>
a { background-color: #8AA5AA; }
a { background-color: rgb(138,165,170); }
div.DivClassName
{
background-color: #8AA5AA;
}
.BgClassName
{
background-color: #8AA5AA;
}
</style>
border-color css
<style>
span { border-color: #8AA5AA; }
span { border-color: rgb(138,165,170); }
td.TdClassName
{
border-color: #8AA5AA;
}
.TagClassName
{
border-color: #8AA5AA;
}
</style>