#928D92

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

Shades of Amethyst Smoke #928D92

Tints of Amethyst Smoke #928D92

Color information

#928D92 (or 0x928D92) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 8D and 92. RGB value is (146,141,146). Sum of RGB (Red+Green+Blue) = 146+141+146=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D92 is #6D726D. Grayscale: #8F8F8F. Windows color (decimal): -7172718 or 9604498. OLE color: 9604498.

HSL color Cylindrical-coordinate representation of color #928D92: 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 #928D92 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB146141146-
CMYK00.0300.43
HSL300º2.24%56.27%-
HSV(B)300º3.42%57.25%-
XYZ26.5727.2431.05-
YUV143.06129.66130.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=33.72%
G=32.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614114600.0300.433002.2456.27
Hex928D920302B12c238
Octal22221522203053454270
Binary100100101000110110010010011010101110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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