Shades of Tower Grey #90AC9F
Tints of Tower Grey #90AC9F
RGB
CMYK
RGB Variations
Color information
#90AC9F (or 0x90AC9F) is known color: Tower Grey. HEX triplet: 90, AC and 9F. RGB value is (144,172,159). Sum of RGB (Red+Green+Blue) = 144+172+159=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC9F is #6F5360. Grayscale: #A2A2A2. Windows color (decimal): -7295841 or 10464400. OLE color: 10464400.
HSL color Cylindrical-coordinate representation of color #90AC9F: hue angle of 152.14º 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 #90AC9F is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 172 | 159 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 152.14º | 0.14% | 0.62% | - |
| HSV(B) | 152.14º | 0.16% | 0.67% | - |
| XYZ | 32.51 | 37.94 | 38.41 | - |
| YUV | 162.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 159 | 0.16 | 0 | 0.08 | 0.33 | 152.14 | 0.14 | 0.62 |
| Hex | 90 | AC | 9F | 10 | 0 | 8 | 21 | 98 | E | 3E |
| Octal | 220 | 254 | 237 | 20 | 0 | 10 | 41 | 230 | 16 | 76 |
| Binary | 10010000 | 10101100 | 10011111 | 10000 | 0 | 1000 | 100001 | 10011000 | 1110 | 111110 |
Color Harmonies of #90AC9F
Complementary color
Monochromatic Colors of #90AC9F
Black with #90AC9F
Text Example
Text Example
White with #90AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AC9F; }
p { color: rgb(144,172,159); }
H1.HeaderClassName
{
color: #90AC9F;
}
.AnyTagClassName
{
color: #90AC9F;
}
</style>
background-color css
<style>
a { background-color: #90AC9F; }
a { background-color: rgb(144,172,159); }
div.DivClassName
{
background-color: #90AC9F;
}
.BgClassName
{
background-color: #90AC9F;
}
</style>
border-color css
<style>
span { border-color: #90AC9F; }
span { border-color: rgb(144,172,159); }
td.TdClassName
{
border-color: #90AC9F;
}
.TagClassName
{
border-color: #90AC9F;
}
</style>