COLOR #A4867A

HEX: #A4867A
RGB: (164,134,122)

Color info

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

RGB color model

#A4867A color RGB value is (164,134,122).

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

RGB channels and saturation

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

164
134
122

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

Portions of RGB colors in percentages

R + G + B =
164 + 134 + 122 = 420 (100%)
R 164 of 420 ~ 39.05%
G 134 of 420 ~ 31.9%
B 122 of 420 ~ 29.05%

%39.05
%31.9
%29.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.29%
  • 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
%18.29
%25.61
%35.69

Codes

Color #A4867A in popluar color models

A4867A
RGB164134122
HSL17°18.75%56.08%
HSB/HSV17°25.61%64.31%
CMYK0.00%18.29%25.61%
35.69%

Color #A4867A in popluar number systems.

HEXA4867A
Decimal164134122
Binary10100100100001101111010
Octal244206172

Shades and tints

Shades of #A4867A

#A4867A
(164,134,122)
#967A6F
(150,122,111)
#886E64
(136,110,100)
#7A6259
(122,98,89)
#6C564E
(108,86,78)
#5E4A43
(94,74,67)
#503E38
(80,62,56)
#42322D
(66,50,45)
#342622
(52,38,34)
#261A17
(38,26,23)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #A4867A

#A4867A
(164,134,122)
#AC9186
(172,145,134)
#B49C92
(180,156,146)
#BCA79E
(188,167,158)
#C4B2AA
(196,178,170)
#CCBDB6
(204,189,182)
#D4C8C2
(212,200,194)
#DCD3CE
(220,211,206)
#E4DEDA
(228,222,218)
#ECE9E6
(236,233,230)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4867A; }

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

This text font color is #A4867A.


Background Color

.myBgColor { background-color: #A4867A; }

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

This div background color is #A4867A.


Border color

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

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

This div border color is #A4867A.


Opacity

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

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

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

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

This text has shadow with #A4867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4867A on black background.


Color preview on white background

This text has color #A4867A on white background.



Black color preview on #A4867A background

This text has black color on #A4867A background.


White color preview on #A4867A background

This text has white color on #A4867A background.