#899A8A

Color #899A8A Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #899A8A

Tints of Pewter #899A8A

Color information

#899A8A (or 0x899A8A) is unknown color: approx Pewter. HEX triplet: 89, 9A and 8A. RGB value is (137,154,138). Sum of RGB (Red+Green+Blue) = 137+154+138=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 154 - color contains mainly: green. Hex color #899A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A8A is #766575. Grayscale: #939393. Windows color (decimal): -7759222 or 9083529. OLE color: 9083529.

HSL color Cylindrical-coordinate representation of color #899A8A: hue angle of 123.53º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899A8A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB137154138-
CMYK0.1100.100.40
HSL123.53º7.76%57.06%-
HSV(B)123.53º11.04%60.39%-
XYZ26.4630.2628.49-
YUV147.09122.87120.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=31.93%
G=35.90%
B=32.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371541380.1100.100.40123.537.7657.06
Hex899A8AB0A287c839
Octal21123221213012501741071
Binary10001001100110101000101010110101010100011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899A8A; }

 p { color: rgb(137,154,138); }

 H1.HeaderClassName
 {
   color: #899A8A;
 }
 .AnyTagClassName
 {
   color: #899A8A;
 }
</style>
background-color css

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

 a { background-color: rgb(137,154,138); }

 div.DivClassName
 {
   background-color: #899A8A;
 }
 .BgClassName
 {
   background-color: #899A8A;
 }
</style>
border-color css

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

 span { border-color: rgb(137,154,138); }

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