#8AA489

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

Shades of Pewter #8AA489

Tints of Pewter #8AA489

Color information

#8AA489 (or 0x8AA489) is unknown color: approx Pewter. HEX triplet: 8A, A4 and 89. RGB value is (138,164,137). Sum of RGB (Red+Green+Blue) = 138+164+137=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA489 is #755B76. Grayscale: #999999. Windows color (decimal): -7691127 or 9020554. OLE color: 9020554.

HSL color Cylindrical-coordinate representation of color #8AA489: hue angle of 117.78º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8AA489 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB138164137-
CMYK0.1600.160.36
HSL117.78º12.92%59.02%-
HSV(B)117.78º16.46%64.31%-
XYZ28.2733.7628.69-
YUV153.15118.89117.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=31.44%
G=37.36%
B=31.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641370.1600.160.36117.7812.9259.02
Hex8AA489100102476d3b
Octal21224421120020441661573
Binary1000101010100100100010011000001000010010011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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