#848E92

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

Shades of Aluminium #848E92

Tints of Aluminium #848E92

Color information

#848E92 (or 0x848E92) is unknown color: approx Aluminium. HEX triplet: 84, 8E and 92. RGB value is (132,142,146). Sum of RGB (Red+Green+Blue) = 132+142+146=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 146 - color contains mainly: blue. Hex color #848E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E92 is #7B716D. Grayscale: #8B8B8B. Windows color (decimal): -8089966 or 9604740. OLE color: 9604740.

HSL color Cylindrical-coordinate representation of color #848E92: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848E92 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132142146-
CMYK0.100.0300.43
HSL197.14º6.03%54.51%-
HSV(B)197.14º9.59%57.25%-
XYZ24.3826.3330.99-
YUV139.47131.69122.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=31.43%
G=33.81%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321421460.100.0300.43197.146.0354.51
Hex848E92A302Bc5637
Octal204216222123053305667
Binary100001001000111010010010101011010101111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848E92; }

 p { color: rgb(132,142,146); }

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

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

 a { background-color: rgb(132,142,146); }

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

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

 span { border-color: rgb(132,142,146); }

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