#94A695

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

Shades of Pewter #94A695

Tints of Pewter #94A695

Color information

#94A695 (or 0x94A695) is unknown color: approx Pewter. HEX triplet: 94, A6 and 95. RGB value is (148,166,149). Sum of RGB (Red+Green+Blue) = 148+166+149=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #94A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A695 is #6B596A. Grayscale: #9E9E9E. Windows color (decimal): -7035243 or 9807508. OLE color: 9807508.

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

Color convert

RGB148166149-
CMYK0.1100.100.35
HSL123.33º9.18%61.57%-
HSV(B)123.33º10.84%65.1%-
XYZ31.2735.7433.68-
YUV158.68122.54120.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=31.97%
G=35.85%
B=32.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481661490.1100.100.35123.339.1861.57
Hex94A695B0A237b93e
Octal22424622513012431731176
Binary10010100101001101001010110110101010001111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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