#AA9A6E

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

Shades of Tallow #AA9A6E

Tints of Tallow #AA9A6E

Color information

#AA9A6E (or 0xAA9A6E) is unknown color: approx Tallow. HEX triplet: AA, 9A and 6E. RGB value is (170,154,110). Sum of RGB (Red+Green+Blue) = 170+154+110=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A6E is #556591. Grayscale: #999999. Windows color (decimal): -5596562 or 7248554. OLE color: 7248554.

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

Color convert

RGB170154110-
CMYK00.090.350.33
HSL44º26.09%54.9%-
HSV(B)44º35.29%66.67%-
XYZ30.9532.7819.45-
YUV153.77103.3139.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=39.17%
G=35.48%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015411000.090.350.334426.0954.9
HexAA9A6E0923212c1a37
Octal2522321560114341543267
Binary101010101001101011011100100110001110000110110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A6E; }

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

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

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

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

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

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

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

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