#899296

Color #899296 Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #899296

Tints of Aluminium #899296

Color information

#899296 (or 0x899296) is unknown color: approx Aluminium. HEX triplet: 89, 92 and 96. RGB value is (137,146,150). Sum of RGB (Red+Green+Blue) = 137+146+150=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 150 - color contains mainly: blue. Hex color #899296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899296 is #766D69. Grayscale: #8F8F8F. Windows color (decimal): -7761258 or 9867913. OLE color: 9867913.

HSL color Cylindrical-coordinate representation of color #899296: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899296 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB137146150-
CMYK0.090.0300.41
HSL198.46º5.83%56.27%-
HSV(B)198.46º8.67%58.82%-
XYZ26.128.0832.9-
YUV143.76131.52123.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=31.64%
G=33.72%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371461500.090.0300.41198.465.8356.27
Hex89929693029c6638
Octal211222226113051306670
Binary100010011001001010010110100111010100111000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899296; }

 p { color: rgb(137,146,150); }

 H1.HeaderClassName
 {
   color: #899296;
 }
 .AnyTagClassName
 {
   color: #899296;
 }
</style>
background-color css

<style>
 a { background-color: #899296; }

 a { background-color: rgb(137,146,150); }

 div.DivClassName
 {
   background-color: #899296;
 }
 .BgClassName
 {
   background-color: #899296;
 }
</style>
border-color css

<style>
 span { border-color: #899296; }

 span { border-color: rgb(137,146,150); }

 td.TdClassName
 {
   border-color: #899296;
 }
 .TagClassName
 {
   border-color: #899296;
 }
</style>