COLOR #A4958B

HEX: #A4958B RGB: (164,149,139)

Color info

#A4958B contains red, green and blue colors in about the same proportion. Web safe color of #A4958B is #999999 (or #999).

RGB color model

#A4958B color RGB value is (164,149,139).

RGB: (164,149,139) (64%, 58%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 139 of 255 = 55%

164
149
139

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

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 139 = 452 (100%)
R 164 of 452 ~ 36.28%
G 149 of 452 ~ 32.96%
B 139 of 452 ~ 30.75'%

%36.28
%32.96
%30.75

CMYK color model

#A4958B color CMYK value is (0,9,15,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 15.24%
  • key color value is 35.69%

CMYK: (0,9,15,36)
C0M9Y15K36 (0%, 9%, 15%, 36%)
(0.00 / 0.09 / 0.15 / 0.36)

CMYK percentages

%0
%9.15
%15.24
%35.69

Codes

Color #A4958B in popluar color models

A4 95 8B
RGB 164 149 139
HSL 24° 12.08% 59.41%
HSB/HSV 24° 15.24% 64.31%
CMYK 0.00% 9.15% 15.24%
35.69%

Color #A4958B in popluar number systems.

HEX A4 95 8B
Decimal 164 149 139
Binary 10100100 10010101 10001011
Octal 244 225 213

Shades and tints

Shades of #A4958B

#A4958B
(164,149,139)
#96887F
(150,136,127)
#887B73
(136,123,115)
#7A6E67
(122,110,103)
#6C615B
(108,97,91)
#5E544F
(94,84,79)
#504743
(80,71,67)
#423A37
(66,58,55)
#342D2B
(52,45,43)
#26201F
(38,32,31)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A4958B

#A4958B
(164,149,139)
#AC9E95
(172,158,149)
#B4A79F
(180,167,159)
#BCB0A9
(188,176,169)
#C4B9B3
(196,185,179)
#CCC2BD
(204,194,189)
#D4CBC7
(212,203,199)
#DCD4D1
(220,212,209)
#E4DDDB
(228,221,219)
#ECE6E5
(236,230,229)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4958B; }

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

This text font color is #A4958B.

Background Color

.myBgColor { background-color: #A4958B; }

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

This div background color is #A4958B.

Border color

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

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

This div border color is #A4958B.

Opacity

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

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

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

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

This text has shadow with #A4958B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4958B.

Preview

Color preview on black background

This text has color #A4958B on black background.


Color preview on white background

This text has color #A4958B on white background.


Black color preview on #A4958B background

This text has black color on #A4958B background.


White color preview on #A4958B background

This text has white color on #A4958B background.


Related colors

Complementary color

Complementary color for #hex is #5B6A74.


I love getcolorcode.com

Triadic colors

1 #8BA495 and #958BA4 with #A4958B are triadic colors.

2 #8B95A4 and #95A48B with #A4958B are triadic colors.