COLOR #A4977D

HEX: #A4977D
RGB: (164,151,125)

Color info

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

RGB color model

#A4977D color RGB value is (164,151,125).

  • red value is 164;
  • green value is 151;
  • blue value is 125.
RGB:
(164,151,125)
(64%,59%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 125 of 255 = 49%

164
151
125

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 125 = 440 (100%)
R 164 of 440 ~ 37.27%
G 151 of 440 ~ 34.32%
B 125 of 440 ~ 28.41%

%37.27
%34.32
%28.41

CMYK color model

#A4977D color CMYK value is (0,8,24,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK:
(0,8,24,36)
C0M8Y24K36 
(0%,8%,24%,36%)
(0.00/0.08/0.24/0.36)	

CMYK percentages

%0
%7.93
%23.78
%35.69

Codes

Color #A4977D in popluar color models

A4977D
RGB164151125
HSL40°17.65%56.67%
HSB/HSV40°23.78%64.31%
CMYK0.00%7.93%23.78%
35.69%

Color #A4977D in popluar number systems.

HEXA4977D
Decimal164151125
Binary10100100100101111111101
Octal244227175

Shades and tints

Shades of #A4977D

#A4977D
(164,151,125)
#968A72
(150,138,114)
#887D67
(136,125,103)
#7A705C
(122,112,92)
#6C6351
(108,99,81)
#5E5646
(94,86,70)
#50493B
(80,73,59)
#423C30
(66,60,48)
#342F25
(52,47,37)
#26221A
(38,34,26)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4977D

#A4977D
(164,151,125)
#ACA088
(172,160,136)
#B4A993
(180,169,147)
#BCB29E
(188,178,158)
#C4BBA9
(196,187,169)
#CCC4B4
(204,196,180)
#D4CDBF
(212,205,191)
#DCD6CA
(220,214,202)
#E4DFD5
(228,223,213)
#ECE8E0
(236,232,224)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4977D color. Also use rgb(164,151,125) instead hex code.

Text Font Color

.myTextColor { color: #A4977D; }

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

This text font color is #A4977D.


Background Color

.myBgColor { background-color: #A4977D; }

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

This div background color is #A4977D.


Border color

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

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

This div border color is #A4977D.


Opacity

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

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

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

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

This text has shadow with #A4977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4977D on black background.


Color preview on white background

This text has color #A4977D on white background.



Black color preview on #A4977D background

This text has black color on #A4977D background.


White color preview on #A4977D background

This text has white color on #A4977D background.