#9F9AA1

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

Shades of Amethyst Smoke #9F9AA1

Tints of Amethyst Smoke #9F9AA1

Color information

#9F9AA1 (or 0x9F9AA1) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 9A and A1. RGB value is (159,154,161). Sum of RGB (Red+Green+Blue) = 159+154+161=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 161 - color contains mainly: blue. Hex color #9F9AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9AA1 is #60655E. Grayscale: #9C9C9C. Windows color (decimal): -6317407 or 10590879. OLE color: 10590879.

HSL color Cylindrical-coordinate representation of color #9F9AA1: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9F9AA1 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB159154161-
CMYK0.010.0400.37
HSL282.86º3.59%61.76%-
HSV(B)282.86º4.35%63.14%-
XYZ32.2933.0638.4-
YUV156.29130.66129.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=33.54%
G=32.49%
B=33.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591541610.010.0400.37282.863.5961.76
Hex9F9AA11402511b43e
Octal23723224114045433476
Binary10011111100110101010000111000100101100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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