Shades of Tower Grey #90AD9F
Tints of Tower Grey #90AD9F
RGB
CMYK
RGB Variations
Color information
#90AD9F (or 0x90AD9F) is known color: Tower Grey. HEX triplet: 90, AD and 9F. RGB value is (144,173,159). Sum of RGB (Red+Green+Blue) = 144+173+159=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AD9F is #6F5260. Grayscale: #A2A2A2. Windows color (decimal): -7295585 or 10464656. OLE color: 10464656.
HSL color Cylindrical-coordinate representation of color #90AD9F: hue angle of 151.03º 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 #90AD9F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 159 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.32 |
| HSL | 151.03º | 0.15% | 0.62% | - |
| HSV(B) | 151.03º | 0.17% | 0.68% | - |
| XYZ | 32.7 | 38.32 | 38.47 | - |
| YUV | 162.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 159 | 0.17 | 0 | 0.08 | 0.32 | 151.03 | 0.15 | 0.62 |
| Hex | 90 | AD | 9F | 11 | 0 | 8 | 20 | 97 | F | 3E |
| Octal | 220 | 255 | 237 | 21 | 0 | 10 | 40 | 227 | 17 | 76 |
| Binary | 10010000 | 10101101 | 10011111 | 10001 | 0 | 1000 | 100000 | 10010111 | 1111 | 111110 |
Color Harmonies of #90AD9F
Complementary color
Monochromatic Colors of #90AD9F
Black with #90AD9F
Text Example
Text Example
White with #90AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AD9F; }
p { color: rgb(144,173,159); }
H1.HeaderClassName
{
color: #90AD9F;
}
.AnyTagClassName
{
color: #90AD9F;
}
</style>
background-color css
<style>
a { background-color: #90AD9F; }
a { background-color: rgb(144,173,159); }
div.DivClassName
{
background-color: #90AD9F;
}
.BgClassName
{
background-color: #90AD9F;
}
</style>
border-color css
<style>
span { border-color: #90AD9F; }
span { border-color: rgb(144,173,159); }
td.TdClassName
{
border-color: #90AD9F;
}
.TagClassName
{
border-color: #90AD9F;
}
</style>