Shades of Ziggurat #8AA8AA
Tints of Ziggurat #8AA8AA
RGB
CMYK
RGB Variations
Color information
#8AA8AA (or 0x8AA8AA) is known color: Ziggurat. HEX triplet: 8A, A8 and AA. RGB value is (138,168,170). Sum of RGB (Red+Green+Blue) = 138+168+170=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #8AA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA8AA is #755755. Grayscale: #9F9F9F. Windows color (decimal): -7690070 or 11184266. OLE color: 11184266.
HSL color Cylindrical-coordinate representation of color #8AA8AA: hue angle of 183.75º 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 #8AA8AA is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 168 | 170 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.33 |
| HSL | 183.75º | 0.16% | 0.6% | - |
| HSV(B) | 183.75º | 0.19% | 0.67% | - |
| XYZ | 31.74 | 36.31 | 43.37 | - |
| YUV | 159.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 170 | 0.19 | 0.01 | 0 | 0.33 | 183.75 | 0.16 | 0.6 |
| Hex | 8A | A8 | AA | 13 | 1 | 0 | 21 | B8 | 10 | 3C |
| Octal | 212 | 250 | 252 | 23 | 1 | 0 | 41 | 270 | 20 | 74 |
| Binary | 10001010 | 10101000 | 10101010 | 10011 | 1 | 0 | 100001 | 10111000 | 10000 | 111100 |
Color Harmonies of #8AA8AA
Complementary color
Monochromatic Colors of #8AA8AA
Black with #8AA8AA
Text Example
Text Example
White with #8AA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8AA; }
p { color: rgb(138,168,170); }
H1.HeaderClassName
{
color: #8AA8AA;
}
.AnyTagClassName
{
color: #8AA8AA;
}
</style>
background-color css
<style>
a { background-color: #8AA8AA; }
a { background-color: rgb(138,168,170); }
div.DivClassName
{
background-color: #8AA8AA;
}
.BgClassName
{
background-color: #8AA8AA;
}
</style>
border-color css
<style>
span { border-color: #8AA8AA; }
span { border-color: rgb(138,168,170); }
td.TdClassName
{
border-color: #8AA8AA;
}
.TagClassName
{
border-color: #8AA8AA;
}
</style>