COLOR #A7867A

HEX: #A7867A
RGB: (167,134,122)

Color info

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

RGB color model

#A7867A color RGB value is (167,134,122).

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

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 122 of 255 = 48%

167
134
122

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

Portions of RGB colors in percentages

R + G + B =
167 + 134 + 122 = 423 (100%)
R 167 of 423 ~ 39.48%
G 134 of 423 ~ 31.68%
B 122 of 423 ~ 28.84%

%39.48
%31.68
%28.84

CMYK color model

#A7867A color CMYK value is (0,20,27,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 26.95%
  • key color value is 34.51%
CMYK:
(0,20,27,35)
C0M20Y27K35 
(0%,20%,27%,35%)
(0.00/0.20/0.27/0.35)	

CMYK percentages

%0
%19.76
%26.95
%34.51

Codes

Color #A7867A in popluar color models

A7867A
RGB167134122
HSL16°20.36%56.67%
HSB/HSV16°26.95%65.49%
CMYK0.00%19.76%26.95%
34.51%

Color #A7867A in popluar number systems.

HEXA7867A
Decimal167134122
Binary10100111100001101111010
Octal247206172

Shades and tints

Shades of #A7867A

#A7867A
(167,134,122)
#987A6F
(152,122,111)
#896E64
(137,110,100)
#7A6259
(122,98,89)
#6B564E
(107,86,78)
#5C4A43
(92,74,67)
#4D3E38
(77,62,56)
#3E322D
(62,50,45)
#2F2622
(47,38,34)
#201A17
(32,26,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #A7867A

#A7867A
(167,134,122)
#AF9186
(175,145,134)
#B79C92
(183,156,146)
#BFA79E
(191,167,158)
#C7B2AA
(199,178,170)
#CFBDB6
(207,189,182)
#D7C8C2
(215,200,194)
#DFD3CE
(223,211,206)
#E7DEDA
(231,222,218)
#EFE9E6
(239,233,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7867A; }

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

This text font color is #A7867A.


Background Color

.myBgColor { background-color: #A7867A; }

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

This div background color is #A7867A.


Border color

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

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

This div border color is #A7867A.


Opacity

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

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

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

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

This text has shadow with #A7867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7867A on black background.


Color preview on white background

This text has color #A7867A on white background.



Black color preview on #A7867A background

This text has black color on #A7867A background.


White color preview on #A7867A background

This text has white color on #A7867A background.