COLOR #A4996A

HEX: #A4996A
RGB: (164,153,106)

Color info

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

RGB color model

#A4996A color RGB value is (164,153,106).

  • red value is 164;
  • green value is 153;
  • blue value is 106.
RGB:
(164,153,106)
(64%,60%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 106 of 255 = 42%

164
153
106

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

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 106 = 423 (100%)
R 164 of 423 ~ 38.77%
G 153 of 423 ~ 36.17%
B 106 of 423 ~ 25.06%

%38.77
%36.17
%25.06

CMYK color model

#A4996A color CMYK value is (0,7,35,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(0,7,35,36)
C0M7Y35K36 
(0%,7%,35%,36%)
(0.00/0.07/0.35/0.36)	

CMYK percentages

%0
%6.71
%35.37
%35.69

Codes

Color #A4996A in popluar color models

A4996A
RGB164153106
HSL49°24.17%52.94%
HSB/HSV49°35.37%64.31%
CMYK0.00%6.71%35.37%
35.69%

Color #A4996A in popluar number systems.

HEXA4996A
Decimal164153106
Binary10100100100110011101010
Octal244231152

Shades and tints

Shades of #A4996A

#A4996A
(164,153,106)
#968C61
(150,140,97)
#887F58
(136,127,88)
#7A724F
(122,114,79)
#6C6546
(108,101,70)
#5E583D
(94,88,61)
#504B34
(80,75,52)
#423E2B
(66,62,43)
#343122
(52,49,34)
#262419
(38,36,25)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #A4996A

#A4996A
(164,153,106)
#ACA277
(172,162,119)
#B4AB84
(180,171,132)
#BCB491
(188,180,145)
#C4BD9E
(196,189,158)
#CCC6AB
(204,198,171)
#D4CFB8
(212,207,184)
#DCD8C5
(220,216,197)
#E4E1D2
(228,225,210)
#ECEADF
(236,234,223)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4996A color. Also use rgb(164,153,106) instead hex code.

Text Font Color

.myTextColor { color: #A4996A; }

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

This text font color is #A4996A.


Background Color

.myBgColor { background-color: #A4996A; }

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

This div background color is #A4996A.


Border color

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

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

This div border color is #A4996A.


Opacity

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

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

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

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

This text has shadow with #A4996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4996A on black background.


Color preview on white background

This text has color #A4996A on white background.



Black color preview on #A4996A background

This text has black color on #A4996A background.


White color preview on #A4996A background

This text has white color on #A4996A background.