#AA966D

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

Shades of Tallow #AA966D

Tints of Tallow #AA966D

Color information

#AA966D (or 0xAA966D) is unknown color: approx Tallow. HEX triplet: AA, 96 and 6D. RGB value is (170,150,109). Sum of RGB (Red+Green+Blue) = 170+150+109=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966D is #556992. Grayscale: #979797. Windows color (decimal): -5597587 or 7181994. OLE color: 7181994.

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

Color convert

RGB170150109-
CMYK00.120.360.33
HSL40.33º26.41%54.71%-
HSV(B)40.33º35.88%66.67%-
XYZ30.2431.4618.95-
YUV151.31104.13141.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=39.63%
G=34.97%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015010900.120.360.3340.3326.4154.71
HexAA966D0C2421281a37
Octal2522261550144441503267
Binary101010101001011011011010110010010010000110100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA966D; }

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

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

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

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

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

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

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

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