Shades of Tower Grey #90AEA1
Tints of Tower Grey #90AEA1
RGB
CMYK
RGB Variations
Color information
#90AEA1 (or 0x90AEA1) is known color: Tower Grey. HEX triplet: 90, AE and A1. RGB value is (144,174,161). Sum of RGB (Red+Green+Blue) = 144+174+161=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #90AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AEA1 is #6F515E. Grayscale: #A3A3A3. Windows color (decimal): -7295327 or 10595984. OLE color: 10595984.
HSL color Cylindrical-coordinate representation of color #90AEA1: hue angle of 154º degrees, saturation: 0.16, 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 #90AEA1 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 174 | 161 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.32 |
| HSL | 154º | 0.16% | 0.62% | - |
| HSV(B) | 154º | 0.17% | 0.68% | - |
| XYZ | 33.07 | 38.77 | 39.46 | - |
| YUV | 163.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 174 | 161 | 0.17 | 0 | 0.07 | 0.32 | 154 | 0.16 | 0.62 |
| Hex | 90 | AE | A1 | 11 | 0 | 7 | 20 | 9A | 10 | 3E |
| Octal | 220 | 256 | 241 | 21 | 0 | 7 | 40 | 232 | 20 | 76 |
| Binary | 10010000 | 10101110 | 10100001 | 10001 | 0 | 111 | 100000 | 10011010 | 10000 | 111110 |
Color Harmonies of #90AEA1
Complementary color
Monochromatic Colors of #90AEA1
Black with #90AEA1
Text Example
Text Example
White with #90AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AEA1; }
p { color: rgb(144,174,161); }
H1.HeaderClassName
{
color: #90AEA1;
}
.AnyTagClassName
{
color: #90AEA1;
}
</style>
background-color css
<style>
a { background-color: #90AEA1; }
a { background-color: rgb(144,174,161); }
div.DivClassName
{
background-color: #90AEA1;
}
.BgClassName
{
background-color: #90AEA1;
}
</style>
border-color css
<style>
span { border-color: #90AEA1; }
span { border-color: rgb(144,174,161); }
td.TdClassName
{
border-color: #90AEA1;
}
.TagClassName
{
border-color: #90AEA1;
}
</style>