#9A969D

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

Shades of Amethyst Smoke #9A969D

Tints of Amethyst Smoke #9A969D

Color information

#9A969D (or 0x9A969D) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 96 and 9D. RGB value is (154,150,157). Sum of RGB (Red+Green+Blue) = 154+150+157=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A969D is #656962. Grayscale: #979797. Windows color (decimal): -6646115 or 10327706. OLE color: 10327706.

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

Color convert

RGB154150157-
CMYK0.020.0400.38
HSL274.29º3.45%60.2%-
HSV(B)274.29º4.46%61.57%-
XYZ30.3231.1236.31-
YUV151.99130.83129.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=33.41%
G=32.54%
B=34.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541501570.020.0400.38274.293.4560.2
Hex9A969D2402611233c
Octal23222623524046422374
Binary10011010100101101001110110100010011010001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,150,157); }

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

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

 a { background-color: rgb(154,150,157); }

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

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

 span { border-color: rgb(154,150,157); }

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