#9A979E

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

Shades of Amethyst Smoke #9A979E

Tints of Amethyst Smoke #9A979E

Color information

#9A979E (or 0x9A979E) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 97 and 9E. RGB value is (154,151,158). Sum of RGB (Red+Green+Blue) = 154+151+158=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A979E is #656861. Grayscale: #989898. Windows color (decimal): -6645858 or 10393498. OLE color: 10393498.

HSL color Cylindrical-coordinate representation of color #9A979E: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9A979E is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154151158-
CMYK0.030.0400.38
HSL265.71º3.48%60.59%-
HSV(B)265.71º4.43%61.96%-
XYZ30.5631.4736.81-
YUV152.7130.99128.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=33.26%
G=32.61%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541511580.030.0400.38265.713.4860.59
Hex9A979E3402610a33d
Octal23222723634046412375
Binary10011010100101111001111011100010011010000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,151,158); }

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

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

 a { background-color: rgb(154,151,158); }

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

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

 span { border-color: rgb(154,151,158); }

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