#AAA09D

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

Shades of Martini #AAA09D

Tints of Martini #AAA09D

Color information

#AAA09D (or 0xAAA09D) is unknown color: approx Martini. HEX triplet: AA, A0 and 9D. RGB value is (170,160,157). Sum of RGB (Red+Green+Blue) = 170+160+157=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA09D is #555F62. Grayscale: #A2A2A2. Windows color (decimal): -5594979 or 10330282. OLE color: 10330282.

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

Color convert

RGB170160157-
CMYK00.060.080.33
HSL13.85º7.1%64.12%-
HSV(B)13.85º7.65%66.67%-
XYZ35.2336.1237.01-
YUV162.65124.81133.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=34.91%
G=32.85%
B=32.24%

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
Decimal17016015700.060.080.3313.857.164.12
HexAAA09D06821e740
Octal252240235061041167100
Binary1010101010100000100111010110100010000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA09D; }

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

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

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

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

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

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

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

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