COLOR #A4887D

HEX: #A4887D RGB: (164,136,125)

Color info

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

RGB color model

#A4887D color RGB value is (164,136,125).

RGB: (164,136,125) (64%, 53%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 125 of 255 = 49%

164
136
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 136 + 125 = 425 (100%)
R 164 of 425 ~ 38.59%
G 136 of 425 ~ 32%
B 125 of 425 ~ 29.41'%

%38.59
%32
%29.41

CMYK color model

#A4887D color CMYK value is (0,17,24,36).

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

CMYK: (0,17,24,36)
C0M17Y24K36 (0%, 17%, 24%, 36%)
(0.00 / 0.17 / 0.24 / 0.36)

CMYK percentages

%0
%17.07
%23.78
%35.69

Codes

Color #A4887D in popluar color models

A4 88 7D
RGB 164 136 125
HSL 17° 17.65% 56.67%
HSB/HSV 17° 23.78% 64.31%
CMYK 0.00% 17.07% 23.78%
35.69%

Color #A4887D in popluar number systems.

HEX A4 88 7D
Decimal 164 136 125
Binary 10100100 10001000 1111101
Octal 244 210 175

Shades and tints

Shades of #A4887D

#A4887D
(164,136,125)
#967C72
(150,124,114)
#887067
(136,112,103)
#7A645C
(122,100,92)
#6C5851
(108,88,81)
#5E4C46
(94,76,70)
#50403B
(80,64,59)
#423430
(66,52,48)
#342825
(52,40,37)
#261C1A
(38,28,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #A4887D

#A4887D
(164,136,125)
#AC9288
(172,146,136)
#B49C93
(180,156,147)
#BCA69E
(188,166,158)
#C4B0A9
(196,176,169)
#CCBAB4
(204,186,180)
#D4C4BF
(212,196,191)
#DCCECA
(220,206,202)
#E4D8D5
(228,216,213)
#ECE2E0
(236,226,224)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4887D; }

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

This text font color is #A4887D.

Background Color

.myBgColor { background-color: #A4887D; }

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

This div background color is #A4887D.

Border color

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

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

This div border color is #A4887D.

Opacity

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

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

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

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

This text has shadow with #A4887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4887D.

Preview

Color preview on black background

This text has color #A4887D on black background.


Color preview on white background

This text has color #A4887D on white background.


Black color preview on #A4887D background

This text has black color on #A4887D background.


White color preview on #A4887D background

This text has white color on #A4887D background.


Related colors

Complementary color

Complementary color for #hex is #5B7782.


I love getcolorcode.com

Triadic colors

1 #7DA488 and #887DA4 with #A4887D are triadic colors.

2 #7D88A4 and #88A47D with #A4887D are triadic colors.