#8AA689

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

Shades of Pewter #8AA689

Tints of Pewter #8AA689

Color information

#8AA689 (or 0x8AA689) is unknown color: approx Pewter. HEX triplet: 8A, A6 and 89. RGB value is (138,166,137). Sum of RGB (Red+Green+Blue) = 138+166+137=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA689 is #755976. Grayscale: #9A9A9A. Windows color (decimal): -7690615 or 9021066. OLE color: 9021066.

HSL color Cylindrical-coordinate representation of color #8AA689: hue angle of 117.93º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA689 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB138166137-
CMYK0.1700.170.35
HSL117.93º14.01%59.41%-
HSV(B)117.93º17.47%65.1%-
XYZ28.6334.4828.81-
YUV154.32118.22116.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=31.29%
G=37.64%
B=31.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381661370.1700.170.35117.9314.0159.41
Hex8AA689110112376e3b
Octal21224621121021431661673
Binary1000101010100110100010011000101000110001111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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