#88A088

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

Shades of Pewter #88A088

Tints of Pewter #88A088

Color information

#88A088 (or 0x88A088) is unknown color: approx Pewter. HEX triplet: 88, A0 and 88. RGB value is (136,160,136). Sum of RGB (Red+Green+Blue) = 136+160+136=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #88A088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A088 is #775F77. Grayscale: #969696. Windows color (decimal): -7823224 or 8953992. OLE color: 8953992.

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

Color convert

RGB136160136-
CMYK0.1500.150.37
HSL120º11.21%58.04%-
HSV(B)120º15%62.75%-
XYZ27.1732.1528.07-
YUV150.09120.05117.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.48%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=31.48%
G=37.04%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361601360.1500.150.3712011.2158.04
Hex88A088F0F2578b3a
Octal21024021017017451701372
Binary10001000101000001000100011110111110010111110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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