#899195

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

Shades of Aluminium #899195

Tints of Aluminium #899195

Color information

#899195 (or 0x899195) is unknown color: approx Aluminium. HEX triplet: 89, 91 and 95. RGB value is (137,145,149). Sum of RGB (Red+Green+Blue) = 137+145+149=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #899195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899195 is #766E6A. Grayscale: #8F8F8F. Windows color (decimal): -7761515 or 9802121. OLE color: 9802121.

HSL color Cylindrical-coordinate representation of color #899195: hue angle of 200º 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 #899195 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137145149-
CMYK0.080.0300.42
HSL200º5.36%56.08%-
HSV(B)200º8.05%58.43%-
XYZ25.8727.7432.42-
YUV143.06131.35123.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=31.79%
G=33.64%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371451490.080.0300.422005.3656.08
Hex8991958302Ac8538
Octal211221225103052310570
Binary100010011001000110010101100011010101011001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899195; }

 p { color: rgb(137,145,149); }

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

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

 a { background-color: rgb(137,145,149); }

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

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

 span { border-color: rgb(137,145,149); }

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