COLOR #A4A170

HEX: #A4A170
RGB: (164,161,112)

Color info

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

RGB color model

#A4A170 color RGB value is (164,161,112).

  • red value is 164;
  • green value is 161;
  • blue value is 112.
RGB:
(164,161,112)
(64%,63%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 112 of 255 = 44%

164
161
112

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

Portions of RGB colors in percentages

R + G + B =
164 + 161 + 112 = 437 (100%)
R 164 of 437 ~ 37.53%
G 161 of 437 ~ 36.84%
B 112 of 437 ~ 25.63%

%37.53
%36.84
%25.63

CMYK color model

#A4A170 color CMYK value is (0,2,32,36).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 31.71%
  • key color value is 35.69%
CMYK:
(0,2,32,36)
C0M2Y32K36 
(0%,2%,32%,36%)
(0.00/0.02/0.32/0.36)	

CMYK percentages

%0
%1.83
%31.71
%35.69

Codes

Color #A4A170 in popluar color models

A4A170
RGB164161112
HSL57°22.22%54.12%
HSB/HSV57°31.71%64.31%
CMYK0.00%1.83%31.71%
35.69%

Color #A4A170 in popluar number systems.

HEXA4A170
Decimal164161112
Binary10100100101000011110000
Octal244241160

Shades and tints

Shades of #A4A170

#A4A170
(164,161,112)
#969366
(150,147,102)
#88855C
(136,133,92)
#7A7752
(122,119,82)
#6C6948
(108,105,72)
#5E5B3E
(94,91,62)
#504D34
(80,77,52)
#423F2A
(66,63,42)
#343120
(52,49,32)
#262316
(38,35,22)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A4A170

#A4A170
(164,161,112)
#ACA97D
(172,169,125)
#B4B18A
(180,177,138)
#BCB997
(188,185,151)
#C4C1A4
(196,193,164)
#CCC9B1
(204,201,177)
#D4D1BE
(212,209,190)
#DCD9CB
(220,217,203)
#E4E1D8
(228,225,216)
#ECE9E5
(236,233,229)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A170 color. Also use rgb(164,161,112) instead hex code.

Text Font Color

.myTextColor { color: #A4A170; }

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

This text font color is #A4A170.


Background Color

.myBgColor { background-color: #A4A170; }

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

This div background color is #A4A170.


Border color

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

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

This div border color is #A4A170.


Opacity

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

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

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

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

This text has shadow with #A4A170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A170 on black background.


Color preview on white background

This text has color #A4A170 on white background.



Black color preview on #A4A170 background

This text has black color on #A4A170 background.


White color preview on #A4A170 background

This text has white color on #A4A170 background.