COLOR #A4996B

HEX: #A4996B RGB: (164,153,107)

Color info

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

RGB color model

#A4996B color RGB value is (164,153,107).

RGB: (164,153,107) (64%, 60%, 42%)

RGB channels and saturation

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

164
153
107

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

Portions of RGB colors in percentages

R + G + B = 164 + 153 + 107 = 424 (100%)
R 164 of 424 ~ 38.68%
G 153 of 424 ~ 36.08%
B 107 of 424 ~ 25.24'%

%38.68
%36.08
%25.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 34.76%
  • 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
%34.76
%35.69

Codes

Color #A4996B in popluar color models

A4 99 6B
RGB 164 153 107
HSL 48° 23.85% 53.14%
HSB/HSV 48° 34.76% 64.31%
CMYK 0.00% 6.71% 34.76%
35.69%

Color #A4996B in popluar number systems.

HEX A4 99 6B
Decimal 164 153 107
Binary 10100100 10011001 1101011
Octal 244 231 153

Shades and tints

Shades of #A4996B

#A4996B
(164,153,107)
#968C62
(150,140,98)
#887F59
(136,127,89)
#7A7250
(122,114,80)
#6C6547
(108,101,71)
#5E583E
(94,88,62)
#504B35
(80,75,53)
#423E2C
(66,62,44)
#343123
(52,49,35)
#26241A
(38,36,26)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #A4996B

#A4996B
(164,153,107)
#ACA278
(172,162,120)
#B4AB85
(180,171,133)
#BCB492
(188,180,146)
#C4BD9F
(196,189,159)
#CCC6AC
(204,198,172)
#D4CFB9
(212,207,185)
#DCD8C6
(220,216,198)
#E4E1D3
(228,225,211)
#ECEAE0
(236,234,224)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4996B; }

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

This text font color is #A4996B.

Background Color

.myBgColor { background-color: #A4996B; }

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

This div background color is #A4996B.

Border color

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

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

This div border color is #A4996B.

Opacity

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

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

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

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

This text has shadow with #A4996B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4996B.

Preview

Color preview on black background

This text has color #A4996B on black background.


Color preview on white background

This text has color #A4996B on white background.


Black color preview on #A4996B background

This text has black color on #A4996B background.


White color preview on #A4996B background

This text has white color on #A4996B background.


Related colors

Complementary color

Complementary color for #hex is #5B6694.


I love getcolorcode.com

Triadic colors

1 #6BA499 and #996BA4 with #A4996B are triadic colors.

2 #6B99A4 and #99A46B with #A4996B are triadic colors.