#8A9297

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

Shades of Aluminium #8A9297

Tints of Aluminium #8A9297

Color information

#8A9297 (or 0x8A9297) is unknown color: approx Aluminium. HEX triplet: 8A, 92 and 97. RGB value is (138,146,151). Sum of RGB (Red+Green+Blue) = 138+146+151=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 151 - color contains mainly: blue. Hex color #8A9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9297 is #756D68. Grayscale: #909090. Windows color (decimal): -7695721 or 9933450. OLE color: 9933450.

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

Color convert

RGB138146151-
CMYK0.090.0300.41
HSL203.08º5.88%56.67%-
HSV(B)203.08º8.61%59.22%-
XYZ26.3528.233.33-
YUV144.18131.85123.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=31.72%
G=33.56%
B=34.71%

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
Decimal1381461510.090.0300.41203.085.8856.67
Hex8A929793029cb639
Octal212222227113051313671
Binary100010101001001010010111100111010100111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9297; }

 p { color: rgb(138,146,151); }

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

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

 a { background-color: rgb(138,146,151); }

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

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

 span { border-color: rgb(138,146,151); }

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