COLOR #A7868A

HEX: #A7868A
RGB: (167,134,138)

Color info

#A7868A contains red, green and blue colors in about the same proportion. Web safe color of #A7868A is #999999 (or #999).

RGB color model

#A7868A color RGB value is (167,134,138).

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

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 138 of 255 = 54%

167
134
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 134 + 138 = 439 (100%)
R 167 of 439 ~ 38.04%
G 134 of 439 ~ 30.52%
B 138 of 439 ~ 31.44%

%38.04
%30.52
%31.44

CMYK color model

#A7868A color CMYK value is (0,20,17,35).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(0,20,17,35)
C0M20Y17K35 
(0%,20%,17%,35%)
(0.00/0.20/0.17/0.35)	

CMYK percentages

%0
%19.76
%17.37
%34.51

Codes

Color #A7868A in popluar color models

A7868A
RGB167134138
HSL353°15.79%59.02%
HSB/HSV353°19.76%65.49%
CMYK0.00%19.76%17.37%
34.51%

Color #A7868A in popluar number systems.

HEXA7868A
Decimal167134138
Binary101001111000011010001010
Octal247206212

Shades and tints

Shades of #A7868A

#A7868A
(167,134,138)
#987A7E
(152,122,126)
#896E72
(137,110,114)
#7A6266
(122,98,102)
#6B565A
(107,86,90)
#5C4A4E
(92,74,78)
#4D3E42
(77,62,66)
#3E3236
(62,50,54)
#2F262A
(47,38,42)
#201A1E
(32,26,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #A7868A

#A7868A
(167,134,138)
#AF9194
(175,145,148)
#B79C9E
(183,156,158)
#BFA7A8
(191,167,168)
#C7B2B2
(199,178,178)
#CFBDBC
(207,189,188)
#D7C8C6
(215,200,198)
#DFD3D0
(223,211,208)
#E7DEDA
(231,222,218)
#EFE9E4
(239,233,228)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7868A; }

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

This text font color is #A7868A.


Background Color

.myBgColor { background-color: #A7868A; }

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

This div background color is #A7868A.


Border color

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

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

This div border color is #A7868A.


Opacity

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

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

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

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

This text has shadow with #A7868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7868A on black background.


Color preview on white background

This text has color #A7868A on white background.



Black color preview on #A7868A background

This text has black color on #A7868A background.


White color preview on #A7868A background

This text has white color on #A7868A background.