Shades of Ziggurat #8AACAE
Tints of Ziggurat #8AACAE
RGB
CMYK
RGB Variations
Color information
#8AACAE (or 0x8AACAE) is known color: Ziggurat. HEX triplet: 8A, AC and AE. RGB value is (138,172,174). Sum of RGB (Red+Green+Blue) = 138+172+174=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #8AACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AACAE is #755351. Grayscale: #A2A2A2. Windows color (decimal): -7689042 or 11447434. OLE color: 11447434.
HSL color Cylindrical-coordinate representation of color #8AACAE: hue angle of 183.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AACAE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 172 | 174 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.32 |
| HSL | 183.33º | 0.18% | 0.61% | - |
| HSV(B) | 183.33º | 0.21% | 0.68% | - |
| XYZ | 32.87 | 37.96 | 45.64 | - |
| YUV | 162.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 174 | 0.21 | 0.01 | 0 | 0.32 | 183.33 | 0.18 | 0.61 |
| Hex | 8A | AC | AE | 15 | 1 | 0 | 20 | B7 | 12 | 3D |
| Octal | 212 | 254 | 256 | 25 | 1 | 0 | 40 | 267 | 22 | 75 |
| Binary | 10001010 | 10101100 | 10101110 | 10101 | 1 | 0 | 100000 | 10110111 | 10010 | 111101 |
Color Harmonies of #8AACAE
Complementary color
Monochromatic Colors of #8AACAE
Black with #8AACAE
Text Example
Text Example
White with #8AACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACAE; }
p { color: rgb(138,172,174); }
H1.HeaderClassName
{
color: #8AACAE;
}
.AnyTagClassName
{
color: #8AACAE;
}
</style>
background-color css
<style>
a { background-color: #8AACAE; }
a { background-color: rgb(138,172,174); }
div.DivClassName
{
background-color: #8AACAE;
}
.BgClassName
{
background-color: #8AACAE;
}
</style>
border-color css
<style>
span { border-color: #8AACAE; }
span { border-color: rgb(138,172,174); }
td.TdClassName
{
border-color: #8AACAE;
}
.TagClassName
{
border-color: #8AACAE;
}
</style>