#AA966C

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

Shades of Tallow #AA966C

Tints of Tallow #AA966C

Color information

#AA966C (or 0xAA966C) is unknown color: approx Tallow. HEX triplet: AA, 96 and 6C. RGB value is (170,150,108). Sum of RGB (Red+Green+Blue) = 170+150+108=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966C is #556993. Grayscale: #979797. Windows color (decimal): -5597588 or 7116458. OLE color: 7116458.

HSL color Cylindrical-coordinate representation of color #AA966C: hue angle of 40.65º degrees, saturation: 0.27, 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 #AA966C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170150108-
CMYK00.120.360.33
HSL40.65º26.72%54.51%-
HSV(B)40.65º36.47%66.67%-
XYZ30.1931.4418.66-
YUV151.19103.63141.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=39.72%
G=35.05%
B=25.23%

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
Decimal17015010800.120.360.3340.6526.7254.51
HexAA966C0C2421291b37
Octal2522261540144441513367
Binary101010101001011011011000110010010010000110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA966C; }

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

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

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

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

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

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

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

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