#928292

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

Shades of Amethyst Smoke #928292

Tints of Amethyst Smoke #928292

Color information

#928292 (or 0x928292) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 92. RGB value is (146,130,146). Sum of RGB (Red+Green+Blue) = 146+130+146=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928292 is #6D7D6D. Grayscale: #888888. Windows color (decimal): -7175534 or 9601682. OLE color: 9601682.

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

Color convert

RGB146130146-
CMYK00.1100.43
HSL300º6.84%54.12%-
HSV(B)300º10.96%57.25%-
XYZ25.0324.1530.54-
YUV136.61133.3134.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=34.60%
G=30.81%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613014600.1100.433006.8454.12
Hex9282920B02B12c736
Octal222202222013053454766
Binary100100101000001010010010010110101011100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928292; }

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

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

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

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

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

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

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

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