#94AA95

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

Shades of Pewter #94AA95

Tints of Pewter #94AA95

Color information

#94AA95 (or 0x94AA95) is unknown color: approx Pewter. HEX triplet: 94, AA and 95. RGB value is (148,170,149). Sum of RGB (Red+Green+Blue) = 148+170+149=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA95 is #6B556A. Grayscale: #A1A1A1. Windows color (decimal): -7034219 or 9808532. OLE color: 9808532.

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

Color convert

RGB148170149-
CMYK0.1300.120.33
HSL122.73º11.46%62.35%-
HSV(B)122.73º12.94%66.67%-
XYZ32.0137.2233.93-
YUV161.03121.21118.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.69%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=31.69%
G=36.40%
B=31.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481701490.1300.120.33122.7311.4662.35
Hex94AA95D0C217bb3e
Octal22425222515014411731376
Binary10010100101010101001010111010110010000111110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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