#92A893

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

Shades of Pewter #92A893

Tints of Pewter #92A893

Color information

#92A893 (or 0x92A893) is unknown color: approx Pewter. HEX triplet: 92, A8 and 93. RGB value is (146,168,147). Sum of RGB (Red+Green+Blue) = 146+168+147=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #92A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A893 is #6D576C. Grayscale: #9F9F9F. Windows color (decimal): -7165805 or 9676946. OLE color: 9676946.

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

Color convert

RGB146168147-
CMYK0.1300.130.34
HSL122.73º11.22%61.57%-
HSV(B)122.73º13.1%65.88%-
XYZ31.1236.2232.96-
YUV159.03121.21118.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=31.67%
G=36.44%
B=31.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461681470.1300.130.34122.7311.2261.57
Hex92A893D0D227bb3e
Octal22225022315015421731376
Binary10010010101010001001001111010110110001011110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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