#928692

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

Shades of Amethyst Smoke #928692

Tints of Amethyst Smoke #928692

Color information

#928692 (or 0x928692) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 86 and 92. RGB value is (146,134,146). Sum of RGB (Red+Green+Blue) = 146+134+146=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928692 is #6D796D. Grayscale: #8A8A8A. Windows color (decimal): -7174510 or 9602706. OLE color: 9602706.

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

Color convert

RGB146134146-
CMYK00.0800.43
HSL300º5.22%54.9%-
HSV(B)300º8.22%57.25%-
XYZ25.5725.2430.72-
YUV138.96131.98133.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=34.27%
G=31.46%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613414600.0800.433005.2254.9
Hex9286920802B12c537
Octal222206222010053454567
Binary100100101000011010010010010000101011100101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928692; }

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

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

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

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

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

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

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

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