#aa9971

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

Shades of Tallow #AA9971

Tints of Tallow #AA9971

Color information

#AA9971 (or 0xAA9971) is unknown color: approx Tallow. HEX triplet: AA, 99 and 71. RGB value is (170,153,113). Sum of RGB (Red+Green+Blue) = 170+153+113=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9971 is #55668E. Grayscale: #999999. Windows color (decimal): -5596815 or 7444906. OLE color: 7444906.

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

Color convert

RGB170153113-
CMYK00.10.340.33
HSL42.11º25.11%55.49%-
HSV(B)42.11º33.53%66.67%-
XYZ30.9532.5220.27-
YUV153.52105.13139.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=38.99%
G=35.09%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015311300.10.340.3342.1125.1155.49
HexAA99710A22212a1937
Octal2522311610124241523167
Binary101010101001100111100010101010001010000110101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9971; }

 p { color: rgb(170,153,113); }

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

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

 a { background-color: rgb(170,153,113); }

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

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

 span { border-color: rgb(170,153,113); }

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