COLOR #A46A5B

HEX: #A46A5B RGB: (164,106,91)

Color info

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

RGB color model

#A46A5B color RGB value is (164,106,91).

RGB: (164,106,91) (64%, 42%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 106 of 255 = 42%
B 91 of 255 = 36%

164
106
91

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

Portions of RGB colors in percentages

R + G + B = 164 + 106 + 91 = 361 (100%)
R 164 of 361 ~ 45.43%
G 106 of 361 ~ 29.36%
B 91 of 361 ~ 25.21'%

%45.43
%29.36
%25.21

CMYK color model

#A46A5B color CMYK value is (0,35,45,36).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 44.51%
  • key color value is 35.69%

CMYK: (0,35,45,36)
C0M35Y45K36 (0%, 35%, 45%, 36%)
(0.00 / 0.35 / 0.45 / 0.36)

CMYK percentages

%0
%35.37
%44.51
%35.69

Codes

Color #A46A5B in popluar color models

A4 6A 5B
RGB 164 106 91
HSL 12° 28.63% 50.00%
HSB/HSV 12° 44.51% 64.31%
CMYK 0.00% 35.37% 44.51%
35.69%

Color #A46A5B in popluar number systems.

HEX A4 6A 5B
Decimal 164 106 91
Binary 10100100 1101010 1011011
Octal 244 152 133

Shades and tints

Shades of #A46A5B

#A46A5B
(164,106,91)
#966153
(150,97,83)
#88584B
(136,88,75)
#7A4F43
(122,79,67)
#6C463B
(108,70,59)
#5E3D33
(94,61,51)
#50342B
(80,52,43)
#422B23
(66,43,35)
#34221B
(52,34,27)
#261913
(38,25,19)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #A46A5B

#A46A5B
(164,106,91)
#AC7769
(172,119,105)
#B48477
(180,132,119)
#BC9185
(188,145,133)
#C49E93
(196,158,147)
#CCABA1
(204,171,161)
#D4B8AF
(212,184,175)
#DCC5BD
(220,197,189)
#E4D2CB
(228,210,203)
#ECDFD9
(236,223,217)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A46A5B; }

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

This text font color is #A46A5B.

Background Color

.myBgColor { background-color: #A46A5B; }

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

This div background color is #A46A5B.

Border color

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

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

This div border color is #A46A5B.

Opacity

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

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

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

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

This text has shadow with #A46A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46A5B.

Preview

Color preview on black background

This text has color #A46A5B on black background.


Color preview on white background

This text has color #A46A5B on white background.


Black color preview on #A46A5B background

This text has black color on #A46A5B background.


White color preview on #A46A5B background

This text has white color on #A46A5B background.


Related colors

Complementary color

Complementary color for #hex is #5B95A4.


I love getcolorcode.com

Triadic colors

1 #5BA46A and #6A5BA4 with #A46A5B are triadic colors.

2 #5B6AA4 and #6AA45B with #A46A5B are triadic colors.