COLOR #A4938A

HEX: #A4938A RGB: (164,147,138)

Color info

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

RGB color model

#A4938A color RGB value is (164,147,138).

RGB: (164,147,138) (64%, 58%, 54%)

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 138 of 255 = 54%

164
147
138

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

Portions of RGB colors in percentages

R + G + B = 164 + 147 + 138 = 449 (100%)
R 164 of 449 ~ 36.53%
G 147 of 449 ~ 32.74%
B 138 of 449 ~ 30.73'%

%36.53
%32.74
%30.73

CMYK color model

#A4938A color CMYK value is (0,10,16,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 15.85%
  • key color value is 35.69%

CMYK: (0,10,16,36)
C0M10Y16K36 (0%, 10%, 16%, 36%)
(0.00 / 0.10 / 0.16 / 0.36)

CMYK percentages

%0
%10.37
%15.85
%35.69

Codes

Color #A4938A in popluar color models

A4 93 8A
RGB 164 147 138
HSL 21° 12.50% 59.22%
HSB/HSV 21° 15.85% 64.31%
CMYK 0.00% 10.37% 15.85%
35.69%

Color #A4938A in popluar number systems.

HEX A4 93 8A
Decimal 164 147 138
Binary 10100100 10010011 10001010
Octal 244 223 212

Shades and tints

Shades of #A4938A

#A4938A
(164,147,138)
#96867E
(150,134,126)
#887972
(136,121,114)
#7A6C66
(122,108,102)
#6C5F5A
(108,95,90)
#5E524E
(94,82,78)
#504542
(80,69,66)
#423836
(66,56,54)
#342B2A
(52,43,42)
#261E1E
(38,30,30)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #A4938A

#A4938A
(164,147,138)
#AC9C94
(172,156,148)
#B4A59E
(180,165,158)
#BCAEA8
(188,174,168)
#C4B7B2
(196,183,178)
#CCC0BC
(204,192,188)
#D4C9C6
(212,201,198)
#DCD2D0
(220,210,208)
#E4DBDA
(228,219,218)
#ECE4E4
(236,228,228)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4938A color. Also use rgb(164,147,138) instead hex code.

Text Font Color

.myTextColor { color: #A4938A; }

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

This text font color is #A4938A.

Background Color

.myBgColor { background-color: #A4938A; }

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

This div background color is #A4938A.

Border color

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

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

This div border color is #A4938A.

Opacity

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

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

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

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

This text has shadow with #A4938A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4938A.

Preview

Color preview on black background

This text has color #A4938A on black background.


Color preview on white background

This text has color #A4938A on white background.


Black color preview on #A4938A background

This text has black color on #A4938A background.


White color preview on #A4938A background

This text has white color on #A4938A background.


Related colors

Complementary color

Complementary color for #hex is #5B6C75.


I love getcolorcode.com

Triadic colors

1 #8AA493 and #938AA4 with #A4938A are triadic colors.

2 #8A93A4 and #93A48A with #A4938A are triadic colors.