Shades of Ziggurat #8AABAD
Tints of Ziggurat #8AABAD
RGB
CMYK
RGB Variations
Color information
#8AABAD (or 0x8AABAD) is known color: Ziggurat. HEX triplet: 8A, AB and AD. RGB value is (138,171,173). Sum of RGB (Red+Green+Blue) = 138+171+173=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #8AABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AABAD is #755452. Grayscale: #A1A1A1. Windows color (decimal): -7689299 or 11381642. OLE color: 11381642.
HSL color Cylindrical-coordinate representation of color #8AABAD: hue angle of 183.43º 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 #8AABAD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 171 | 173 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.32 |
| HSL | 183.43º | 0.18% | 0.61% | - |
| HSV(B) | 183.43º | 0.2% | 0.68% | - |
| XYZ | 32.59 | 37.55 | 45.06 | - |
| YUV | 161.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 173 | 0.20 | 0.01 | 0 | 0.32 | 183.43 | 0.18 | 0.61 |
| Hex | 8A | AB | AD | 14 | 1 | 0 | 20 | B7 | 12 | 3D |
| Octal | 212 | 253 | 255 | 24 | 1 | 0 | 40 | 267 | 22 | 75 |
| Binary | 10001010 | 10101011 | 10101101 | 10100 | 1 | 0 | 100000 | 10110111 | 10010 | 111101 |
Color Harmonies of #8AABAD
Complementary color
Monochromatic Colors of #8AABAD
Black with #8AABAD
Text Example
Text Example
White with #8AABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABAD; }
p { color: rgb(138,171,173); }
H1.HeaderClassName
{
color: #8AABAD;
}
.AnyTagClassName
{
color: #8AABAD;
}
</style>
background-color css
<style>
a { background-color: #8AABAD; }
a { background-color: rgb(138,171,173); }
div.DivClassName
{
background-color: #8AABAD;
}
.BgClassName
{
background-color: #8AABAD;
}
</style>
border-color css
<style>
span { border-color: #8AABAD; }
span { border-color: rgb(138,171,173); }
td.TdClassName
{
border-color: #8AABAD;
}
.TagClassName
{
border-color: #8AABAD;
}
</style>