COLOR #A7968A

HEX: #A7968A
RGB: (167,150,138)

Color info

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

RGB color model

#A7968A color RGB value is (167,150,138).

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

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 138 of 255 = 54%

167
150
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 138 = 455 (100%)
R 167 of 455 ~ 36.7%
G 150 of 455 ~ 32.97%
B 138 of 455 ~ 30.33%

%36.7
%32.97
%30.33

CMYK color model

#A7968A color CMYK value is (0,10,17,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(0,10,17,35)
C0M10Y17K35 
(0%,10%,17%,35%)
(0.00/0.10/0.17/0.35)	

CMYK percentages

%0
%10.18
%17.37
%34.51

Codes

Color #A7968A in popluar color models

A7968A
RGB167150138
HSL25°14.15%59.80%
HSB/HSV25°17.37%65.49%
CMYK0.00%10.18%17.37%
34.51%

Color #A7968A in popluar number systems.

HEXA7968A
Decimal167150138
Binary101001111001011010001010
Octal247226212

Shades and tints

Shades of #A7968A

#A7968A
(167,150,138)
#98897E
(152,137,126)
#897C72
(137,124,114)
#7A6F66
(122,111,102)
#6B625A
(107,98,90)
#5C554E
(92,85,78)
#4D4842
(77,72,66)
#3E3B36
(62,59,54)
#2F2E2A
(47,46,42)
#20211E
(32,33,30)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7968A

#A7968A
(167,150,138)
#AF9F94
(175,159,148)
#B7A89E
(183,168,158)
#BFB1A8
(191,177,168)
#C7BAB2
(199,186,178)
#CFC3BC
(207,195,188)
#D7CCC6
(215,204,198)
#DFD5D0
(223,213,208)
#E7DEDA
(231,222,218)
#EFE7E4
(239,231,228)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7968A; }

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

This text font color is #A7968A.


Background Color

.myBgColor { background-color: #A7968A; }

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

This div background color is #A7968A.


Border color

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

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

This div border color is #A7968A.


Opacity

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

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

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

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

This text has shadow with #A7968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7968A on black background.


Color preview on white background

This text has color #A7968A on white background.



Black color preview on #A7968A background

This text has black color on #A7968A background.


White color preview on #A7968A background

This text has white color on #A7968A background.