#9A899A

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

Shades of Amethyst Smoke #9A899A

Tints of Amethyst Smoke #9A899A

Color information

#9A899A (or 0x9A899A) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 89 and 9A. RGB value is (154,137,154). Sum of RGB (Red+Green+Blue) = 154+137+154=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 154 - color contains mainly: red, blue. Hex color #9A899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A899A is #657665. Grayscale: #8F8F8F. Windows color (decimal): -6649446 or 10127770. OLE color: 10127770.

HSL color Cylindrical-coordinate representation of color #9A899A: hue angle of 300º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A899A is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB154137154-
CMYK00.1100.40
HSL300º7.76%57.06%-
HSV(B)300º11.04%60.39%-
XYZ28.127.0934.32-
YUV144.02133.63135.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 137 (53.91% from 255) = 30.79%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=34.61%
G=30.79%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413715400.1100.403007.7657.06
Hex9A899A0B02812c839
Octal2322112320130504541071
Binary1001101010001001100110100101101010001001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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