COLOR #A46B54

HEX: #A46B54 RGB: (164,107,84)

Color info

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

RGB color model

#A46B54 color RGB value is (164,107,84).

RGB: (164,107,84) (64%, 42%, 33%)

RGB channels and saturation

R 164 of 255 = 64%
G 107 of 255 = 42%
B 84 of 255 = 33%

164
107
84

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

Portions of RGB colors in percentages

R + G + B = 164 + 107 + 84 = 355 (100%)
R 164 of 355 ~ 46.2%
G 107 of 355 ~ 30.14%
B 84 of 355 ~ 23.66'%

%46.2
%30.14
%23.66

CMYK color model

#A46B54 color CMYK value is (0,35,49,36).

  • cyan value is 0.00%
  • magenta value is 34.76%
  • yellow value is 48.78%
  • key color value is 35.69%

CMYK: (0,35,49,36)
C0M35Y49K36 (0%, 35%, 49%, 36%)
(0.00 / 0.35 / 0.49 / 0.36)

CMYK percentages

%0
%34.76
%48.78
%35.69

Codes

Color #A46B54 in popluar color models

A4 6B 54
RGB 164 107 84
HSL 17° 32.26% 48.63%
HSB/HSV 17° 48.78% 64.31%
CMYK 0.00% 34.76% 48.78%
35.69%

Color #A46B54 in popluar number systems.

HEX A4 6B 54
Decimal 164 107 84
Binary 10100100 1101011 1010100
Octal 244 153 124

Shades and tints

Shades of #A46B54

#A46B54
(164,107,84)
#96624D
(150,98,77)
#885946
(136,89,70)
#7A503F
(122,80,63)
#6C4738
(108,71,56)
#5E3E31
(94,62,49)
#50352A
(80,53,42)
#422C23
(66,44,35)
#34231C
(52,35,28)
#261A15
(38,26,21)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #A46B54

#A46B54
(164,107,84)
#AC7863
(172,120,99)
#B48572
(180,133,114)
#BC9281
(188,146,129)
#C49F90
(196,159,144)
#CCAC9F
(204,172,159)
#D4B9AE
(212,185,174)
#DCC6BD
(220,198,189)
#E4D3CC
(228,211,204)
#ECE0DB
(236,224,219)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A46B54 color. Also use rgb(164,107,84) instead hex code.

Text Font Color

.myTextColor { color: #A46B54; }

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

This text font color is #A46B54.

Background Color

.myBgColor { background-color: #A46B54; }

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

This div background color is #A46B54.

Border color

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

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

This div border color is #A46B54.

Opacity

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

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

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

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

This text has shadow with #A46B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A46B54.

Preview

Color preview on black background

This text has color #A46B54 on black background.


Color preview on white background

This text has color #A46B54 on white background.


Black color preview on #A46B54 background

This text has black color on #A46B54 background.


White color preview on #A46B54 background

This text has white color on #A46B54 background.


Related colors

Complementary color

Complementary color for #hex is #5B94AB.


I love getcolorcode.com

Triadic colors

1 #54A46B and #6B54A4 with #A46B54 are triadic colors.

2 #546BA4 and #6BA454 with #A46B54 are triadic colors.