Shades of Ziggurat #8AAEAC
Tints of Ziggurat #8AAEAC
RGB
CMYK
RGB Variations
Color information
#8AAEAC (or 0x8AAEAC) is known color: Ziggurat. HEX triplet: 8A, AE and AC. RGB value is (138,174,172). Sum of RGB (Red+Green+Blue) = 138+174+172=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEAC is #755153. Grayscale: #A2A2A2. Windows color (decimal): -7688532 or 11316874. OLE color: 11316874.
HSL color Cylindrical-coordinate representation of color #8AAEAC: hue angle of 176.67º 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 #8AAEAC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 172 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.32 |
| HSL | 176.67º | 0.18% | 0.61% | - |
| HSV(B) | 176.67º | 0.21% | 0.68% | - |
| XYZ | 33.06 | 38.65 | 44.75 | - |
| YUV | 163.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 172 | 0.21 | 0 | 0.01 | 0.32 | 176.67 | 0.18 | 0.61 |
| Hex | 8A | AE | AC | 15 | 0 | 1 | 20 | B1 | 12 | 3D |
| Octal | 212 | 256 | 254 | 25 | 0 | 1 | 40 | 261 | 22 | 75 |
| Binary | 10001010 | 10101110 | 10101100 | 10101 | 0 | 1 | 100000 | 10110001 | 10010 | 111101 |
Color Harmonies of #8AAEAC
Complementary color
Monochromatic Colors of #8AAEAC
Black with #8AAEAC
Text Example
Text Example
White with #8AAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEAC; }
p { color: rgb(138,174,172); }
H1.HeaderClassName
{
color: #8AAEAC;
}
.AnyTagClassName
{
color: #8AAEAC;
}
</style>
background-color css
<style>
a { background-color: #8AAEAC; }
a { background-color: rgb(138,174,172); }
div.DivClassName
{
background-color: #8AAEAC;
}
.BgClassName
{
background-color: #8AAEAC;
}
</style>
border-color css
<style>
span { border-color: #8AAEAC; }
span { border-color: rgb(138,174,172); }
td.TdClassName
{
border-color: #8AAEAC;
}
.TagClassName
{
border-color: #8AAEAC;
}
</style>