COLOR #A4975C

HEX: #A4975C
RGB: (164,151,92)

Color info

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

RGB color model

#A4975C color RGB value is (164,151,92).

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

RGB channels and saturation

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

164
151
92

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 92 = 407 (100%)
R 164 of 407 ~ 40.29%
G 151 of 407 ~ 37.1%
B 92 of 407 ~ 22.6%

%40.29
%37.1
%22.6

CMYK color model

#A4975C color CMYK value is (0,8,44,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 43.90%
  • key color value is 35.69%
CMYK:
(0,8,44,36)
C0M8Y44K36 
(0%,8%,44%,36%)
(0.00/0.08/0.44/0.36)	

CMYK percentages

%0
%7.93
%43.9
%35.69

Codes

Color #A4975C in popluar color models

A4975C
RGB16415192
HSL49°28.35%50.20%
HSB/HSV49°43.90%64.31%
CMYK0.00%7.93%43.90%
35.69%

Color #A4975C in popluar number systems.

HEXA4975C
Decimal16415192
Binary10100100100101111011100
Octal244227134

Shades and tints

Shades of #A4975C

#A4975C
(164,151,92)
#968A54
(150,138,84)
#887D4C
(136,125,76)
#7A7044
(122,112,68)
#6C633C
(108,99,60)
#5E5634
(94,86,52)
#50492C
(80,73,44)
#423C24
(66,60,36)
#342F1C
(52,47,28)
#262214
(38,34,20)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A4975C

#A4975C
(164,151,92)
#ACA06A
(172,160,106)
#B4A978
(180,169,120)
#BCB286
(188,178,134)
#C4BB94
(196,187,148)
#CCC4A2
(204,196,162)
#D4CDB0
(212,205,176)
#DCD6BE
(220,214,190)
#E4DFCC
(228,223,204)
#ECE8DA
(236,232,218)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4975C; }

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

This text font color is #A4975C.


Background Color

.myBgColor { background-color: #A4975C; }

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

This div background color is #A4975C.


Border color

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

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

This div border color is #A4975C.


Opacity

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

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

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

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

This text has shadow with #A4975C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4975C on black background.


Color preview on white background

This text has color #A4975C on white background.



Black color preview on #A4975C background

This text has black color on #A4975C background.


White color preview on #A4975C background

This text has white color on #A4975C background.