#AA966E

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

Shades of Tallow #AA966E

Tints of Tallow #AA966E

Color information

#AA966E (or 0xAA966E) is unknown color: approx Tallow. HEX triplet: AA, 96 and 6E. RGB value is (170,150,110). Sum of RGB (Red+Green+Blue) = 170+150+110=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966E is #556991. Grayscale: #979797. Windows color (decimal): -5597586 or 7247530. OLE color: 7247530.

HSL color Cylindrical-coordinate representation of color #AA966E: hue angle of 40º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA966E is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170150110-
CMYK00.120.350.33
HSL40º26.09%54.9%-
HSV(B)40º35.29%66.67%-
XYZ30.331.4819.23-
YUV151.42104.63141.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=39.53%
G=34.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015011000.120.350.334026.0954.9
HexAA966E0C2321281a37
Octal2522261560144341503267
Binary101010101001011011011100110010001110000110100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA966E; }

 p { color: rgb(170,150,110); }

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

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

 a { background-color: rgb(170,150,110); }

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

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

 span { border-color: rgb(170,150,110); }

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