COLOR #A46A59

HEX: #A46A59
RGB: (164,106,89)

Color info

#A46A59 contains mainly red and green colors. Web safe color of #A46A59 is #996666 (or #966).

RGB color model

#A46A59 color RGB value is (164,106,89).

  • red value is 164;
  • green value is 106;
  • blue value is 89.
RGB:
(164,106,89)
(64%,42%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 106 of 255 = 42%
B 89 of 255 = 35%

164
106
89

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

Portions of RGB colors in percentages

R + G + B =
164 + 106 + 89 = 359 (100%)
R 164 of 359 ~ 45.68%
G 106 of 359 ~ 29.53%
B 89 of 359 ~ 24.79%

%45.68
%29.53
%24.79

CMYK color model

#A46A59 color CMYK value is (0,35,46,36).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(0,35,46,36)
C0M35Y46K36 
(0%,35%,46%,36%)
(0.00/0.35/0.46/0.36)	

CMYK percentages

%0
%35.37
%45.73
%35.69

Codes

Color #A46A59 in popluar color models

A46A59
RGB16410689
HSL14°29.64%49.61%
HSB/HSV14°45.73%64.31%
CMYK0.00%35.37%45.73%
35.69%

Color #A46A59 in popluar number systems.

HEXA46A59
Decimal16410689
Binary1010010011010101011001
Octal244152131

Shades and tints

Shades of #A46A59

#A46A59
(164,106,89)
#966151
(150,97,81)
#885849
(136,88,73)
#7A4F41
(122,79,65)
#6C4639
(108,70,57)
#5E3D31
(94,61,49)
#503429
(80,52,41)
#422B21
(66,43,33)
#342219
(52,34,25)
#261911
(38,25,17)
#181009
(24,16,9)
#000000
(0,0,0)

Tints of #A46A59

#A46A59
(164,106,89)
#AC7768
(172,119,104)
#B48477
(180,132,119)
#BC9186
(188,145,134)
#C49E95
(196,158,149)
#CCABA4
(204,171,164)
#D4B8B3
(212,184,179)
#DCC5C2
(220,197,194)
#E4D2D1
(228,210,209)
#ECDFE0
(236,223,224)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46A59 color. Also use rgb(164,106,89) instead hex code.

Text Font Color

.myTextColor { color: #A46A59; }

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

This text font color is #A46A59.


Background Color

.myBgColor { background-color: #A46A59; }

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

This div background color is #A46A59.


Border color

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

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

This div border color is #A46A59.


Opacity

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

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

Text with #A46A59 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 #A46A59;}

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

This text has shadow with #A46A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A46A59 on black background.


Color preview on white background

This text has color #A46A59 on white background.



Black color preview on #A46A59 background

This text has black color on #A46A59 background.


White color preview on #A46A59 background

This text has white color on #A46A59 background.