#AAA39F

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

Shades of Martini #AAA39F

Tints of Martini #AAA39F

Color information

#AAA39F (or 0xAAA39F) is unknown color: approx Martini. HEX triplet: AA, A3 and 9F. RGB value is (170,163,159). Sum of RGB (Red+Green+Blue) = 170+163+159=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA39F is #555C60. Grayscale: #A4A4A4. Windows color (decimal): -5594209 or 10462122. OLE color: 10462122.

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

Color convert

RGB170163159-
CMYK00.040.060.33
HSL21.82º6.08%64.51%-
HSV(B)21.82º6.47%66.67%-
XYZ35.9337.2438.1-
YUV164.64124.82131.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=34.55%
G=33.13%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016315900.040.060.3321.826.0864.51
HexAAA39F0462116641
Octal25224323704641266101
Binary1010101010100011100111110100110100001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA39F; }

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

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

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

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

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

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

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

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