#928F92

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

Shades of Amethyst Smoke #928F92

Tints of Amethyst Smoke #928F92

Color information

#928F92 (or 0x928F92) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 8F and 92. RGB value is (146,143,146). Sum of RGB (Red+Green+Blue) = 146+143+146=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928F92 is #6D706D. Grayscale: #909090. Windows color (decimal): -7172206 or 9605010. OLE color: 9605010.

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

Color convert

RGB146143146-
CMYK00.0200.43
HSL300º1.36%56.67%-
HSV(B)300º2.05%57.25%-
XYZ26.8627.8331.15-
YUV144.24128.99129.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=33.56%
G=32.87%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614314600.0200.433001.3656.67
Hex928F920202B12c139
Octal22221722202053454171
Binary10010010100011111001001001001010111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928F92; }

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

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

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

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

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

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

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

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