COLOR #A7999F

HEX: #A7999F
RGB: (167,153,159)

Color info

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

RGB color model

#A7999F color RGB value is (167,153,159).

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

RGB channels and saturation

R 167 of 255 = 65%
G 153 of 255 = 60%
B 159 of 255 = 62%

167
153
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 159 = 479 (100%)
R 167 of 479 ~ 34.86%
G 153 of 479 ~ 31.94%
B 159 of 479 ~ 33.19%

%34.86
%31.94
%33.19

CMYK color model

#A7999F color CMYK value is (0,8,5,35).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(0,8,5,35)
C0M8Y5K35 
(0%,8%,5%,35%)
(0.00/0.08/0.05/0.35)	

CMYK percentages

%0
%8.38
%4.79
%34.51

Codes

Color #A7999F in popluar color models

A7999F
RGB167153159
HSL334°7.37%62.75%
HSB/HSV334°8.38%65.49%
CMYK0.00%8.38%4.79%
34.51%

Color #A7999F in popluar number systems.

HEXA7999F
Decimal167153159
Binary101001111001100110011111
Octal247231237

Shades and tints

Shades of #A7999F

#A7999F
(167,153,159)
#988C91
(152,140,145)
#897F83
(137,127,131)
#7A7275
(122,114,117)
#6B6567
(107,101,103)
#5C5859
(92,88,89)
#4D4B4B
(77,75,75)
#3E3E3D
(62,62,61)
#2F312F
(47,49,47)
#202421
(32,36,33)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A7999F

#A7999F
(167,153,159)
#AFA2A7
(175,162,167)
#B7ABAF
(183,171,175)
#BFB4B7
(191,180,183)
#C7BDBF
(199,189,191)
#CFC6C7
(207,198,199)
#D7CFCF
(215,207,207)
#DFD8D7
(223,216,215)
#E7E1DF
(231,225,223)
#EFEAE7
(239,234,231)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7999F; }

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

This text font color is #A7999F.


Background Color

.myBgColor { background-color: #A7999F; }

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

This div background color is #A7999F.


Border color

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

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

This div border color is #A7999F.


Opacity

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

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

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

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

This text has shadow with #A7999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7999F on black background.


Color preview on white background

This text has color #A7999F on white background.



Black color preview on #A7999F background

This text has black color on #A7999F background.


White color preview on #A7999F background

This text has white color on #A7999F background.