#AAA29F

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

Shades of Martini #AAA29F

Tints of Martini #AAA29F

Color information

#AAA29F (or 0xAAA29F) is unknown color: approx Martini. HEX triplet: AA, A2 and 9F. RGB value is (170,162,159). Sum of RGB (Red+Green+Blue) = 170+162+159=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA29F is #555D60. Grayscale: #A4A4A4. Windows color (decimal): -5594465 or 10461866. OLE color: 10461866.

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

Color convert

RGB170162159-
CMYK00.050.060.33
HSL16.36º6.08%64.51%-
HSV(B)16.36º6.47%66.67%-
XYZ35.7636.8938.04-
YUV164.05125.15132.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=34.62%
G=32.99%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016215900.050.060.3316.366.0864.51
HexAAA29F0562110641
Octal25224223705641206101
Binary1010101010100010100111110101110100001100001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA29F; }

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

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

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

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

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

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

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

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