#AA9D64

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

Shades of Tallow #AA9D64

Tints of Tallow #AA9D64

Color information

#AA9D64 (or 0xAA9D64) is unknown color: approx Tallow. HEX triplet: AA, 9D and 64. RGB value is (170,157,100). Sum of RGB (Red+Green+Blue) = 170+157+100=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D64 is #55629B. Grayscale: #9A9A9A. Windows color (decimal): -5595804 or 6593962. OLE color: 6593962.

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

Color convert

RGB170157100-
CMYK00.080.410.33
HSL48.86º29.17%52.94%-
HSV(B)48.86º41.18%66.67%-
XYZ30.9333.5816.91-
YUV154.3997.31139.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 100 (39.45% from 255) = 23.42%
R=39.81%
G=36.77%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015710000.080.410.3348.8629.1752.94
HexAA9D64082921311d35
Octal2522351440105141613565
Binary101010101001110111001000100010100110000111000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D64; }

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

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

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

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

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

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

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

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