COLOR #A7968C

HEX: #A7968C RGB: (167,150,140)

Color info

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

RGB color model

#A7968C color RGB value is (167,150,140).

RGB: (167,150,140) (65%, 59%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 140 of 255 = 55%

167
150
140

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

Portions of RGB colors in percentages

R + G + B = 167 + 150 + 140 = 457 (100%)
R 167 of 457 ~ 36.54%
G 150 of 457 ~ 32.82%
B 140 of 457 ~ 30.63'%

%36.54
%32.82
%30.63

CMYK color model

#A7968C color CMYK value is (0,10,16,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 16.17%
  • key color value is 34.51%

CMYK: (0,10,16,35)
C0M10Y16K35 (0%, 10%, 16%, 35%)
(0.00 / 0.10 / 0.16 / 0.35)

CMYK percentages

%0
%10.18
%16.17
%34.51

Codes

Color #A7968C in popluar color models

A7 96 8C
RGB 167 150 140
HSL 22° 13.30% 60.20%
HSB/HSV 22° 16.17% 65.49%
CMYK 0.00% 10.18% 16.17%
34.51%

Color #A7968C in popluar number systems.

HEX A7 96 8C
Decimal 167 150 140
Binary 10100111 10010110 10001100
Octal 247 226 214

Shades and tints

Shades of #A7968C

#A7968C
(167,150,140)
#988980
(152,137,128)
#897C74
(137,124,116)
#7A6F68
(122,111,104)
#6B625C
(107,98,92)
#5C5550
(92,85,80)
#4D4844
(77,72,68)
#3E3B38
(62,59,56)
#2F2E2C
(47,46,44)
#202120
(32,33,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7968C

#A7968C
(167,150,140)
#AF9F96
(175,159,150)
#B7A8A0
(183,168,160)
#BFB1AA
(191,177,170)
#C7BAB4
(199,186,180)
#CFC3BE
(207,195,190)
#D7CCC8
(215,204,200)
#DFD5D2
(223,213,210)
#E7DEDC
(231,222,220)
#EFE7E6
(239,231,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7968C; }

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

This text font color is #A7968C.

Background Color

.myBgColor { background-color: #A7968C; }

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

This div background color is #A7968C.

Border color

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

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

This div border color is #A7968C.

Opacity

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

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

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

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

This text has shadow with #A7968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7968C.

Preview

Color preview on black background

This text has color #A7968C on black background.


Color preview on white background

This text has color #A7968C on white background.


Black color preview on #A7968C background

This text has black color on #A7968C background.


White color preview on #A7968C background

This text has white color on #A7968C background.


Related colors

Complementary color

Complementary color for #hex is #586973.


I love getcolorcode.com

Triadic colors

1 #8CA796 and #968CA7 with #A7968C are triadic colors.

2 #8C96A7 and #96A78C with #A7968C are triadic colors.