#9A899C

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

Shades of Amethyst Smoke #9A899C

Tints of Amethyst Smoke #9A899C

Color information

#9A899C (or 0x9A899C) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 89 and 9C. RGB value is (154,137,156). Sum of RGB (Red+Green+Blue) = 154+137+156=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A899C is #657663. Grayscale: #909090. Windows color (decimal): -6649444 or 10258842. OLE color: 10258842.

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

Color convert

RGB154137156-
CMYK0.010.1200.39
HSL293.68º8.76%57.45%-
HSV(B)293.68º12.18%61.18%-
XYZ28.2727.1635.21-
YUV144.25134.63134.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=34.45%
G=30.65%
B=34.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541371560.010.1200.39293.688.7657.45
Hex9A899C1C027126939
Octal2322112341140474461171
Binary1001101010001001100111001110001001111001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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