#AA9F9C

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

Shades of Martini #AA9F9C

Tints of Martini #AA9F9C

Color information

#AA9F9C (or 0xAA9F9C) is unknown color: approx Martini. HEX triplet: AA, 9F and 9C. RGB value is (170,159,156). Sum of RGB (Red+Green+Blue) = 170+159+156=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F9C is #556063. Grayscale: #A1A1A1. Windows color (decimal): -5595236 or 10264490. OLE color: 10264490.

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

Color convert

RGB170159156-
CMYK00.060.080.33
HSL12.86º7.61%63.92%-
HSV(B)12.86º8.24%66.67%-
XYZ34.9835.7436.51-
YUV161.95124.64133.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=35.05%
G=32.78%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015915600.060.080.3312.867.6163.92
HexAA9F9C06821d840
Octal2522372340610411510100
Binary10101010100111111001110001101000100001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F9C; }

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

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

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

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

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

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

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

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