Shades of Aluminium #8A9396
Tints of Aluminium #8A9396
RGB
CMYK
RGB Variations
Color information
#8A9396 (or 0x8A9396) is known color: Aluminium. HEX triplet: 8A, 93 and 96. RGB value is (138,147,150). Sum of RGB (Red+Green+Blue) = 138+147+150=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A9396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9396 is #756C69. Grayscale: #909090. Windows color (decimal): -7695466 or 9868170. OLE color: 9868170.
HSL color Cylindrical-coordinate representation of color #8A9396: hue angle of 195º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A9396 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 147 | 150 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.41 |
| HSL | 195º | 0.05% | 0.56% | - |
| HSV(B) | 195º | 0.08% | 0.59% | - |
| XYZ | 26.42 | 28.47 | 32.96 | - |
| YUV | 144.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 150 | 0.08 | 0.02 | 0 | 0.41 | 195 | 0.05 | 0.56 |
| Hex | 8A | 93 | 96 | 8 | 2 | 0 | 29 | C3 | 5 | 38 |
| Octal | 212 | 223 | 226 | 10 | 2 | 0 | 51 | 303 | 5 | 70 |
| Binary | 10001010 | 10010011 | 10010110 | 1000 | 10 | 0 | 101001 | 11000011 | 101 | 111000 |
Color Harmonies of #8A9396
Complementary color
Monochromatic Colors of #8A9396
Black with #8A9396
Text Example
Text Example
White with #8A9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9396; }
p { color: rgb(138,147,150); }
H1.HeaderClassName
{
color: #8A9396;
}
.AnyTagClassName
{
color: #8A9396;
}
</style>
background-color css
<style>
a { background-color: #8A9396; }
a { background-color: rgb(138,147,150); }
div.DivClassName
{
background-color: #8A9396;
}
.BgClassName
{
background-color: #8A9396;
}
</style>
border-color css
<style>
span { border-color: #8A9396; }
span { border-color: rgb(138,147,150); }
td.TdClassName
{
border-color: #8A9396;
}
.TagClassName
{
border-color: #8A9396;
}
</style>