#AA9772

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

Shades of Tallow #AA9772

Tints of Tallow #AA9772

Color information

#AA9772 (or 0xAA9772) is unknown color: approx Tallow. HEX triplet: AA, 97 and 72. RGB value is (170,151,114). Sum of RGB (Red+Green+Blue) = 170+151+114=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9772 is #55688D. Grayscale: #989898. Windows color (decimal): -5597326 or 7509930. OLE color: 7509930.

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

Color convert

RGB170151114-
CMYK00.110.330.33
HSL39.64º24.78%55.69%-
HSV(B)39.64º32.94%66.67%-
XYZ30.6831.8920.46-
YUV152.46106.29140.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=39.08%
G=34.71%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015111400.110.330.3339.6424.7855.69
HexAA97720B2121281938
Octal2522271620134141503170
Binary101010101001011111100100101110000110000110100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9772; }

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

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

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

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

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

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

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

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