Shades of Ziggurat #8AADAD
Tints of Ziggurat #8AADAD
RGB
CMYK
RGB Variations
Color information
#8AADAD (or 0x8AADAD) is known color: Ziggurat. HEX triplet: 8A, AD and AD. RGB value is (138,173,173). Sum of RGB (Red+Green+Blue) = 138+173+173=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #8AADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AADAD is #755252. Grayscale: #A2A2A2. Windows color (decimal): -7688787 or 11382154. OLE color: 11382154.
HSL color Cylindrical-coordinate representation of color #8AADAD: hue angle of 180º 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 #8AADAD is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 173 | - |
| CMYK | 0.20 | 0 | 0 | 0.32 |
| HSL | 180º | 0.18% | 0.61% | - |
| HSV(B) | 180º | 0.2% | 0.68% | - |
| XYZ | 32.97 | 38.31 | 45.19 | - |
| YUV | 162.54 | 133.9 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 173 | 0.20 | 0 | 0 | 0.32 | 180 | 0.18 | 0.61 |
| Hex | 8A | AD | AD | 14 | 0 | 0 | 20 | B4 | 12 | 3D |
| Octal | 212 | 255 | 255 | 24 | 0 | 0 | 40 | 264 | 22 | 75 |
| Binary | 10001010 | 10101101 | 10101101 | 10100 | 0 | 0 | 100000 | 10110100 | 10010 | 111101 |
Color Harmonies of #8AADAD
Complementary color
Monochromatic Colors of #8AADAD
Black with #8AADAD
Text Example
Text Example
White with #8AADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADAD; }
p { color: rgb(138,173,173); }
H1.HeaderClassName
{
color: #8AADAD;
}
.AnyTagClassName
{
color: #8AADAD;
}
</style>
background-color css
<style>
a { background-color: #8AADAD; }
a { background-color: rgb(138,173,173); }
div.DivClassName
{
background-color: #8AADAD;
}
.BgClassName
{
background-color: #8AADAD;
}
</style>
border-color css
<style>
span { border-color: #8AADAD; }
span { border-color: rgb(138,173,173); }
td.TdClassName
{
border-color: #8AADAD;
}
.TagClassName
{
border-color: #8AADAD;
}
</style>