#A6A09D

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

Shades of Martini #A6A09D

Tints of Martini #A6A09D

Color information

#A6A09D (or 0xA6A09D) is unknown color: approx Martini. HEX triplet: A6, A0 and 9D. RGB value is (166,160,157). Sum of RGB (Red+Green+Blue) = 166+160+157=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A09D is #595F62. Grayscale: #A1A1A1. Windows color (decimal): -5857123 or 10330278. OLE color: 10330278.

HSL color Cylindrical-coordinate representation of color #A6A09D: hue angle of 20º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A6A09D is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166160157-
CMYK00.040.050.35
HSL20º4.81%63.33%-
HSV(B)20º5.42%65.1%-
XYZ34.3835.6836.97-
YUV161.45125.49131.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=34.37%
G=33.13%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616015700.040.050.35204.8163.33
HexA6A09D045231453f
Octal2462402350454324577
Binary101001101010000010011101010010110001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A09D; }

 p { color: rgb(166,160,157); }

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

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

 a { background-color: rgb(166,160,157); }

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

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

 span { border-color: rgb(166,160,157); }

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