COLOR #A4917D

HEX: #A4917D RGB: (164,145,125)

Color info

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

RGB color model

#A4917D color RGB value is (164,145,125).

RGB: (164,145,125) (64%, 57%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 125 of 255 = 49%

164
145
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 145 + 125 = 434 (100%)
R 164 of 434 ~ 37.79%
G 145 of 434 ~ 33.41%
B 125 of 434 ~ 28.8'%

%37.79
%33.41
%28.8

CMYK color model

#A4917D color CMYK value is (0,12,24,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 23.78%
  • key color value is 35.69%

CMYK: (0,12,24,36)
C0M12Y24K36 (0%, 12%, 24%, 36%)
(0.00 / 0.12 / 0.24 / 0.36)

CMYK percentages

%0
%11.59
%23.78
%35.69

Codes

Color #A4917D in popluar color models

A4 91 7D
RGB 164 145 125
HSL 31° 17.65% 56.67%
HSB/HSV 31° 23.78% 64.31%
CMYK 0.00% 11.59% 23.78%
35.69%

Color #A4917D in popluar number systems.

HEX A4 91 7D
Decimal 164 145 125
Binary 10100100 10010001 1111101
Octal 244 221 175

Shades and tints

Shades of #A4917D

#A4917D
(164,145,125)
#968472
(150,132,114)
#887767
(136,119,103)
#7A6A5C
(122,106,92)
#6C5D51
(108,93,81)
#5E5046
(94,80,70)
#50433B
(80,67,59)
#423630
(66,54,48)
#342925
(52,41,37)
#261C1A
(38,28,26)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A4917D

#A4917D
(164,145,125)
#AC9B88
(172,155,136)
#B4A593
(180,165,147)
#BCAF9E
(188,175,158)
#C4B9A9
(196,185,169)
#CCC3B4
(204,195,180)
#D4CDBF
(212,205,191)
#DCD7CA
(220,215,202)
#E4E1D5
(228,225,213)
#ECEBE0
(236,235,224)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4917D color. Also use rgb(164,145,125) instead hex code.

Text Font Color

.myTextColor { color: #A4917D; }

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

This text font color is #A4917D.

Background Color

.myBgColor { background-color: #A4917D; }

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

This div background color is #A4917D.

Border color

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

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

This div border color is #A4917D.

Opacity

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

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

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

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

This text has shadow with #A4917D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4917D.

Preview

Color preview on black background

This text has color #A4917D on black background.


Color preview on white background

This text has color #A4917D on white background.


Black color preview on #A4917D background

This text has black color on #A4917D background.


White color preview on #A4917D background

This text has white color on #A4917D background.


Related colors

Complementary color

Complementary color for #hex is #5B6E82.


I love getcolorcode.com

Triadic colors

1 #7DA491 and #917DA4 with #A4917D are triadic colors.

2 #7D91A4 and #91A47D with #A4917D are triadic colors.