Shades of Tower Grey #90ADA0
Tints of Tower Grey #90ADA0
RGB
CMYK
RGB Variations
Color information
#90ADA0 (or 0x90ADA0) is known color: Tower Grey. HEX triplet: 90, AD and A0. RGB value is (144,173,160). Sum of RGB (Red+Green+Blue) = 144+173+160=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #90ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADA0 is #6F525F. Grayscale: #A2A2A2. Windows color (decimal): -7295584 or 10530192. OLE color: 10530192.
HSL color Cylindrical-coordinate representation of color #90ADA0: hue angle of 153.1º 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 #90ADA0 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 160 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.32 |
| HSL | 153.1º | 0.15% | 0.62% | - |
| HSV(B) | 153.1º | 0.17% | 0.68% | - |
| XYZ | 32.79 | 38.35 | 38.93 | - |
| YUV | 162.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 160 | 0.17 | 0 | 0.08 | 0.32 | 153.1 | 0.15 | 0.62 |
| Hex | 90 | AD | A0 | 11 | 0 | 8 | 20 | 99 | F | 3E |
| Octal | 220 | 255 | 240 | 21 | 0 | 10 | 40 | 231 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10100000 | 10001 | 0 | 1000 | 100000 | 10011001 | 1111 | 111110 |
Color Harmonies of #90ADA0
Complementary color
Monochromatic Colors of #90ADA0
Black with #90ADA0
Text Example
Text Example
White with #90ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADA0; }
p { color: rgb(144,173,160); }
H1.HeaderClassName
{
color: #90ADA0;
}
.AnyTagClassName
{
color: #90ADA0;
}
</style>
background-color css
<style>
a { background-color: #90ADA0; }
a { background-color: rgb(144,173,160); }
div.DivClassName
{
background-color: #90ADA0;
}
.BgClassName
{
background-color: #90ADA0;
}
</style>
border-color css
<style>
span { border-color: #90ADA0; }
span { border-color: rgb(144,173,160); }
td.TdClassName
{
border-color: #90ADA0;
}
.TagClassName
{
border-color: #90ADA0;
}
</style>