#AAA7A6

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

Shades of Martini #AAA7A6

Tints of Martini #AAA7A6

Color information

#AAA7A6 (or 0xAAA7A6) is unknown color: approx Martini. HEX triplet: AA, A7 and A6. RGB value is (170,167,166). Sum of RGB (Red+Green+Blue) = 170+167+166=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A6 is #555859. Grayscale: #A7A7A7. Windows color (decimal): -5593178 or 10921898. OLE color: 10921898.

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

Color convert

RGB170167166-
CMYK00.020.020.33
HSL15º2.3%65.88%-
HSV(B)15º2.35%66.67%-
XYZ37.2838.9441.63-
YUV167.78126.99129.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=33.80%
G=33.20%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016716600.020.020.33152.365.88
HexAAA7A602221f242
Octal25224724602241172102
Binary101010101010011110100110010101000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7A6; }

 p { color: rgb(170,167,166); }

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

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

 a { background-color: rgb(170,167,166); }

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

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

 span { border-color: rgb(170,167,166); }

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