COLOR #A4947B

HEX: #A4947B RGB: (164,148,123)

Color info

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

RGB color model

#A4947B color RGB value is (164,148,123).

RGB: (164,148,123) (64%, 58%, 48%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 123 of 255 = 48%

164
148
123

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

Portions of RGB colors in percentages

R + G + B = 164 + 148 + 123 = 435 (100%)
R 164 of 435 ~ 37.7%
G 148 of 435 ~ 34.02%
B 123 of 435 ~ 28.28'%

%37.7
%34.02
%28.28

CMYK color model

#A4947B color CMYK value is (0,10,25,36).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 25.00%
  • key color value is 35.69%

CMYK: (0,10,25,36)
C0M10Y25K36 (0%, 10%, 25%, 36%)
(0.00 / 0.10 / 0.25 / 0.36)

CMYK percentages

%0
%9.76
%25
%35.69

Codes

Color #A4947B in popluar color models

A4 94 7B
RGB 164 148 123
HSL 37° 18.39% 56.27%
HSB/HSV 37° 25.00% 64.31%
CMYK 0.00% 9.76% 25.00%
35.69%

Color #A4947B in popluar number systems.

HEX A4 94 7B
Decimal 164 148 123
Binary 10100100 10010100 1111011
Octal 244 224 173

Shades and tints

Shades of #A4947B

#A4947B
(164,148,123)
#968770
(150,135,112)
#887A65
(136,122,101)
#7A6D5A
(122,109,90)
#6C604F
(108,96,79)
#5E5344
(94,83,68)
#504639
(80,70,57)
#42392E
(66,57,46)
#342C23
(52,44,35)
#261F18
(38,31,24)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #A4947B

#A4947B
(164,148,123)
#AC9D87
(172,157,135)
#B4A693
(180,166,147)
#BCAF9F
(188,175,159)
#C4B8AB
(196,184,171)
#CCC1B7
(204,193,183)
#D4CAC3
(212,202,195)
#DCD3CF
(220,211,207)
#E4DCDB
(228,220,219)
#ECE5E7
(236,229,231)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4947B color. Also use rgb(164,148,123) instead hex code.

Text Font Color

.myTextColor { color: #A4947B; }

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

This text font color is #A4947B.

Background Color

.myBgColor { background-color: #A4947B; }

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

This div background color is #A4947B.

Border color

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

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

This div border color is #A4947B.

Opacity

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

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

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

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

This text has shadow with #A4947B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4947B.

Preview

Color preview on black background

This text has color #A4947B on black background.


Color preview on white background

This text has color #A4947B on white background.


Black color preview on #A4947B background

This text has black color on #A4947B background.


White color preview on #A4947B background

This text has white color on #A4947B background.


Related colors

Complementary color

Complementary color for #hex is #5B6B84.


I love getcolorcode.com

Triadic colors

1 #7BA494 and #947BA4 with #A4947B are triadic colors.

2 #7B94A4 and #94A47B with #A4947B are triadic colors.