#9A949C

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

Shades of Amethyst Smoke #9A949C

Tints of Amethyst Smoke #9A949C

Color information

#9A949C (or 0x9A949C) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 94 and 9C. RGB value is (154,148,156). Sum of RGB (Red+Green+Blue) = 154+148+156=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A949C is #656B63. Grayscale: #969696. Windows color (decimal): -6646628 or 10261658. OLE color: 10261658.

HSL color Cylindrical-coordinate representation of color #9A949C: hue angle of 285º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9A949C is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB154148156-
CMYK0.010.0500.39
HSL285º3.88%59.61%-
HSV(B)285º5.13%61.18%-
XYZ29.9230.4535.75-
YUV150.71130.99130.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=33.62%
G=32.31%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541481560.010.0500.392853.8859.61
Hex9A949C1502711d43c
Octal23222423415047435474
Binary10011010100101001001110011010100111100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A949C; }

 p { color: rgb(154,148,156); }

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

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

 a { background-color: rgb(154,148,156); }

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

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

 span { border-color: rgb(154,148,156); }

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