#92A993

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

Shades of Pewter #92A993

Tints of Pewter #92A993

Color information

#92A993 (or 0x92A993) is unknown color: approx Pewter. HEX triplet: 92, A9 and 93. RGB value is (146,169,147). Sum of RGB (Red+Green+Blue) = 146+169+147=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #92A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A993 is #6D566C. Grayscale: #9F9F9F. Windows color (decimal): -7165549 or 9677202. OLE color: 9677202.

HSL color Cylindrical-coordinate representation of color #92A993: hue angle of 122.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A993 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB146169147-
CMYK0.1400.130.34
HSL122.61º11.79%61.76%-
HSV(B)122.61º13.61%66.27%-
XYZ31.3136.5933.02-
YUV159.61120.88118.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=31.60%
G=36.58%
B=31.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691470.1400.130.34122.6111.7961.76
Hex92A993E0D227bc3e
Octal22225122316015421731476
Binary10010010101010011001001111100110110001011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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