#AAA09C

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

Shades of Martini #AAA09C

Tints of Martini #AAA09C

Color information

#AAA09C (or 0xAAA09C) is unknown color: approx Martini. HEX triplet: AA, A0 and 9C. RGB value is (170,160,156). Sum of RGB (Red+Green+Blue) = 170+160+156=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09C is #555F63. Grayscale: #A2A2A2. Windows color (decimal): -5594980 or 10264746. OLE color: 10264746.

HSL color Cylindrical-coordinate representation of color #AAA09C: hue angle of 17.14º 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 #AAA09C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170160156-
CMYK00.060.080.33
HSL17.14º7.61%63.92%-
HSV(B)17.14º8.24%66.67%-
XYZ35.1536.0936.57-
YUV162.53124.31133.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=34.98%
G=32.92%
B=32.10%

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
Decimal17016015600.060.080.3317.147.6163.92
HexAAA09C0682111840
Octal2522402340610412110100
Binary101010101010000010011100011010001000011000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA09C; }

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

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

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

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

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

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

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

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