COLOR #A4875B

HEX: #A4875B RGB: (164,135,91)

Color info

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

RGB color model

#A4875B color RGB value is (164,135,91).

RGB: (164,135,91) (64%, 53%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 91 of 255 = 36%

164
135
91

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

Portions of RGB colors in percentages

R + G + B = 164 + 135 + 91 = 390 (100%)
R 164 of 390 ~ 42.05%
G 135 of 390 ~ 34.62%
B 91 of 390 ~ 23.33'%

%42.05
%34.62
%23.33

CMYK color model

#A4875B color CMYK value is (0,18,45,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 44.51%
  • key color value is 35.69%

CMYK: (0,18,45,36)
C0M18Y45K36 (0%, 18%, 45%, 36%)
(0.00 / 0.18 / 0.45 / 0.36)

CMYK percentages

%0
%17.68
%44.51
%35.69

Codes

Color #A4875B in popluar color models

A4 87 5B
RGB 164 135 91
HSL 36° 28.63% 50.00%
HSB/HSV 36° 44.51% 64.31%
CMYK 0.00% 17.68% 44.51%
35.69%

Color #A4875B in popluar number systems.

HEX A4 87 5B
Decimal 164 135 91
Binary 10100100 10000111 1011011
Octal 244 207 133

Shades and tints

Shades of #A4875B

#A4875B
(164,135,91)
#967B53
(150,123,83)
#886F4B
(136,111,75)
#7A6343
(122,99,67)
#6C573B
(108,87,59)
#5E4B33
(94,75,51)
#503F2B
(80,63,43)
#423323
(66,51,35)
#34271B
(52,39,27)
#261B13
(38,27,19)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #A4875B

#A4875B
(164,135,91)
#AC9169
(172,145,105)
#B49B77
(180,155,119)
#BCA585
(188,165,133)
#C4AF93
(196,175,147)
#CCB9A1
(204,185,161)
#D4C3AF
(212,195,175)
#DCCDBD
(220,205,189)
#E4D7CB
(228,215,203)
#ECE1D9
(236,225,217)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4875B color. Also use rgb(164,135,91) instead hex code.

Text Font Color

.myTextColor { color: #A4875B; }

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

This text font color is #A4875B.

Background Color

.myBgColor { background-color: #A4875B; }

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

This div background color is #A4875B.

Border color

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

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

This div border color is #A4875B.

Opacity

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

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

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

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

This text has shadow with #A4875B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4875B.

Preview

Color preview on black background

This text has color #A4875B on black background.


Color preview on white background

This text has color #A4875B on white background.


Black color preview on #A4875B background

This text has black color on #A4875B background.


White color preview on #A4875B background

This text has white color on #A4875B background.


Related colors

Complementary color

Complementary color for #hex is #5B78A4.


I love getcolorcode.com

Triadic colors

1 #5BA487 and #875BA4 with #A4875B are triadic colors.

2 #5B87A4 and #87A45B with #A4875B are triadic colors.