#928592

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

Shades of Amethyst Smoke #928592

Tints of Amethyst Smoke #928592

Color information

#928592 (or 0x928592) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 85 and 92. RGB value is (146,133,146). Sum of RGB (Red+Green+Blue) = 146+133+146=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928592 is #6D7A6D. Grayscale: #8A8A8A. Windows color (decimal): -7174766 or 9602450. OLE color: 9602450.

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

Color convert

RGB146133146-
CMYK00.0900.43
HSL300º5.63%54.71%-
HSV(B)300º8.9%57.25%-
XYZ25.4324.9630.67-
YUV138.37132.31133.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=34.35%
G=31.29%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613314600.0900.433005.6354.71
Hex9285920902B12c637
Octal222205222011053454667
Binary100100101000010110010010010010101011100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928592; }

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

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

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

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

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

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

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

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