COLOR #A7969D

HEX: #A7969D
RGB: (167,150,157)

Color info

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

RGB color model

#A7969D color RGB value is (167,150,157).

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

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 157 of 255 = 62%

167
150
157

R + G + B ~ 62%. #A7969D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 157 = 474 (100%)
R 167 of 474 ~ 35.23%
G 150 of 474 ~ 31.65%
B 157 of 474 ~ 33.12%

%35.23
%31.65
%33.12

CMYK color model

#A7969D color CMYK value is (0,10,6,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,10,6,35)
C0M10Y6K35 
(0%,10%,6%,35%)
(0.00/0.10/0.06/0.35)	

CMYK percentages

%0
%10.18
%5.99
%34.51

Codes

Color #A7969D in popluar color models

A7969D
RGB167150157
HSL335°8.81%62.16%
HSB/HSV335°10.18%65.49%
CMYK0.00%10.18%5.99%
34.51%

Color #A7969D in popluar number systems.

HEXA7969D
Decimal167150157
Binary101001111001011010011101
Octal247226235

Shades and tints

Shades of #A7969D

#A7969D
(167,150,157)
#98898F
(152,137,143)
#897C81
(137,124,129)
#7A6F73
(122,111,115)
#6B6265
(107,98,101)
#5C5557
(92,85,87)
#4D4849
(77,72,73)
#3E3B3B
(62,59,59)
#2F2E2D
(47,46,45)
#20211F
(32,33,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A7969D

#A7969D
(167,150,157)
#AF9FA5
(175,159,165)
#B7A8AD
(183,168,173)
#BFB1B5
(191,177,181)
#C7BABD
(199,186,189)
#CFC3C5
(207,195,197)
#D7CCCD
(215,204,205)
#DFD5D5
(223,213,213)
#E7DEDD
(231,222,221)
#EFE7E5
(239,231,229)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7969D; }

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

This text font color is #A7969D.


Background Color

.myBgColor { background-color: #A7969D; }

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

This div background color is #A7969D.


Border color

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

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

This div border color is #A7969D.


Opacity

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

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

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

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

This text has shadow with #A7969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7969D on black background.


Color preview on white background

This text has color #A7969D on white background.



Black color preview on #A7969D background

This text has black color on #A7969D background.


White color preview on #A7969D background

This text has white color on #A7969D background.