COLOR #A4945F

HEX: #A4945F RGB: (164,148,95)

Color info

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

RGB color model

#A4945F color RGB value is (164,148,95).

RGB: (164,148,95) (64%, 58%, 37%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 95 of 255 = 37%

164
148
95

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

Portions of RGB colors in percentages

R + G + B = 164 + 148 + 95 = 407 (100%)
R 164 of 407 ~ 40.29%
G 148 of 407 ~ 36.36%
B 95 of 407 ~ 23.34'%

%40.29
%36.36
%23.34

CMYK color model

#A4945F color CMYK value is (0,10,42,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 42.07%
  • key color value is 35.69%
CMYK: (0,10,42,36) C0M10Y42K36 (0%,10%,42%,36%) (0.00/0.10/0.42/0.36) 

CMYK percentages

%0
%9.76
%42.07
%35.69

Codes

Color #A4945F in popluar color models

A4 94 5F
RGB 164 148 95
HSL 46° 27.49% 50.78%
HSB/HSV 46° 42.07% 64.31%
CMYK 0.00% 9.76% 42.07%
35.69%

Color #A4945F in popluar number systems.

HEX A4 94 5F
Decimal 164 148 95
Binary 10100100 10010100 1011111
Octal 244 224 137

Shades and tints

Shades of #A4945F

#A4945F
(164,148,95)
#968757
(150,135,87)
#887A4F
(136,122,79)
#7A6D47
(122,109,71)
#6C603F
(108,96,63)
#5E5337
(94,83,55)
#50462F
(80,70,47)
#423927
(66,57,39)
#342C1F
(52,44,31)
#261F17
(38,31,23)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #A4945F

#A4945F
(164,148,95)
#AC9D6D
(172,157,109)
#B4A67B
(180,166,123)
#BCAF89
(188,175,137)
#C4B897
(196,184,151)
#CCC1A5
(204,193,165)
#D4CAB3
(212,202,179)
#DCD3C1
(220,211,193)
#E4DCCF
(228,220,207)
#ECE5DD
(236,229,221)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4945F color. Also use rgb(164,148,95) instead hex code.

Text Font Color

.myTextColor { color: #A4945F; }

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

This text font color is #A4945F.

Background Color

.myBgColor { background-color: #A4945F; }

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

This div background color is #A4945F.

Border color

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

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

This div border color is #A4945F.

Opacity

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

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

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

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

This text has shadow with #A4945F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4945F.

Preview

Color preview on black background

This text has color #A4945F on black background.


Color preview on white background

This text has color #A4945F on white background.


Black color preview on #A4945F background

This text has black color on #A4945F background.


White color preview on #A4945F background

This text has white color on #A4945F background.


Related colors

Complementary color

Complementary color for #hex is #5B6BA0.


I love getcolorcode.com

Triadic colors

1 #5FA494 and #945FA4 with #A4945F are triadic colors.

2 #5F94A4 and #94A45F with #A4945F are triadic colors.