#928E92

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

Shades of Amethyst Smoke #928E92

Tints of Amethyst Smoke #928E92

Color information

#928E92 (or 0x928E92) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 8E and 92. RGB value is (146,142,146). Sum of RGB (Red+Green+Blue) = 146+142+146=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928E92 is #6D716D. Grayscale: #8F8F8F. Windows color (decimal): -7172462 or 9604754. OLE color: 9604754.

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

Color convert

RGB146142146-
CMYK00.0300.43
HSL300º1.8%56.47%-
HSV(B)300º2.74%57.25%-
XYZ26.7227.5331.1-
YUV143.65129.33129.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=33.64%
G=32.72%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614214600.0300.433001.856.47
Hex928E920302B12c238
Octal22221622203053454270
Binary100100101000111010010010011010101110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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