Html Css Color HEX #899194 Aluminium

📋 copy color: '#899194'

red 137 ◦ green 145 ◦ blue 148

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

Shades of Aluminium #899194

Tints of Aluminium #899194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 31.86%
G = 33.72%
B = 34.42%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#899194 (or 0x899194) is known color: Aluminium. HEX triplet: 89, 91 and 94. RGB value is (137,145,148). Sum of RGB (Red+Green+Blue) = 137+145+148=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 148 - color contains mainly: blue. Hex color #899194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899194 is #766E6B. Grayscale: #8E8E8E. Windows color (decimal): -7761516 or 9736585. OLE color: 9736585.

HSL color Cylindrical-coordinate representation of color #899194: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #899194 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 145 148 -
CMYK 0.07 0.02 0 0.42
HSL 196.36º 0.05% 0.56% -
HSV(B) 196.36º 0.07% 0.58% -
XYZ 25.79 27.71 32.01 -
YUV 142.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 137 145 148 0.07 0.02 0 0.42 196.36 0.05 0.56
Hex 89 91 94 7 2 0 2A C4 5 38
Octal 211 221 224 7 2 0 52 304 5 70
Binary 10001001 10010001 10010100 111 10 0 101010 11000100 101 111000

Color Harmonies of #899194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899194

Black with #899194

Text Example


Text Example

White with #899194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899194; }

 p { color: rgb(137,145,148); }

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

background-color css

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

 a { background-color: rgb(137,145,148); }

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

border-color css

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

 span { border-color: rgb(137,145,148); }

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