#92A493

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

Shades of Pewter #92A493

Tints of Pewter #92A493

Color information

#92A493 (or 0x92A493) is unknown color: approx Pewter. HEX triplet: 92, A4 and 93. RGB value is (146,164,147). Sum of RGB (Red+Green+Blue) = 146+164+147=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 164 - color contains mainly: green. Hex color #92A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A493 is #6D5B6C. Grayscale: #9C9C9C. Windows color (decimal): -7166829 or 9675922. OLE color: 9675922.

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

Color convert

RGB146164147-
CMYK0.1100.100.36
HSL123.33º9%60.78%-
HSV(B)123.33º10.98%64.31%-
XYZ30.434.7732.71-
YUV156.68122.54120.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=31.95%
G=35.89%
B=32.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461641470.1100.100.36123.33960.78
Hex92A493B0A247b93d
Octal22224422313012441731175
Binary10010010101001001001001110110101010010011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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