#8A9889

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

Shades of Pewter #8A9889

Tints of Pewter #8A9889

Color information

#8A9889 (or 0x8A9889) is unknown color: approx Pewter. HEX triplet: 8A, 98 and 89. RGB value is (138,152,137). Sum of RGB (Red+Green+Blue) = 138+152+137=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9889 is #756776. Grayscale: #929292. Windows color (decimal): -7694199 or 9017482. OLE color: 9017482.

HSL color Cylindrical-coordinate representation of color #8A9889: hue angle of 116º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A9889 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB138152137-
CMYK0.0900.100.40
HSL116º6.79%56.67%-
HSV(B)116º9.87%59.61%-
XYZ26.2229.6728.01-
YUV146.1122.86122.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=32.32%
G=35.60%
B=32.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1381521370.0900.100.401166.7956.67
Hex8A988990A2874739
Octal2122302111101250164771
Binary1000101010011000100010011001010101010001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9889; }

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

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

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

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

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

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

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

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