#8AA18A

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

Shades of Pewter #8AA18A

Tints of Pewter #8AA18A

Color information

#8AA18A (or 0x8AA18A) is unknown color: approx Pewter. HEX triplet: 8A, A1 and 8A. RGB value is (138,161,138). Sum of RGB (Red+Green+Blue) = 138+161+138=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA18A is #755E75. Grayscale: #979797. Windows color (decimal): -7691894 or 9085322. OLE color: 9085322.

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

Color convert

RGB138161138-
CMYK0.1400.140.37
HSL120º10.9%58.63%-
HSV(B)120º14.29%63.14%-
XYZ27.8132.7328.9-
YUV151.5120.38118.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381611380.1400.140.3712010.958.63
Hex8AA18AE0E2578b3b
Octal21224121216016451701373
Binary10001010101000011000101011100111010010111110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,161,138); }

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

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

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

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

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

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

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