#AAA29D

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

Shades of Martini #AAA29D

Tints of Martini #AAA29D

Color information

#AAA29D (or 0xAAA29D) is unknown color: approx Martini. HEX triplet: AA, A2 and 9D. RGB value is (170,162,157). Sum of RGB (Red+Green+Blue) = 170+162+157=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA29D is #555D62. Grayscale: #A3A3A3. Windows color (decimal): -5594467 or 10330794. OLE color: 10330794.

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

Color convert

RGB170162157-
CMYK00.050.080.33
HSL23.08º7.1%64.12%-
HSV(B)23.08º7.65%66.67%-
XYZ35.5836.8237.13-
YUV163.82124.15132.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 162 (63.67% from 255) = 33.13%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=34.76%
G=33.13%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016215700.050.080.3323.087.164.12
HexAAA29D0582117740
Octal252242235051041277100
Binary10101010101000101001110101011000100001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA29D; }

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

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

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

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

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

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

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

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