#AA966B

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

Shades of Tallow #AA966B

Tints of Tallow #AA966B

Color information

#AA966B (or 0xAA966B) is unknown color: approx Tallow. HEX triplet: AA, 96 and 6B. RGB value is (170,150,107). Sum of RGB (Red+Green+Blue) = 170+150+107=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966B is #556994. Grayscale: #979797. Windows color (decimal): -5597589 or 7050922. OLE color: 7050922.

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

Color convert

RGB170150107-
CMYK00.120.370.33
HSL40.95º27.04%54.31%-
HSV(B)40.95º37.06%66.67%-
XYZ30.1431.4218.39-
YUV151.08103.13141.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=39.81%
G=35.13%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015010700.120.370.3340.9527.0454.31
HexAA966B0C2521291b36
Octal2522261530144541513366
Binary101010101001011011010110110010010110000110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA966B; }

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

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

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

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

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

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

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

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