#93A095

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

Shades of Pewter #93A095

Tints of Pewter #93A095

Color information

#93A095 (or 0x93A095) is unknown color: approx Pewter. HEX triplet: 93, A0 and 95. RGB value is (147,160,149). Sum of RGB (Red+Green+Blue) = 147+160+149=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 160 - color contains mainly: green. Hex color #93A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A095 is #6C5F6A. Grayscale: #9A9A9A. Windows color (decimal): -7102315 or 9805971. OLE color: 9805971.

HSL color Cylindrical-coordinate representation of color #93A095: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93A095 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB147160149-
CMYK0.0800.070.37
HSL129.23º6.4%60.2%-
HSV(B)129.23º8.12%62.75%-
XYZ30.0333.5133.32-
YUV154.86124.69122.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.24%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=32.24%
G=35.09%
B=32.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471601490.0800.070.37129.236.460.2
Hex93A095807258163c
Octal223240225100745201674
Binary1001001110100000100101011000011110010110000001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A095; }

 p { color: rgb(147,160,149); }

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

<style>
 a { background-color: #93A095; }

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

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

<style>
 span { border-color: #93A095; }

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

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