#9A959F

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

Shades of Amethyst Smoke #9A959F

Tints of Amethyst Smoke #9A959F

Color information

#9A959F (or 0x9A959F) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 95 and 9F. RGB value is (154,149,159). Sum of RGB (Red+Green+Blue) = 154+149+159=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A959F is #656A60. Grayscale: #979797. Windows color (decimal): -6646369 or 10458522. OLE color: 10458522.

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

Color convert

RGB154149159-
CMYK0.030.0600.38
HSL270º4.95%60.39%-
HSV(B)270º6.29%62.35%-
XYZ30.3330.8737.16-
YUV151.64132.16129.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=33.33%
G=32.25%
B=34.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541491590.030.0600.382704.9560.39
Hex9A959F3602610e53c
Octal23222523736046416574
Binary100110101001010110011111111100100110100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,149,159); }

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

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

 a { background-color: rgb(154,149,159); }

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

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

 span { border-color: rgb(154,149,159); }

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