#A196A3

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

Shades of Amethyst Smoke #A196A3

Tints of Amethyst Smoke #A196A3

Color information

#A196A3 (or 0xA196A3) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 96 and A3. RGB value is (161,150,163). Sum of RGB (Red+Green+Blue) = 161+150+163=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 163 - color contains mainly: blue. Hex color #A196A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196A3 is #5E695C. Grayscale: #9A9A9A. Windows color (decimal): -6187357 or 10720929. OLE color: 10720929.

HSL color Cylindrical-coordinate representation of color #A196A3: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A196A3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161150163-
CMYK0.010.0800.36
HSL290.77º6.6%61.37%-
HSV(B)290.77º7.98%63.92%-
XYZ32.2232.0339.14-
YUV154.77132.64132.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=33.97%
G=31.65%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611501630.010.0800.36290.776.661.37
HexA196A31802412373d
Octal241226243110044443775
Binary101000011001011010100011110000100100100100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196A3; }

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

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

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

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

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

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

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

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