#AAA5A2

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

Shades of Martini #AAA5A2

Tints of Martini #AAA5A2

Color information

#AAA5A2 (or 0xAAA5A2) is unknown color: approx Martini. HEX triplet: AA, A5 and A2. RGB value is (170,165,162). Sum of RGB (Red+Green+Blue) = 170+165+162=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A2 is #555A5D. Grayscale: #A6A6A6. Windows color (decimal): -5593694 or 10659242. OLE color: 10659242.

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

Color convert

RGB170165162-
CMYK00.030.050.33
HSL22.5º4.49%65.1%-
HSV(B)22.5º4.71%66.67%-
XYZ36.5538.0639.6-
YUV166.15125.66130.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=34.21%
G=33.20%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016516200.030.050.3322.54.4965.1
HexAAA5A20352117441
Octal25224524203541274101
Binary101010101010010110100010011101100001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5A2; }

 p { color: rgb(170,165,162); }

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

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

 a { background-color: rgb(170,165,162); }

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

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

 span { border-color: rgb(170,165,162); }

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