#AA9B65

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

Shades of Tallow #AA9B65

Tints of Tallow #AA9B65

Color information

#AA9B65 (or 0xAA9B65) is unknown color: approx Tallow. HEX triplet: AA, 9B and 65. RGB value is (170,155,101). Sum of RGB (Red+Green+Blue) = 170+155+101=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B65 is #55649A. Grayscale: #999999. Windows color (decimal): -5596315 or 6658986. OLE color: 6658986.

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

Color convert

RGB170155101-
CMYK00.090.410.33
HSL46.96º28.87%53.14%-
HSV(B)46.96º40.59%66.67%-
XYZ30.6532.9317.05-
YUV153.3398.47139.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=39.91%
G=36.38%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015510100.090.410.3346.9628.8753.14
HexAA9B650929212f1d35
Octal2522331450115141573565
Binary101010101001101111001010100110100110000110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B65; }

 p { color: rgb(170,155,101); }

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

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

 a { background-color: rgb(170,155,101); }

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

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

 span { border-color: rgb(170,155,101); }

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