#9686A3

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

Shades of Amethyst Smoke #9686A3

Tints of Amethyst Smoke #9686A3

Color information

#9686A3 (or 0x9686A3) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 86 and A3. RGB value is (150,134,163). Sum of RGB (Red+Green+Blue) = 150+134+163=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 163 - color contains mainly: blue. Hex color #9686A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9686A3 is #69795C. Grayscale: #8D8D8D. Windows color (decimal): -6912349 or 10716822. OLE color: 10716822.

HSL color Cylindrical-coordinate representation of color #9686A3: hue angle of 273.1º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9686A3 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150134163-
CMYK0.080.1800.36
HSL273.1º13.62%58.24%-
HSV(B)273.1º17.79%63.92%-
XYZ27.7126.1838.24-
YUV142.09139.8133.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 163 (64.06% from 255) = 36.47%
R=33.56%
G=29.98%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501341630.080.1800.36273.113.6258.24
Hex9686A3812024111e3a
Octal22620624310220444211672
Binary10010110100001101010001110001001001001001000100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9686A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9686A3; }

 p { color: rgb(150,134,163); }

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

<style>
 a { background-color: #9686A3; }

 a { background-color: rgb(150,134,163); }

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

<style>
 span { border-color: #9686A3; }

 span { border-color: rgb(150,134,163); }

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