Html Css Color HEX #899195 Aluminium

📋 copy color: '#899195'

red 137 ◦ green 145 ◦ blue 149

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

Shades of Aluminium #899195

Tints of Aluminium #899195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 31.79%
G = 33.64%
B = 34.57%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#899195 (or 0x899195) is known color: Aluminium. HEX triplet: 89, 91 and 95. RGB value is (137,145,149). Sum of RGB (Red+Green+Blue) = 137+145+149=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #899195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899195 is #766E6A. Grayscale: #8F8F8F. Windows color (decimal): -7761515 or 9802121. OLE color: 9802121.

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

Color convert

RGB 137 145 149 -
CMYK 0.08 0.03 0 0.42
HSL 200º 0.05% 0.56% -
HSV(B) 200º 0.08% 0.58% -
XYZ 25.87 27.74 32.42 -
YUV 143.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 137 145 149 0.08 0.03 0 0.42 200 0.05 0.56
Hex 89 91 95 8 3 0 2A C8 5 38
Octal 211 221 225 10 3 0 52 310 5 70
Binary 10001001 10010001 10010101 1000 11 0 101010 11001000 101 111000

Color Harmonies of #899195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899195

Black with #899195

Text Example


Text Example

White with #899195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899195; }

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

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

background-color css

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

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

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

border-color css

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

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

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