COLOR #A49F54

HEX: #A49F54 RGB: (164,159,84)

Color info

#A49F54 contains mainly red and green colors. Web safe color of #A49F54 is #999966 (or #996).

RGB color model

#A49F54 color RGB value is (164,159,84).

RGB: (164,159,84) (64%, 62%, 33%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 84 of 255 = 33%

164
159
84

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 84 = 407 (100%)
R 164 of 407 ~ 40.29%
G 159 of 407 ~ 39.07%
B 84 of 407 ~ 20.64'%

%40.29
%39.07
%20.64

CMYK color model

#A49F54 color CMYK value is (0,3,49,36).

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

CMYK: (0,3,49,36)
C0M3Y49K36 (0%, 3%, 49%, 36%)
(0.00 / 0.03 / 0.49 / 0.36)

CMYK percentages

%0
%3.05
%48.78
%35.69

Codes

Color #A49F54 in popluar color models

A4 9F 54
RGB 164 159 84
HSL 56° 32.26% 48.63%
HSB/HSV 56° 48.78% 64.31%
CMYK 0.00% 3.05% 48.78%
35.69%

Color #A49F54 in popluar number systems.

HEX A4 9F 54
Decimal 164 159 84
Binary 10100100 10011111 1010100
Octal 244 237 124

Shades and tints

Shades of #A49F54

#A49F54
(164,159,84)
#96914D
(150,145,77)
#888346
(136,131,70)
#7A753F
(122,117,63)
#6C6738
(108,103,56)
#5E5931
(94,89,49)
#504B2A
(80,75,42)
#423D23
(66,61,35)
#342F1C
(52,47,28)
#262115
(38,33,21)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A49F54

#A49F54
(164,159,84)
#ACA763
(172,167,99)
#B4AF72
(180,175,114)
#BCB781
(188,183,129)
#C4BF90
(196,191,144)
#CCC79F
(204,199,159)
#D4CFAE
(212,207,174)
#DCD7BD
(220,215,189)
#E4DFCC
(228,223,204)
#ECE7DB
(236,231,219)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F54; }

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

This text font color is #A49F54.

Background Color

.myBgColor { background-color: #A49F54; }

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

This div background color is #A49F54.

Border color

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

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

This div border color is #A49F54.

Opacity

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

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

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

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

This text has shadow with #A49F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49F54.

Preview

Color preview on black background

This text has color #A49F54 on black background.


Color preview on white background

This text has color #A49F54 on white background.


Black color preview on #A49F54 background

This text has black color on #A49F54 background.


White color preview on #A49F54 background

This text has white color on #A49F54 background.


Related colors

Complementary color

Complementary color for #hex is #5B60AB.


I love getcolorcode.com

Triadic colors

1 #54A49F and #9F54A4 with #A49F54 are triadic colors.

2 #549FA4 and #9FA454 with #A49F54 are triadic colors.