Shades of Aluminium #909396
Tints of Aluminium #909396
RGB
CMYK
RGB Variations
Color information
#909396 (or 0x909396) is known color: Aluminium. HEX triplet: 90, 93 and 96. RGB value is (144,147,150). Sum of RGB (Red+Green+Blue) = 144+147+150=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 150 - color contains mainly: blue. Hex color #909396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909396 is #6F6C69. Grayscale: #929292. Windows color (decimal): -7302250 or 9868176. OLE color: 9868176.
HSL color Cylindrical-coordinate representation of color #909396: hue angle of 210º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #909396 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 147 | 150 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.41 |
| HSL | 210º | 0.03% | 0.58% | - |
| HSV(B) | 210º | 0.04% | 0.59% | - |
| XYZ | 27.44 | 29 | 33.01 | - |
| YUV | 146.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 150 | 0.04 | 0.02 | 0 | 0.41 | 210 | 0.03 | 0.58 |
| Hex | 90 | 93 | 96 | 4 | 2 | 0 | 29 | D2 | 3 | 3A |
| Octal | 220 | 223 | 226 | 4 | 2 | 0 | 51 | 322 | 3 | 72 |
| Binary | 10010000 | 10010011 | 10010110 | 100 | 10 | 0 | 101001 | 11010010 | 11 | 111010 |
Color Harmonies of #909396
Complementary color
Monochromatic Colors of #909396
Black with #909396
Text Example
Text Example
White with #909396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909396; }
p { color: rgb(144,147,150); }
H1.HeaderClassName
{
color: #909396;
}
.AnyTagClassName
{
color: #909396;
}
</style>
background-color css
<style>
a { background-color: #909396; }
a { background-color: rgb(144,147,150); }
div.DivClassName
{
background-color: #909396;
}
.BgClassName
{
background-color: #909396;
}
</style>
border-color css
<style>
span { border-color: #909396; }
span { border-color: rgb(144,147,150); }
td.TdClassName
{
border-color: #909396;
}
.TagClassName
{
border-color: #909396;
}
</style>