#928992

Color #928992 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #928992

Tints of Amethyst Smoke #928992

Color information

#928992 (or 0x928992) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 89 and 92. RGB value is (146,137,146). Sum of RGB (Red+Green+Blue) = 146+137+146=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928992 is #6D766D. Grayscale: #8C8C8C. Windows color (decimal): -7173742 or 9603474. OLE color: 9603474.

HSL color Cylindrical-coordinate representation of color #928992: hue angle of 300º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #928992 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB146137146-
CMYK00.0600.43
HSL300º3.96%55.49%-
HSV(B)300º6.16%57.25%-
XYZ25.9926.0830.86-
YUV140.72130.98131.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=34.03%
G=31.93%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613714600.0600.433003.9655.49
Hex9289920602B12c437
Octal22221122206053454467
Binary10010010100010011001001001100101011100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928992; }

 p { color: rgb(146,137,146); }

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

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

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

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

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

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

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