COLOR #A4965C

HEX: #A4965C RGB: (164,150,92)

Color info

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

RGB color model

#A4965C color RGB value is (164,150,92).

RGB: (164,150,92) (64%, 59%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 92 of 255 = 36%

164
150
92

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

Portions of RGB colors in percentages

R + G + B = 164 + 150 + 92 = 406 (100%)
R 164 of 406 ~ 40.39%
G 150 of 406 ~ 36.95%
B 92 of 406 ~ 22.66'%

%40.39
%36.95
%22.66

CMYK color model

#A4965C color CMYK value is (0,9,44,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 43.90%
  • key color value is 35.69%

CMYK: (0,9,44,36)
C0M9Y44K36 (0%, 9%, 44%, 36%)
(0.00 / 0.09 / 0.44 / 0.36)

CMYK percentages

%0
%8.54
%43.9
%35.69

Codes

Color #A4965C in popluar color models

A4 96 5C
RGB 164 150 92
HSL 48° 28.35% 50.20%
HSB/HSV 48° 43.90% 64.31%
CMYK 0.00% 8.54% 43.90%
35.69%

Color #A4965C in popluar number systems.

HEX A4 96 5C
Decimal 164 150 92
Binary 10100100 10010110 1011100
Octal 244 226 134

Shades and tints

Shades of #A4965C

#A4965C
(164,150,92)
#968954
(150,137,84)
#887C4C
(136,124,76)
#7A6F44
(122,111,68)
#6C623C
(108,98,60)
#5E5534
(94,85,52)
#50482C
(80,72,44)
#423B24
(66,59,36)
#342E1C
(52,46,28)
#262114
(38,33,20)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #A4965C

#A4965C
(164,150,92)
#AC9F6A
(172,159,106)
#B4A878
(180,168,120)
#BCB186
(188,177,134)
#C4BA94
(196,186,148)
#CCC3A2
(204,195,162)
#D4CCB0
(212,204,176)
#DCD5BE
(220,213,190)
#E4DECC
(228,222,204)
#ECE7DA
(236,231,218)
#F4F0E8
(244,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4965C color. Also use rgb(164,150,92) instead hex code.

Text Font Color

.myTextColor { color: #A4965C; }

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

This text font color is #A4965C.

Background Color

.myBgColor { background-color: #A4965C; }

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

This div background color is #A4965C.

Border color

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

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

This div border color is #A4965C.

Opacity

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

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

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

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

This text has shadow with #A4965C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4965C.

Preview

Color preview on black background

This text has color #A4965C on black background.


Color preview on white background

This text has color #A4965C on white background.


Black color preview on #A4965C background

This text has black color on #A4965C background.


White color preview on #A4965C background

This text has white color on #A4965C background.


Related colors

Complementary color

Complementary color for #hex is #5B69A3.


I love getcolorcode.com

Triadic colors

1 #5CA496 and #965CA4 with #A4965C are triadic colors.

2 #5C96A4 and #96A45C with #A4965C are triadic colors.