COLOR #A7948F

HEX: #A7948F RGB: (167,148,143)

Color info

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

RGB color model

#A7948F color RGB value is (167,148,143).

RGB: (167,148,143) (65%, 58%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 143 of 255 = 56%

167
148
143

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

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 143 = 458 (100%)
R 167 of 458 ~ 36.46%
G 148 of 458 ~ 32.31%
B 143 of 458 ~ 31.22'%

%36.46
%32.31
%31.22

CMYK color model

#A7948F color CMYK value is (0,11,14,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK: (0,11,14,35) C0M11Y14K35 (0%,11%,14%,35%) (0.00/0.11/0.14/0.35) 

CMYK percentages

%0
%11.38
%14.37
%34.51

Codes

Color #A7948F in popluar color models

A7 94 8F
RGB 167 148 143
HSL 13° 12.00% 60.78%
HSB/HSV 13° 14.37% 65.49%
CMYK 0.00% 11.38% 14.37%
34.51%

Color #A7948F in popluar number systems.

HEX A7 94 8F
Decimal 167 148 143
Binary 10100111 10010100 10001111
Octal 247 224 217

Shades and tints

Shades of #A7948F

#A7948F
(167,148,143)
#988782
(152,135,130)
#897A75
(137,122,117)
#7A6D68
(122,109,104)
#6B605B
(107,96,91)
#5C534E
(92,83,78)
#4D4641
(77,70,65)
#3E3934
(62,57,52)
#2F2C27
(47,44,39)
#201F1A
(32,31,26)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #A7948F

#A7948F
(167,148,143)
#AF9D99
(175,157,153)
#B7A6A3
(183,166,163)
#BFAFAD
(191,175,173)
#C7B8B7
(199,184,183)
#CFC1C1
(207,193,193)
#D7CACB
(215,202,203)
#DFD3D5
(223,211,213)
#E7DCDF
(231,220,223)
#EFE5E9
(239,229,233)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7948F color. Also use rgb(167,148,143) instead hex code.

Text Font Color

.myTextColor { color: #A7948F; }

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

This text font color is #A7948F.

Background Color

.myBgColor { background-color: #A7948F; }

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

This div background color is #A7948F.

Border color

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

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

This div border color is #A7948F.

Opacity

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

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

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

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

This text has shadow with #A7948F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7948F.

Preview

Color preview on black background

This text has color #A7948F on black background.


Color preview on white background

This text has color #A7948F on white background.


Black color preview on #A7948F background

This text has black color on #A7948F background.


White color preview on #A7948F background

This text has white color on #A7948F background.


Related colors

Complementary color

Complementary color for #hex is #586B70.


I love getcolorcode.com

Triadic colors

1 #8FA794 and #948FA7 with #A7948F are triadic colors.

2 #8F94A7 and #94A78F with #A7948F are triadic colors.