#849198

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

Shades of Aluminium #849198

Tints of Aluminium #849198

Color information

#849198 (or 0x849198) is unknown color: approx Aluminium. HEX triplet: 84, 91 and 98. RGB value is (132,145,152). Sum of RGB (Red+Green+Blue) = 132+145+152=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #849198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849198 is #7B6E67. Grayscale: #8D8D8D. Windows color (decimal): -8089192 or 9998724. OLE color: 9998724.

HSL color Cylindrical-coordinate representation of color #849198: hue angle of 201º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849198 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB132145152-
CMYK0.130.0500.40
HSL201º8.85%55.69%-
HSV(B)201º13.16%59.61%-
XYZ25.3127.4233.67-
YUV141.91133.69120.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=30.77%
G=33.80%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321451520.130.0500.402018.8555.69
Hex849198D5028c9938
Octal2042212301550503111170
Binary10000100100100011001100011011010101000110010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849198; }

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

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

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

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

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

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

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

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