COLOR #A7969F

HEX: #A7969F
RGB: (167,150,159)

Color info

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

RGB color model

#A7969F color RGB value is (167,150,159).

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

RGB channels and saturation

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

167
150
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 159 = 476 (100%)
R 167 of 476 ~ 35.08%
G 150 of 476 ~ 31.51%
B 159 of 476 ~ 33.4%

%35.08
%31.51
%33.4

CMYK color model

#A7969F color CMYK value is (0,10,5,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,10,5,35)
C0M10Y5K35 
(0%,10%,5%,35%)
(0.00/0.10/0.05/0.35)	

CMYK percentages

%0
%10.18
%4.79
%34.51

Codes

Color #A7969F in popluar color models

A7969F
RGB167150159
HSL328°8.81%62.16%
HSB/HSV328°10.18%65.49%
CMYK0.00%10.18%4.79%
34.51%

Color #A7969F in popluar number systems.

HEXA7969F
Decimal167150159
Binary101001111001011010011111
Octal247226237

Shades and tints

Shades of #A7969F

#A7969F
(167,150,159)
#988991
(152,137,145)
#897C83
(137,124,131)
#7A6F75
(122,111,117)
#6B6267
(107,98,103)
#5C5559
(92,85,89)
#4D484B
(77,72,75)
#3E3B3D
(62,59,61)
#2F2E2F
(47,46,47)
#202121
(32,33,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A7969F

#A7969F
(167,150,159)
#AF9FA7
(175,159,167)
#B7A8AF
(183,168,175)
#BFB1B7
(191,177,183)
#C7BABF
(199,186,191)
#CFC3C7
(207,195,199)
#D7CCCF
(215,204,207)
#DFD5D7
(223,213,215)
#E7DEDF
(231,222,223)
#EFE7E7
(239,231,231)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7969F; }

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

This text font color is #A7969F.


Background Color

.myBgColor { background-color: #A7969F; }

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

This div background color is #A7969F.


Border color

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

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

This div border color is #A7969F.


Opacity

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

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

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

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

This text has shadow with #A7969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7969F on black background.


Color preview on white background

This text has color #A7969F on white background.



Black color preview on #A7969F background

This text has black color on #A7969F background.


White color preview on #A7969F background

This text has white color on #A7969F background.