COLOR #A46F4A

HEX: #A46F4A
RGB: (164,111,74)

Color info

#A46F4A contains mainly red and green colors. Web safe color of #A46F4A is #996633 (or #963).

RGB color model

#A46F4A color RGB value is (164,111,74).

  • red value is 164;
  • green value is 111;
  • blue value is 74.
RGB:
(164,111,74)
(64%,44%,29%)

RGB channels and saturation

R 164 of 255 = 64%
G 111 of 255 = 44%
B 74 of 255 = 29%

164
111
74

R + G + B ~ 46%. #A46F4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 111 + 74 = 349 (100%)
R 164 of 349 ~ 46.99%
G 111 of 349 ~ 31.81%
B 74 of 349 ~ 21.2%

%46.99
%31.81
%21.2

CMYK color model

#A46F4A color CMYK value is (0,32,55,36).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 54.88%
  • key color value is 35.69%
CMYK:
(0,32,55,36)
C0M32Y55K36 
(0%,32%,55%,36%)
(0.00/0.32/0.55/0.36)	

CMYK percentages

%0
%32.32
%54.88
%35.69

Codes

Color #A46F4A in popluar color models

A46F4A
RGB16411174
HSL25°37.82%46.67%
HSB/HSV25°54.88%64.31%
CMYK0.00%32.32%54.88%
35.69%

Color #A46F4A in popluar number systems.

HEXA46F4A
Decimal16411174
Binary1010010011011111001010
Octal244157112

Shades and tints

Shades of #A46F4A

#A46F4A
(164,111,74)
#966544
(150,101,68)
#885B3E
(136,91,62)
#7A5138
(122,81,56)
#6C4732
(108,71,50)
#5E3D2C
(94,61,44)
#503326
(80,51,38)
#422920
(66,41,32)
#341F1A
(52,31,26)
#261514
(38,21,20)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #A46F4A

#A46F4A
(164,111,74)
#AC7C5A
(172,124,90)
#B4896A
(180,137,106)
#BC967A
(188,150,122)
#C4A38A
(196,163,138)
#CCB09A
(204,176,154)
#D4BDAA
(212,189,170)
#DCCABA
(220,202,186)
#E4D7CA
(228,215,202)
#ECE4DA
(236,228,218)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46F4A color. Also use rgb(164,111,74) instead hex code.

Text Font Color

.myTextColor { color: #A46F4A; }

<p style="color:#A46F4A">This sample text font color is #A46F4A.</p>

This text font color is #A46F4A.


Background Color

.myBgColor { background-color: #A46F4A; }

<div style="background-color:#A46F4A">Inner text</div>

This div background color is #A46F4A.


Border color

.myBorderColor { border: 1px solid #A46F4A; }

<div style="border:3px solid #A46F4A">Div</div>

This div border color is #A46F4A.


Opacity

.myOpacity80 { color: #A46F4A; opacity: 0.8; }

<p style="color:#A46F4A;opacity:0.8;">80%</p>

Text with #A46F4A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A46F4A;}

<p style="text-shadow: 3px 3px 1px #A46F4A">Text here.</p>

This text has shadow with #A46F4A color.

.textShadow {text-shadow: 3px 3px 1px #A46F4A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A46F4A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A46F4A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A46F4A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A46F4A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A46F4A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A46F4A;
  -webkit-box-shadow:	1px 1px 3px 2px #A46F4A;
  box-shadow:		1px 1px 3px 2px #A46F4A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A46F4A;
-webkit-box-shadow: 1px 1px 3px 2px #A46F4A;
box-shadow:1px 1px 3px 2px #A46F4A;">
Div content here</div>
This div box has shadow with color #A46F4A.

Preview

Color preview on black background

This text has color #A46F4A on black background.


Color preview on white background

This text has color #A46F4A on white background.



Black color preview on #A46F4A background

This text has black color on #A46F4A background.


White color preview on #A46F4A background

This text has white color on #A46F4A background.