COLOR #A4877A

HEX: #A4877A
RGB: (164,135,122)

Color info

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

RGB color model

#A4877A color RGB value is (164,135,122).

  • red value is 164;
  • green value is 135;
  • blue value is 122.
RGB:
(164,135,122)
(64%,53%,48%)

RGB channels and saturation

R 164 of 255 = 64%
G 135 of 255 = 53%
B 122 of 255 = 48%

164
135
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 135 + 122 = 421 (100%)
R 164 of 421 ~ 38.95%
G 135 of 421 ~ 32.07%
B 122 of 421 ~ 28.98%

%38.95
%32.07
%28.98

CMYK color model

#A4877A color CMYK value is (0,18,26,36).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 25.61%
  • key color value is 35.69%
CMYK:
(0,18,26,36)
C0M18Y26K36 
(0%,18%,26%,36%)
(0.00/0.18/0.26/0.36)	

CMYK percentages

%0
%17.68
%25.61
%35.69

Codes

Color #A4877A in popluar color models

A4877A
RGB164135122
HSL19°18.75%56.08%
HSB/HSV19°25.61%64.31%
CMYK0.00%17.68%25.61%
35.69%

Color #A4877A in popluar number systems.

HEXA4877A
Decimal164135122
Binary10100100100001111111010
Octal244207172

Shades and tints

Shades of #A4877A

#A4877A
(164,135,122)
#967B6F
(150,123,111)
#886F64
(136,111,100)
#7A6359
(122,99,89)
#6C574E
(108,87,78)
#5E4B43
(94,75,67)
#503F38
(80,63,56)
#42332D
(66,51,45)
#342722
(52,39,34)
#261B17
(38,27,23)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #A4877A

#A4877A
(164,135,122)
#AC9186
(172,145,134)
#B49B92
(180,155,146)
#BCA59E
(188,165,158)
#C4AFAA
(196,175,170)
#CCB9B6
(204,185,182)
#D4C3C2
(212,195,194)
#DCCDCE
(220,205,206)
#E4D7DA
(228,215,218)
#ECE1E6
(236,225,230)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4877A; }

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

This text font color is #A4877A.


Background Color

.myBgColor { background-color: #A4877A; }

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

This div background color is #A4877A.


Border color

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

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

This div border color is #A4877A.


Opacity

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

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

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

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

This text has shadow with #A4877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4877A on black background.


Color preview on white background

This text has color #A4877A on white background.



Black color preview on #A4877A background

This text has black color on #A4877A background.


White color preview on #A4877A background

This text has white color on #A4877A background.