#AA9B73

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

Shades of Tallow #AA9B73

Tints of Tallow #AA9B73

Color information

#AA9B73 (or 0xAA9B73) is unknown color: approx Tallow. HEX triplet: AA, 9B and 73. RGB value is (170,155,115). Sum of RGB (Red+Green+Blue) = 170+155+115=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B73 is #55648C. Grayscale: #9B9B9B. Windows color (decimal): -5596301 or 7576490. OLE color: 7576490.

HSL color Cylindrical-coordinate representation of color #AA9B73: hue angle of 43.64º 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 #AA9B73 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB170155115-
CMYK00.090.320.33
HSL43.64º24.44%55.88%-
HSV(B)43.64º32.35%66.67%-
XYZ31.3933.2320.98-
YUV154.93105.47138.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=38.64%
G=35.23%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015511500.090.320.3343.6424.4455.88
HexAA9B730920212c1838
Octal2522331630114041543070
Binary101010101001101111100110100110000010000110110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B73; }

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

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

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

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

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

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

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

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