#AA9D65

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

Shades of Tallow #AA9D65

Tints of Tallow #AA9D65

Color information

#AA9D65 (or 0xAA9D65) is unknown color: approx Tallow. HEX triplet: AA, 9D and 65. RGB value is (170,157,101). Sum of RGB (Red+Green+Blue) = 170+157+101=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D65 is #55629A. Grayscale: #9A9A9A. Windows color (decimal): -5595803 or 6659498. OLE color: 6659498.

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

Color convert

RGB170157101-
CMYK00.080.410.33
HSL48.7º28.87%53.14%-
HSV(B)48.7º40.59%66.67%-
XYZ30.9833.617.16-
YUV154.597.81139.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=39.72%
G=36.68%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015710100.080.410.3348.728.8753.14
HexAA9D65082921311d35
Octal2522351450105141613565
Binary101010101001110111001010100010100110000111000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D65; }

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

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

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

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

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

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

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

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