#8AA288

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

Shades of Pewter #8AA288

Tints of Pewter #8AA288

Color information

#8AA288 (or 0x8AA288) is unknown color: approx Pewter. HEX triplet: 8A, A2 and 88. RGB value is (138,162,136). Sum of RGB (Red+Green+Blue) = 138+162+136=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA288 is #755D77. Grayscale: #979797. Windows color (decimal): -7691640 or 8954506. OLE color: 8954506.

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

Color convert

RGB138162136-
CMYK0.1500.160.36
HSL115.38º12.26%58.43%-
HSV(B)115.38º16.05%63.53%-
XYZ27.8533.0228.2-
YUV151.86119.05118.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=31.65%
G=37.16%
B=31.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621360.1500.160.36115.3812.2658.43
Hex8AA288F0102473c3a
Octal21224221017020441631472
Binary100010101010001010001000111101000010010011100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,136); }

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

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

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

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

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

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

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