#93AA95

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

Shades of Pewter #93AA95

Tints of Pewter #93AA95

Color information

#93AA95 (or 0x93AA95) is unknown color: approx Pewter. HEX triplet: 93, AA and 95. RGB value is (147,170,149). Sum of RGB (Red+Green+Blue) = 147+170+149=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA95 is #6C556A. Grayscale: #A0A0A0. Windows color (decimal): -7099755 or 9808531. OLE color: 9808531.

HSL color Cylindrical-coordinate representation of color #93AA95: hue angle of 125.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AA95 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB147170149-
CMYK0.1400.120.33
HSL125.22º11.92%62.16%-
HSV(B)125.22º13.53%66.67%-
XYZ31.8337.1233.92-
YUV160.73121.38118.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=31.55%
G=36.48%
B=31.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701490.1400.120.33125.2211.9262.16
Hex93AA95E0C217dc3e
Octal22325222516014411751476
Binary10010011101010101001010111100110010000111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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