#AA9F9B

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

Shades of Martini #AA9F9B

Tints of Martini #AA9F9B

Color information

#AA9F9B (or 0xAA9F9B) is unknown color: approx Martini. HEX triplet: AA, 9F and 9B. RGB value is (170,159,155). Sum of RGB (Red+Green+Blue) = 170+159+155=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9B is #556064. Grayscale: #A1A1A1. Windows color (decimal): -5595237 or 10198954. OLE color: 10198954.

HSL color Cylindrical-coordinate representation of color #AA9F9B: hue angle of 16º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9F9B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB170159155-
CMYK00.060.090.33
HSL16º8.11%63.73%-
HSV(B)16º8.82%66.67%-
XYZ34.8935.7136.06-
YUV161.83124.14133.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=35.12%
G=32.85%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015915500.060.090.33168.1163.73
HexAA9F9B0692110840
Octal2522372330611412010100
Binary101010101001111110011011011010011000011000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F9B; }

 p { color: rgb(170,159,155); }

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

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

 a { background-color: rgb(170,159,155); }

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

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

 span { border-color: rgb(170,159,155); }

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