#A9A09C

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

Shades of Martini #A9A09C

Tints of Martini #A9A09C

Color information

#A9A09C (or 0xA9A09C) is unknown color: approx Martini. HEX triplet: A9, A0 and 9C. RGB value is (169,160,156). Sum of RGB (Red+Green+Blue) = 169+160+156=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A09C is #565F63. Grayscale: #A2A2A2. Windows color (decimal): -5660516 or 10264745. OLE color: 10264745.

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

Color convert

RGB169160156-
CMYK00.050.080.34
HSL18.46º7.03%63.73%-
HSV(B)18.46º7.69%66.27%-
XYZ34.9335.9836.56-
YUV162.23124.48132.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=34.85%
G=32.99%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916015600.050.080.3418.467.0363.73
HexA9A09C0582212740
Octal251240234051042227100
Binary10101001101000001001110001011000100010100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A09C; }

 p { color: rgb(169,160,156); }

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

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

 a { background-color: rgb(169,160,156); }

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

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

 span { border-color: rgb(169,160,156); }

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