#AA9E64

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

Shades of Tallow #AA9E64

Tints of Tallow #AA9E64

Color information

#AA9E64 (or 0xAA9E64) is unknown color: approx Tallow. HEX triplet: AA, 9E and 64. RGB value is (170,158,100). Sum of RGB (Red+Green+Blue) = 170+158+100=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E64 is #55619B. Grayscale: #9B9B9B. Windows color (decimal): -5595548 or 6594218. OLE color: 6594218.

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

Color convert

RGB170158100-
CMYK00.070.410.33
HSL49.71º29.17%52.94%-
HSV(B)49.71º41.18%66.67%-
XYZ31.133.9216.96-
YUV154.9896.98138.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=39.72%
G=36.92%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015810000.070.410.3349.7129.1752.94
HexAA9E64072921321d35
Octal252236144075141623565
Binary10101010100111101100100011110100110000111001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E64; }

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

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

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

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

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

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

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

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