Html Css Color HEX #899092 Aluminium

📋 copy color: '#899092'

red 137 ◦ green 144 ◦ blue 146

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

Shades of Aluminium #899092

Tints of Aluminium #899092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 32.08%
G = 33.72%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#899092 (or 0x899092) is known color: Aluminium. HEX triplet: 89, 90 and 92. RGB value is (137,144,146). Sum of RGB (Red+Green+Blue) = 137+144+146=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #899092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899092 is #766F6D. Grayscale: #8E8E8E. Windows color (decimal): -7761774 or 9605257. OLE color: 9605257.

HSL color Cylindrical-coordinate representation of color #899092: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #899092 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 144 146 -
CMYK 0.06 0.01 0 0.43
HSL 193.33º 0.04% 0.55% -
HSV(B) 193.33º 0.06% 0.57% -
XYZ 25.48 27.34 31.13 -
YUV 142.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 137 144 146 0.06 0.01 0 0.43 193.33 0.04 0.55
Hex 89 90 92 6 1 0 2B C1 4 37
Octal 211 220 222 6 1 0 53 301 4 67
Binary 10001001 10010000 10010010 110 1 0 101011 11000001 100 110111

Color Harmonies of #899092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899092

Black with #899092

Text Example


Text Example

White with #899092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899092; }

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

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

background-color css

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

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

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

border-color css

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

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

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