#AA9773

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

Shades of Tallow #AA9773

Tints of Tallow #AA9773

Color information

#AA9773 (or 0xAA9773) is unknown color: approx Tallow. HEX triplet: AA, 97 and 73. RGB value is (170,151,115). Sum of RGB (Red+Green+Blue) = 170+151+115=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9773 is #55688C. Grayscale: #989898. Windows color (decimal): -5597325 or 7575466. OLE color: 7575466.

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

Color convert

RGB170151115-
CMYK00.110.320.33
HSL39.27º24.44%55.88%-
HSV(B)39.27º32.35%66.67%-
XYZ30.7431.9220.76-
YUV152.58106.79140.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=38.99%
G=34.63%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015111500.110.320.3339.2724.4455.88
HexAA97730B2021271838
Octal2522271630134041473070
Binary101010101001011111100110101110000010000110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9773; }

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

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

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

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

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

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

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

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