Shades of Aluminium #899295
Tints of Aluminium #899295
RGB
CMYK
RGB Variations
Color information
#899295 (or 0x899295) is known color: Aluminium. HEX triplet: 89, 92 and 95. RGB value is (137,146,149). Sum of RGB (Red+Green+Blue) = 137+146+149=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #899295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899295 is #766D6A. Grayscale: #8F8F8F. Windows color (decimal): -7761259 or 9802377. OLE color: 9802377.
HSL color Cylindrical-coordinate representation of color #899295: hue angle of 195º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899295 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 146 | 149 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.42 |
| HSL | 195º | 0.05% | 0.56% | - |
| HSV(B) | 195º | 0.08% | 0.58% | - |
| XYZ | 26.02 | 28.05 | 32.48 | - |
| YUV | 143.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 149 | 0.08 | 0.02 | 0 | 0.42 | 195 | 0.05 | 0.56 |
| Hex | 89 | 92 | 95 | 8 | 2 | 0 | 2A | C3 | 5 | 38 |
| Octal | 211 | 222 | 225 | 10 | 2 | 0 | 52 | 303 | 5 | 70 |
| Binary | 10001001 | 10010010 | 10010101 | 1000 | 10 | 0 | 101010 | 11000011 | 101 | 111000 |
Color Harmonies of #899295
Complementary color
Monochromatic Colors of #899295
Black with #899295
Text Example
Text Example
White with #899295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899295; }
p { color: rgb(137,146,149); }
H1.HeaderClassName
{
color: #899295;
}
.AnyTagClassName
{
color: #899295;
}
</style>
background-color css
<style>
a { background-color: #899295; }
a { background-color: rgb(137,146,149); }
div.DivClassName
{
background-color: #899295;
}
.BgClassName
{
background-color: #899295;
}
</style>
border-color css
<style>
span { border-color: #899295; }
span { border-color: rgb(137,146,149); }
td.TdClassName
{
border-color: #899295;
}
.TagClassName
{
border-color: #899295;
}
</style>