COLOR #A49F48

HEX: #A49F48 RGB: (164,159,72)

Color info

#A49F48 contains mainly red and green colors. Web safe color of #A49F48 is #999933 (or #993).

RGB color model

#A49F48 color RGB value is (164,159,72).

RGB: (164,159,72) (64%, 62%, 28%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 72 of 255 = 28%

164
159
72

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 72 = 395 (100%)
R 164 of 395 ~ 41.52%
G 159 of 395 ~ 40.25%
B 72 of 395 ~ 18.23'%

%41.52
%40.25
%18.23

CMYK color model

#A49F48 color CMYK value is (0,3,56,36).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK: (0,3,56,36) C0M3Y56K36 (0%,3%,56%,36%) (0.00/0.03/0.56/0.36) 

CMYK percentages

%0
%3.05
%56.1
%35.69

Codes

Color #A49F48 in popluar color models

A4 9F 48
RGB 164 159 72
HSL 57° 38.98% 46.27%
HSB/HSV 57° 56.10% 64.31%
CMYK 0.00% 3.05% 56.10%
35.69%

Color #A49F48 in popluar number systems.

HEX A4 9F 48
Decimal 164 159 72
Binary 10100100 10011111 1001000
Octal 244 237 110

Shades and tints

Shades of #A49F48

#A49F48
(164,159,72)
#969142
(150,145,66)
#88833C
(136,131,60)
#7A7536
(122,117,54)
#6C6730
(108,103,48)
#5E592A
(94,89,42)
#504B24
(80,75,36)
#423D1E
(66,61,30)
#342F18
(52,47,24)
#262112
(38,33,18)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #A49F48

#A49F48
(164,159,72)
#ACA758
(172,167,88)
#B4AF68
(180,175,104)
#BCB778
(188,183,120)
#C4BF88
(196,191,136)
#CCC798
(204,199,152)
#D4CFA8
(212,207,168)
#DCD7B8
(220,215,184)
#E4DFC8
(228,223,200)
#ECE7D8
(236,231,216)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F48; }

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

This text font color is #A49F48.

Background Color

.myBgColor { background-color: #A49F48; }

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

This div background color is #A49F48.

Border color

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

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

This div border color is #A49F48.

Opacity

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

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

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

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

This text has shadow with #A49F48 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #A49F48.

Preview

Color preview on black background

This text has color #A49F48 on black background.


Color preview on white background

This text has color #A49F48 on white background.



Black color preview on #A49F48 background

This text has black color on #A49F48 background.


White color preview on #A49F48 background

This text has white color on #A49F48 background.


Related colors


Complementary color

Complementary color for #A49F48 is #5B60B7.


I love getcolorcode.com

Triadic colors

1 #48A49F and #9F48A4 with #A49F48 are triadic colors.

2 #489FA4 and #9FA448 with #A49F48 are triadic colors.