Html Css Color HEX #899095 Aluminium

📋 copy color: '#899095'

red 137 ◦ green 144 ◦ blue 149

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

Shades of Aluminium #899095

Tints of Aluminium #899095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

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

R = 31.86%
G = 33.49%
B = 34.65%

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

#899095 (or 0x899095) is known color: Aluminium. HEX triplet: 89, 90 and 95. RGB value is (137,144,149). Sum of RGB (Red+Green+Blue) = 137+144+149=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #899095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899095 is #766F6A. Grayscale: #8E8E8E. Windows color (decimal): -7761771 or 9801865. OLE color: 9801865.

HSL color Cylindrical-coordinate representation of color #899095: hue angle of 205º 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 #899095 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 144 149 -
CMYK 0.08 0.03 0 0.42
HSL 205º 0.05% 0.56% -
HSV(B) 205º 0.08% 0.58% -
XYZ 25.71 27.43 32.37 -
YUV 142.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 137 144 149 0.08 0.03 0 0.42 205 0.05 0.56
Hex 89 90 95 8 3 0 2A CD 5 38
Octal 211 220 225 10 3 0 52 315 5 70
Binary 10001001 10010000 10010101 1000 11 0 101010 11001101 101 111000

Color Harmonies of #899095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899095

Black with #899095

Text Example


Text Example

White with #899095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899095; }

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

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

background-color css

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

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

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

border-color css

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

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

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