#9A959B

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

Shades of Amethyst Smoke #9A959B

Tints of Amethyst Smoke #9A959B

Color information

#9A959B (or 0x9A959B) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 95 and 9B. RGB value is (154,149,155). Sum of RGB (Red+Green+Blue) = 154+149+155=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A959B is #656A64. Grayscale: #979797. Windows color (decimal): -6646373 or 10196378. OLE color: 10196378.

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

Color convert

RGB154149155-
CMYK0.010.0400.39
HSL290º2.91%59.61%-
HSV(B)290º3.87%60.78%-
XYZ29.9930.7335.36-
YUV151.18130.16130.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=33.62%
G=32.53%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541491550.010.0400.392902.9159.61
Hex9A959B1402712233c
Octal23222523314047442374
Binary1001101010010101100110111100010011110010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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