COLOR #A4955D

HEX: #A4955D
RGB: (164,149,93)

Color info

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

RGB color model

#A4955D color RGB value is (164,149,93).

  • red value is 164;
  • green value is 149;
  • blue value is 93.
RGB: (164,149,93) (64%,58%,36%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 93 of 255 = 36%

164
149
93

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 93 = 406 (100%)
R 164 of 406 ~ 40.39%
G 149 of 406 ~ 36.7%
B 93 of 406 ~ 22.91%

%40.39
%36.7
%22.91

CMYK color model

#A4955D color CMYK value is (0,9,43,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK: (0,9,43,36) C0M9Y43K36 (0%,9%,43%,36%) (0.00/0.09/0.43/0.36)

CMYK percentages

%0
%9.15
%43.29
%35.69

Codes

Color #A4955D in popluar color models

A4955D
RGB16414993
HSL47°28.06%50.39%
HSB/HSV47°43.29%64.31%
CMYK0.00%9.15%43.29%
35.69%

Color #A4955D in popluar number systems.

HEXA4955D
Decimal16414993
Binary10100100100101011011101
Octal244225135

Shades and tints

Shades of #A4955D

#A4955D
(164,149,93)
#968855
(150,136,85)
#887B4D
(136,123,77)
#7A6E45
(122,110,69)
#6C613D
(108,97,61)
#5E5435
(94,84,53)
#50472D
(80,71,45)
#423A25
(66,58,37)
#342D1D
(52,45,29)
#262015
(38,32,21)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #A4955D

#A4955D
(164,149,93)
#AC9E6B
(172,158,107)
#B4A779
(180,167,121)
#BCB087
(188,176,135)
#C4B995
(196,185,149)
#CCC2A3
(204,194,163)
#D4CBB1
(212,203,177)
#DCD4BF
(220,212,191)
#E4DDCD
(228,221,205)
#ECE6DB
(236,230,219)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4955D color. Also use rgb(164,149,93) instead hex code.

Text Font Color

.myTextColor { color: #A4955D; }

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

This text font color is #A4955D.


Background Color

.myBgColor { background-color: #A4955D; }

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

This div background color is #A4955D.


Border color

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

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

This div border color is #A4955D.


Opacity

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

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

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

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

This text has shadow with #A4955D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4955D on black background.


Color preview on white background

This text has color #A4955D on white background.



Black color preview on #A4955D background

This text has black color on #A4955D background.


White color preview on #A4955D background

This text has white color on #A4955D background.