COLOR #A49F75

HEX: #A49F75 RGB: (164,159,117)

Color info

#A49F75 contains red, green and blue colors in about the same proportion. Web safe color of #A49F75 is #999966 (or #996).

RGB color model

#A49F75 color RGB value is (164,159,117).

RGB: (164,159,117) (64%, 62%, 46%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 117 of 255 = 46%

164
159
117

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 117 = 440 (100%)
R 164 of 440 ~ 37.27%
G 159 of 440 ~ 36.14%
B 117 of 440 ~ 26.59'%

%37.27
%36.14
%26.59

CMYK color model

#A49F75 color CMYK value is (0,3,29,36).

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

CMYK: (0,3,29,36)
C0M3Y29K36 (0%, 3%, 29%, 36%)
(0.00 / 0.03 / 0.29 / 0.36)

CMYK percentages

%0
%3.05
%28.66
%35.69

Codes

Color #A49F75 in popluar color models

A4 9F 75
RGB 164 159 117
HSL 54° 20.52% 55.10%
HSB/HSV 54° 28.66% 64.31%
CMYK 0.00% 3.05% 28.66%
35.69%

Color #A49F75 in popluar number systems.

HEX A4 9F 75
Decimal 164 159 117
Binary 10100100 10011111 1110101
Octal 244 237 165

Shades and tints

Shades of #A49F75

#A49F75
(164,159,117)
#96916B
(150,145,107)
#888361
(136,131,97)
#7A7557
(122,117,87)
#6C674D
(108,103,77)
#5E5943
(94,89,67)
#504B39
(80,75,57)
#423D2F
(66,61,47)
#342F25
(52,47,37)
#26211B
(38,33,27)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A49F75

#A49F75
(164,159,117)
#ACA781
(172,167,129)
#B4AF8D
(180,175,141)
#BCB799
(188,183,153)
#C4BFA5
(196,191,165)
#CCC7B1
(204,199,177)
#D4CFBD
(212,207,189)
#DCD7C9
(220,215,201)
#E4DFD5
(228,223,213)
#ECE7E1
(236,231,225)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49F75; }

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

This text font color is #A49F75.

Background Color

.myBgColor { background-color: #A49F75; }

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

This div background color is #A49F75.

Border color

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

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

This div border color is #A49F75.

Opacity

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

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

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

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

This text has shadow with #A49F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49F75.

Preview

Color preview on black background

This text has color #A49F75 on black background.


Color preview on white background

This text has color #A49F75 on white background.


Black color preview on #A49F75 background

This text has black color on #A49F75 background.


White color preview on #A49F75 background

This text has white color on #A49F75 background.


Related colors

Complementary color

Complementary color for #hex is #5B608A.


I love getcolorcode.com

Triadic colors

1 #75A49F and #9F75A4 with #A49F75 are triadic colors.

2 #759FA4 and #9FA475 with #A49F75 are triadic colors.