#8AA38B

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

Shades of Pewter #8AA38B

Tints of Pewter #8AA38B

Color information

#8AA38B (or 0x8AA38B) is unknown color: approx Pewter. HEX triplet: 8A, A3 and 8B. RGB value is (138,163,139). Sum of RGB (Red+Green+Blue) = 138+163+139=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA38B is #755C74. Grayscale: #989898. Windows color (decimal): -7691381 or 9151370. OLE color: 9151370.

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

Color convert

RGB138163139-
CMYK0.1500.150.36
HSL122.4º11.96%59.02%-
HSV(B)122.4º15.34%63.92%-
XYZ28.2433.4629.4-
YUV152.79120.22117.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=31.36%
G=37.05%
B=31.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381631390.1500.150.36122.411.9659.02
Hex8AA38BF0F247ac3b
Octal21224321317017441721473
Binary10001010101000111000101111110111110010011110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,139); }

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

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

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

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

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

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

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