Shades of Tower Grey #90AA9D
Tints of Tower Grey #90AA9D
RGB
CMYK
RGB Variations
Color information
#90AA9D (or 0x90AA9D) is known color: Tower Grey. HEX triplet: 90, AA and 9D. RGB value is (144,170,157). Sum of RGB (Red+Green+Blue) = 144+170+157=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA9D is #6F5562. Grayscale: #A0A0A0. Windows color (decimal): -7296355 or 10332816. OLE color: 10332816.
HSL color Cylindrical-coordinate representation of color #90AA9D: hue angle of 150º 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 #90AA9D is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 157 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.33 |
| HSL | 150º | 0.13% | 0.62% | - |
| HSV(B) | 150º | 0.15% | 0.67% | - |
| XYZ | 31.96 | 37.11 | 37.38 | - |
| YUV | 160.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 157 | 0.15 | 0 | 0.08 | 0.33 | 150 | 0.13 | 0.62 |
| Hex | 90 | AA | 9D | F | 0 | 8 | 21 | 96 | D | 3E |
| Octal | 220 | 252 | 235 | 17 | 0 | 10 | 41 | 226 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10011101 | 1111 | 0 | 1000 | 100001 | 10010110 | 1101 | 111110 |
Color Harmonies of #90AA9D
Complementary color
Monochromatic Colors of #90AA9D
Black with #90AA9D
Text Example
Text Example
White with #90AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA9D; }
p { color: rgb(144,170,157); }
H1.HeaderClassName
{
color: #90AA9D;
}
.AnyTagClassName
{
color: #90AA9D;
}
</style>
background-color css
<style>
a { background-color: #90AA9D; }
a { background-color: rgb(144,170,157); }
div.DivClassName
{
background-color: #90AA9D;
}
.BgClassName
{
background-color: #90AA9D;
}
</style>
border-color css
<style>
span { border-color: #90AA9D; }
span { border-color: rgb(144,170,157); }
td.TdClassName
{
border-color: #90AA9D;
}
.TagClassName
{
border-color: #90AA9D;
}
</style>