#93A795

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

Shades of Pewter #93A795

Tints of Pewter #93A795

Color information

#93A795 (or 0x93A795) is unknown color: approx Pewter. HEX triplet: 93, A7 and 95. RGB value is (147,167,149). Sum of RGB (Red+Green+Blue) = 147+167+149=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #93A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A795 is #6C586A. Grayscale: #9F9F9F. Windows color (decimal): -7100523 or 9807763. OLE color: 9807763.

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

Color convert

RGB147167149-
CMYK0.1200.110.35
HSL126º10.2%61.57%-
HSV(B)126º11.98%65.49%-
XYZ31.2836.0133.74-
YUV158.97122.37119.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=31.75%
G=36.07%
B=32.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471671490.1200.110.3512610.261.57
Hex93A795C0B237ea3e
Octal22324722514013431761276
Binary10010011101001111001010111000101110001111111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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