#A9A29F

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

Shades of Martini #A9A29F

Tints of Martini #A9A29F

Color information

#A9A29F (or 0xA9A29F) is unknown color: approx Martini. HEX triplet: A9, A2 and 9F. RGB value is (169,162,159). Sum of RGB (Red+Green+Blue) = 169+162+159=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A29F is #565D60. Grayscale: #A3A3A3. Windows color (decimal): -5660001 or 10461865. OLE color: 10461865.

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

Color convert

RGB169162159-
CMYK00.040.060.34
HSL18º5.49%64.31%-
HSV(B)18º5.92%66.27%-
XYZ35.5436.7838.03-
YUV163.75125.32131.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=34.49%
G=33.06%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916215900.040.060.34185.4964.31
HexA9A29F0462212540
Octal25124223704642225100
Binary1010100110100010100111110100110100010100101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A29F; }

 p { color: rgb(169,162,159); }

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

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

 a { background-color: rgb(169,162,159); }

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

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

 span { border-color: rgb(169,162,159); }

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