#849196

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

Shades of Aluminium #849196

Tints of Aluminium #849196

Color information

#849196 (or 0x849196) is unknown color: approx Aluminium. HEX triplet: 84, 91 and 96. RGB value is (132,145,150). Sum of RGB (Red+Green+Blue) = 132+145+150=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: blue. Hex color #849196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849196 is #7B6E69. Grayscale: #8D8D8D. Windows color (decimal): -8089194 or 9867652. OLE color: 9867652.

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

Color convert

RGB132145150-
CMYK0.120.0300.41
HSL196.67º7.89%55.29%-
HSV(B)196.67º12%58.82%-
XYZ25.1527.3632.81-
YUV141.68132.69121.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=30.91%
G=33.96%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321451500.120.0300.41196.677.8955.29
Hex849196C3029c5837
Octal2042212261430513051067
Binary1000010010010001100101101100110101001110001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849196; }

 p { color: rgb(132,145,150); }

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

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

 a { background-color: rgb(132,145,150); }

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

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

 span { border-color: rgb(132,145,150); }

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