#AA9672

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

Shades of Tallow #AA9672

Tints of Tallow #AA9672

Color information

#AA9672 (or 0xAA9672) is unknown color: approx Tallow. HEX triplet: AA, 96 and 72. RGB value is (170,150,114). Sum of RGB (Red+Green+Blue) = 170+150+114=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9672 is #55698D. Grayscale: #989898. Windows color (decimal): -5597582 or 7509674. OLE color: 7509674.

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

Color convert

RGB170150114-
CMYK00.120.330.33
HSL38.57º24.78%55.69%-
HSV(B)38.57º32.94%66.67%-
XYZ30.5231.5720.41-
YUV151.88106.63140.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=39.17%
G=34.56%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015011400.120.330.3338.5724.7855.69
HexAA96720C2121271938
Octal2522261620144141473170
Binary101010101001011011100100110010000110000110011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9672; }

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

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

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

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

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

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

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

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