#AA9A72

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

Shades of Tallow #AA9A72

Tints of Tallow #AA9A72

Color information

#AA9A72 (or 0xAA9A72) is unknown color: approx Tallow. HEX triplet: AA, 9A and 72. RGB value is (170,154,114). Sum of RGB (Red+Green+Blue) = 170+154+114=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A72 is #55658D. Grayscale: #9A9A9A. Windows color (decimal): -5596558 or 7510698. OLE color: 7510698.

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

Color convert

RGB170154114-
CMYK00.090.330.33
HSL42.86º24.78%55.69%-
HSV(B)42.86º32.94%66.67%-
XYZ31.1732.8720.62-
YUV154.22105.3139.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=38.81%
G=35.16%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015411400.090.330.3342.8624.7855.69
HexAA9A720921212b1938
Octal2522321620114141533170
Binary101010101001101011100100100110000110000110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A72; }

 p { color: rgb(170,154,114); }

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

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

 a { background-color: rgb(170,154,114); }

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

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

 span { border-color: rgb(170,154,114); }

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