Shades of Tower Grey #90AC9E
Tints of Tower Grey #90AC9E
RGB
CMYK
RGB Variations
Color information
#90AC9E (or 0x90AC9E) is known color: Tower Grey. HEX triplet: 90, AC and 9E. RGB value is (144,172,158). Sum of RGB (Red+Green+Blue) = 144+172+158=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC9E is #6F5361. Grayscale: #A2A2A2. Windows color (decimal): -7295842 or 10398864. OLE color: 10398864.
HSL color Cylindrical-coordinate representation of color #90AC9E: hue angle of 150º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AC9E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 158 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 150º | 0.14% | 0.62% | - |
| HSV(B) | 150º | 0.16% | 0.67% | - |
| XYZ | 32.43 | 37.9 | 37.95 | - |
| YUV | 162.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 158 | 0.16 | 0 | 0.08 | 0.33 | 150 | 0.14 | 0.62 |
| Hex | 90 | AC | 9E | 10 | 0 | 8 | 21 | 96 | E | 3E |
| Octal | 220 | 254 | 236 | 20 | 0 | 10 | 41 | 226 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10011110 | 10000 | 0 | 1000 | 100001 | 10010110 | 1110 | 111110 |
Color Harmonies of #90AC9E
Complementary color
Monochromatic Colors of #90AC9E
Black with #90AC9E
Text Example
Text Example
White with #90AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC9E; }
p { color: rgb(144,172,158); }
H1.HeaderClassName
{
color: #90AC9E;
}
.AnyTagClassName
{
color: #90AC9E;
}
</style>
background-color css
<style>
a { background-color: #90AC9E; }
a { background-color: rgb(144,172,158); }
div.DivClassName
{
background-color: #90AC9E;
}
.BgClassName
{
background-color: #90AC9E;
}
</style>
border-color css
<style>
span { border-color: #90AC9E; }
span { border-color: rgb(144,172,158); }
td.TdClassName
{
border-color: #90AC9E;
}
.TagClassName
{
border-color: #90AC9E;
}
</style>