Shades of Ziggurat #90AAAA
Tints of Ziggurat #90AAAA
RGB
CMYK
RGB Variations
Color information
#90AAAA (or 0x90AAAA) is known color: Ziggurat. HEX triplet: 90, AA and AA. RGB value is (144,170,170). Sum of RGB (Red+Green+Blue) = 144+170+170=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #90AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAAA is #6F5555. Grayscale: #A2A2A2. Windows color (decimal): -7296342 or 11184784. OLE color: 11184784.
HSL color Cylindrical-coordinate representation of color #90AAAA: hue angle of 180º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AAAA is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 170 | - |
| CMYK | 0.15 | 0 | 0 | 0.33 |
| HSL | 180º | 0.13% | 0.62% | - |
| HSV(B) | 180º | 0.15% | 0.67% | - |
| XYZ | 33.13 | 37.58 | 43.54 | - |
| YUV | 162.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 170 | 0.15 | 0 | 0 | 0.33 | 180 | 0.13 | 0.62 |
| Hex | 90 | AA | AA | F | 0 | 0 | 21 | B4 | D | 3E |
| Octal | 220 | 252 | 252 | 17 | 0 | 0 | 41 | 264 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10101010 | 1111 | 0 | 0 | 100001 | 10110100 | 1101 | 111110 |
Color Harmonies of #90AAAA
Complementary color
Monochromatic Colors of #90AAAA
Black with #90AAAA
Text Example
Text Example
White with #90AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAAA; }
p { color: rgb(144,170,170); }
H1.HeaderClassName
{
color: #90AAAA;
}
.AnyTagClassName
{
color: #90AAAA;
}
</style>
background-color css
<style>
a { background-color: #90AAAA; }
a { background-color: rgb(144,170,170); }
div.DivClassName
{
background-color: #90AAAA;
}
.BgClassName
{
background-color: #90AAAA;
}
</style>
border-color css
<style>
span { border-color: #90AAAA; }
span { border-color: rgb(144,170,170); }
td.TdClassName
{
border-color: #90AAAA;
}
.TagClassName
{
border-color: #90AAAA;
}
</style>