#AA9A65

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

Shades of Tallow #AA9A65

Tints of Tallow #AA9A65

Color information

#AA9A65 (or 0xAA9A65) is unknown color: approx Tallow. HEX triplet: AA, 9A and 65. RGB value is (170,154,101). Sum of RGB (Red+Green+Blue) = 170+154+101=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A65 is #55659A. Grayscale: #989898. Windows color (decimal): -5596571 or 6658730. OLE color: 6658730.

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

Color convert

RGB170154101-
CMYK00.090.410.33
HSL46.09º28.87%53.14%-
HSV(B)46.09º40.59%66.67%-
XYZ30.4832.617-
YUV152.7498.8140.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=40%
G=36.24%
B=23.76%

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
Decimal17015410100.090.410.3346.0928.8753.14
HexAA9A650929212e1d35
Octal2522321450115141563565
Binary101010101001101011001010100110100110000110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A65; }

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

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

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

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

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

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

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

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