#93A395

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

Shades of Pewter #93A395

Tints of Pewter #93A395

Color information

#93A395 (or 0x93A395) is unknown color: approx Pewter. HEX triplet: 93, A3 and 95. RGB value is (147,163,149). Sum of RGB (Red+Green+Blue) = 147+163+149=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #93A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A395 is #6C5C6A. Grayscale: #9C9C9C. Windows color (decimal): -7101547 or 9806739. OLE color: 9806739.

HSL color Cylindrical-coordinate representation of color #93A395: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93A395 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB147163149-
CMYK0.1000.090.36
HSL127.5º8%60.78%-
HSV(B)127.5º9.82%63.92%-
XYZ30.5534.5733.5-
YUV156.62123.7121.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=32.03%
G=35.51%
B=32.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471631490.1000.090.36127.5860.78
Hex93A395A09247f83d
Octal22324322512011441771075
Binary10010011101000111001010110100100110010011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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