Shades of Ziggurat #90ADAD
Tints of Ziggurat #90ADAD
RGB
CMYK
RGB Variations
Color information
#90ADAD (or 0x90ADAD) is known color: Ziggurat. HEX triplet: 90, AD and AD. RGB value is (144,173,173). Sum of RGB (Red+Green+Blue) = 144+173+173=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #90ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADAD is #6F5252. Grayscale: #A4A4A4. Windows color (decimal): -7295571 or 11382160. OLE color: 11382160.
HSL color Cylindrical-coordinate representation of color #90ADAD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ADAD is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 173 | - |
| CMYK | 0.17 | 0 | 0 | 0.32 |
| HSL | 180º | 0.15% | 0.62% | - |
| HSV(B) | 180º | 0.17% | 0.68% | - |
| XYZ | 33.99 | 38.83 | 45.24 | - |
| YUV | 164.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 173 | 0.17 | 0 | 0 | 0.32 | 180 | 0.15 | 0.62 |
| Hex | 90 | AD | AD | 11 | 0 | 0 | 20 | B4 | F | 3E |
| Octal | 220 | 255 | 255 | 21 | 0 | 0 | 40 | 264 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10101101 | 10001 | 0 | 0 | 100000 | 10110100 | 1111 | 111110 |
Color Harmonies of #90ADAD
Complementary color
Monochromatic Colors of #90ADAD
Black with #90ADAD
Text Example
Text Example
White with #90ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADAD; }
p { color: rgb(144,173,173); }
H1.HeaderClassName
{
color: #90ADAD;
}
.AnyTagClassName
{
color: #90ADAD;
}
</style>
background-color css
<style>
a { background-color: #90ADAD; }
a { background-color: rgb(144,173,173); }
div.DivClassName
{
background-color: #90ADAD;
}
.BgClassName
{
background-color: #90ADAD;
}
</style>
border-color css
<style>
span { border-color: #90ADAD; }
span { border-color: rgb(144,173,173); }
td.TdClassName
{
border-color: #90ADAD;
}
.TagClassName
{
border-color: #90ADAD;
}
</style>