#88A086

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

Shades of Pewter #88A086

Tints of Pewter #88A086

Color information

#88A086 (or 0x88A086) is unknown color: approx Pewter. HEX triplet: 88, A0 and 86. RGB value is (136,160,134). Sum of RGB (Red+Green+Blue) = 136+160+134=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #88A086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A086 is #775F79. Grayscale: #959595. Windows color (decimal): -7823226 or 8822920. OLE color: 8822920.

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

Color convert

RGB136160134-
CMYK0.1500.160.37
HSL115.38º12.04%57.65%-
HSV(B)115.38º16.25%62.75%-
XYZ27.0332.127.33-
YUV149.86119.05118.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=31.63%
G=37.21%
B=31.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361601340.1500.160.37115.3812.0457.65
Hex88A086F0102573c3a
Octal21024020617020451631472
Binary100010001010000010000110111101000010010111100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A086; }

 p { color: rgb(136,160,134); }

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

<style>
 a { background-color: #88A086; }

 a { background-color: rgb(136,160,134); }

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

<style>
 span { border-color: #88A086; }

 span { border-color: rgb(136,160,134); }

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