#aa9a64

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

Shades of Tallow #AA9A64

Tints of Tallow #AA9A64

Color information

#AA9A64 (or 0xAA9A64) is unknown color: approx Tallow. HEX triplet: AA, 9A and 64. RGB value is (170,154,100). Sum of RGB (Red+Green+Blue) = 170+154+100=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A64 is #55659B. Grayscale: #989898. Windows color (decimal): -5596572 or 6593194. OLE color: 6593194.

HSL color Cylindrical-coordinate representation of color #AA9A64: hue angle of 46.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA9A64 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170154100-
CMYK00.090.410.33
HSL46.29º29.17%52.94%-
HSV(B)46.29º41.18%66.67%-
XYZ30.4332.5816.74-
YUV152.6398.3140.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=40.09%
G=36.32%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015410000.090.410.3346.2929.1752.94
HexAA9A640929212e1d35
Octal2522321440115141563565
Binary101010101001101011001000100110100110000110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9a64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9a64; }

 p { color: rgb(170,154,100); }

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

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

 a { background-color: rgb(170,154,100); }

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

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

 span { border-color: rgb(170,154,100); }

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