#93A693

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

Shades of Pewter #93A693

Tints of Pewter #93A693

Color information

#93A693 (or 0x93A693) is unknown color: approx Pewter. HEX triplet: 93, A6 and 93. RGB value is (147,166,147). Sum of RGB (Red+Green+Blue) = 147+166+147=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #93A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A693 is #6C596C. Grayscale: #9E9E9E. Windows color (decimal): -7100781 or 9676435. OLE color: 9676435.

HSL color Cylindrical-coordinate representation of color #93A693: hue angle of 120º degrees, saturation: 0.1, 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 #93A693 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB147166147-
CMYK0.1100.110.35
HSL120º9.64%61.37%-
HSV(B)120º11.45%65.1%-
XYZ30.9435.5832.84-
YUV158.15121.71120.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=31.96%
G=36.09%
B=31.96%

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
Decimal1471661470.1100.110.351209.6461.37
Hex93A693B0B2378a3d
Octal22324622313013431701275
Binary10010011101001101001001110110101110001111110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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