#A49A65

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

Shades of Tallow #A49A65

Tints of Tallow #A49A65

Color information

#A49A65 (or 0xA49A65) is unknown color: approx Tallow. HEX triplet: A4, 9A and 65. RGB value is (164,154,101). Sum of RGB (Red+Green+Blue) = 164+154+101=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A65 is #5B659A. Grayscale: #979797. Windows color (decimal): -5989787 or 6658724. OLE color: 6658724.

HSL color Cylindrical-coordinate representation of color #A49A65: hue angle of 50.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49A65 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164154101-
CMYK00.060.380.36
HSL50.48º25.71%51.96%-
HSV(B)50.48º38.41%64.31%-
XYZ29.2131.9416.94-
YUV150.9599.81137.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=39.14%
G=36.75%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415410100.060.380.3650.4825.7151.96
HexA49A65062624321a34
Octal244232145064644623264
Binary10100100100110101100101011010011010010011001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A65; }

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

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

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

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

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

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

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

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