#92A193

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

Shades of Pewter #92A193

Tints of Pewter #92A193

Color information

#92A193 (or 0x92A193) is unknown color: approx Pewter. HEX triplet: 92, A1 and 93. RGB value is (146,161,147). Sum of RGB (Red+Green+Blue) = 146+161+147=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 161 - color contains mainly: green. Hex color #92A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A193 is #6D5E6C. Grayscale: #9A9A9A. Windows color (decimal): -7167597 or 9675154. OLE color: 9675154.

HSL color Cylindrical-coordinate representation of color #92A193: hue angle of 124º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92A193 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB146161147-
CMYK0.0900.090.37
HSL124º7.39%60.2%-
HSV(B)124º9.32%63.14%-
XYZ29.8733.7132.54-
YUV154.92123.53121.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.16%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=32.16%
G=35.46%
B=32.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461611470.0900.090.371247.3960.2
Hex92A193909257c73c
Octal2222412231101145174774
Binary1001001010100001100100111001010011001011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A193; }

 p { color: rgb(146,161,147); }

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

<style>
 a { background-color: #92A193; }

 a { background-color: rgb(146,161,147); }

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

<style>
 span { border-color: #92A193; }

 span { border-color: rgb(146,161,147); }

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