#AA9C73

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

Shades of Tallow #AA9C73

Tints of Tallow #AA9C73

Color information

#AA9C73 (or 0xAA9C73) is unknown color: approx Tallow. HEX triplet: AA, 9C and 73. RGB value is (170,156,115). Sum of RGB (Red+Green+Blue) = 170+156+115=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C73 is #55638C. Grayscale: #9B9B9B. Windows color (decimal): -5596045 or 7576746. OLE color: 7576746.

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

Color convert

RGB170156115-
CMYK00.080.320.33
HSL44.73º24.44%55.88%-
HSV(B)44.73º32.35%66.67%-
XYZ31.5633.5621.03-
YUV155.51105.14138.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=38.55%
G=35.37%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015611500.080.320.3344.7324.4455.88
HexAA9C730820212d1838
Octal2522341630104041553070
Binary101010101001110011100110100010000010000110110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C73; }

 p { color: rgb(170,156,115); }

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

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

 a { background-color: rgb(170,156,115); }

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

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

 span { border-color: rgb(170,156,115); }

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