#AA9972

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

Shades of Tallow #AA9972

Tints of Tallow #AA9972

Color information

#AA9972 (or 0xAA9972) is unknown color: approx Tallow. HEX triplet: AA, 99 and 72. RGB value is (170,153,114). Sum of RGB (Red+Green+Blue) = 170+153+114=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9972 is #55668D. Grayscale: #999999. Windows color (decimal): -5596814 or 7510442. OLE color: 7510442.

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

Color convert

RGB170153114-
CMYK00.10.330.33
HSL41.79º24.78%55.69%-
HSV(B)41.79º32.94%66.67%-
XYZ31.0132.5420.57-
YUV153.64105.63139.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=38.90%
G=35.01%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015311400.10.330.3341.7924.7855.69
HexAA99720A21212a1938
Octal2522311620124141523170
Binary101010101001100111100100101010000110000110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9972; }

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

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

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

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

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

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

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

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