#A9A19D

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

Shades of Martini #A9A19D

Tints of Martini #A9A19D

Color information

#A9A19D (or 0xA9A19D) is unknown color: approx Martini. HEX triplet: A9, A1 and 9D. RGB value is (169,161,157). Sum of RGB (Red+Green+Blue) = 169+161+157=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A19D is #565E62. Grayscale: #A2A2A2. Windows color (decimal): -5660259 or 10330537. OLE color: 10330537.

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

Color convert

RGB169161157-
CMYK00.050.070.34
HSL20º6.52%63.92%-
HSV(B)20º7.1%66.27%-
XYZ35.1936.3637.06-
YUV162.94124.65132.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=34.70%
G=33.06%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916115700.050.070.34206.5263.92
HexA9A19D0572214740
Octal25124123505742247100
Binary1010100110100001100111010101111100010101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A19D; }

 p { color: rgb(169,161,157); }

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

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

 a { background-color: rgb(169,161,157); }

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

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

 span { border-color: rgb(169,161,157); }

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