#AA9A79

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

Shades of Tallow #AA9A79

Tints of Tallow #AA9A79

Color information

#AA9A79 (or 0xAA9A79) is unknown color: approx Tallow. HEX triplet: AA, 9A and 79. RGB value is (170,154,121). Sum of RGB (Red+Green+Blue) = 170+154+121=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A79 is #556586. Grayscale: #9B9B9B. Windows color (decimal): -5596551 or 7969450. OLE color: 7969450.

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

Color convert

RGB170154121-
CMYK00.090.290.33
HSL40.41º22.37%57.06%-
HSV(B)40.41º28.82%66.67%-
XYZ31.5833.0422.8-
YUV155.02108.8138.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=38.20%
G=34.61%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015412100.090.290.3340.4122.3757.06
HexAA9A79091D21281639
Octal2522321710113541502671
Binary10101010100110101111001010011110110000110100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A79; }

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

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

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

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

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

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

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

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