Html Css Color HEX #899296 Aluminium

📋 copy color: '#899296'

red 137 ◦ green 146 ◦ blue 150

#899296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #899296

Tints of Aluminium #899296

RGB

 RED value IS 137 (53.91% from 255) = 31.64%

 GREEN value IS 146 (57.42% from 255) = 33.72%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 31.64%
G = 33.72%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#899296 (or 0x899296) is known color: Aluminium. HEX triplet: 89, 92 and 96. RGB value is (137,146,150). Sum of RGB (Red+Green+Blue) = 137+146+150=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 150 - color contains mainly: blue. Hex color #899296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899296 is #766D69. Grayscale: #8F8F8F. Windows color (decimal): -7761258 or 9867913. OLE color: 9867913.

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

Color convert

RGB 137 146 150 -
CMYK 0.09 0.03 0 0.41
HSL 198.46º 0.06% 0.56% -
HSV(B) 198.46º 0.09% 0.59% -
XYZ 26.1 28.08 32.9 -
YUV 143.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 137 146 150 0.09 0.03 0 0.41 198.46 0.06 0.56
Hex 89 92 96 9 3 0 29 C6 6 38
Octal 211 222 226 11 3 0 51 306 6 70
Binary 10001001 10010010 10010110 1001 11 0 101001 11000110 110 111000

Color Harmonies of #899296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899296

Black with #899296

Text Example


Text Example

White with #899296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899296; }

 p { color: rgb(137,146,150); }

 H1.HeaderClassName
 {
   color: #899296;
 }
 .AnyTagClassName
 {
   color: #899296;
 }
</style>

background-color css

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

 a { background-color: rgb(137,146,150); }

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

border-color css

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

 span { border-color: rgb(137,146,150); }

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