#93A593

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

Shades of Pewter #93A593

Tints of Pewter #93A593

Color information

#93A593 (or 0x93A593) is unknown color: approx Pewter. HEX triplet: 93, A5 and 93. RGB value is (147,165,147). Sum of RGB (Red+Green+Blue) = 147+165+147=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #93A593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A593 is #6C5A6C. Grayscale: #9D9D9D. Windows color (decimal): -7101037 or 9676179. OLE color: 9676179.

HSL color Cylindrical-coordinate representation of color #93A593: hue angle of 120º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A593 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB147165147-
CMYK0.1100.110.35
HSL120º9.09%61.18%-
HSV(B)120º10.91%64.71%-
XYZ30.7535.2232.78-
YUV157.57122.04120.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=32.03%
G=35.95%
B=32.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471651470.1100.110.351209.0961.18
Hex93A593B0B237893d
Octal22324522313013431701175
Binary10010011101001011001001110110101110001111110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,147); }

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

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

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

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

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

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

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