#94A295

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

Shades of Pewter #94A295

Tints of Pewter #94A295

Color information

#94A295 (or 0x94A295) is unknown color: approx Pewter. HEX triplet: 94, A2 and 95. RGB value is (148,162,149). Sum of RGB (Red+Green+Blue) = 148+162+149=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 162 - color contains mainly: green. Hex color #94A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A295 is #6B5D6A. Grayscale: #9C9C9C. Windows color (decimal): -7036267 or 9806484. OLE color: 9806484.

HSL color Cylindrical-coordinate representation of color #94A295: hue angle of 124.29º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A295 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB148162149-
CMYK0.0900.080.36
HSL124.29º7%60.78%-
HSV(B)124.29º8.64%63.53%-
XYZ30.5634.3133.45-
YUV156.33123.86122.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=32.24%
G=35.29%
B=32.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621490.0900.080.36124.29760.78
Hex94A295908247c73d
Octal2242422251101044174775
Binary1001010010100010100101011001010001001001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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