COLOR #A7948E

HEX: #A7948E RGB: (167,148,142)

Color info

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

RGB color model

#A7948E color RGB value is (167,148,142).

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

RGB channels and saturation

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

167
148
142

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

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 142 = 457 (100%)
R 167 of 457 ~ 36.54%
G 148 of 457 ~ 32.39%
B 142 of 457 ~ 31.07'%

%36.54
%32.39
%31.07

CMYK color model

#A7948E color CMYK value is (0,11,15,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 14.97%
  • key color value is 34.51%

CMYK: (0,11,15,35)
C0M11Y15K35 (0%, 11%, 15%, 35%)
(0.00 / 0.11 / 0.15 / 0.35)

CMYK percentages

%0
%11.38
%14.97
%34.51

Codes

Color #A7948E in popluar color models

A7 94 8E
RGB 167 148 142
HSL 14° 12.44% 60.59%
HSB/HSV 14° 14.97% 65.49%
CMYK 0.00% 11.38% 14.97%
34.51%

Color #A7948E in popluar number systems.

HEX A7 94 8E
Decimal 167 148 142
Binary 10100111 10010100 10001110
Octal 247 224 216

Shades and tints

Shades of #A7948E

#A7948E
(167,148,142)
#988782
(152,135,130)
#897A76
(137,122,118)
#7A6D6A
(122,109,106)
#6B605E
(107,96,94)
#5C5352
(92,83,82)
#4D4646
(77,70,70)
#3E393A
(62,57,58)
#2F2C2E
(47,44,46)
#201F22
(32,31,34)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #A7948E

#A7948E
(167,148,142)
#AF9D98
(175,157,152)
#B7A6A2
(183,166,162)
#BFAFAC
(191,175,172)
#C7B8B6
(199,184,182)
#CFC1C0
(207,193,192)
#D7CACA
(215,202,202)
#DFD3D4
(223,211,212)
#E7DCDE
(231,220,222)
#EFE5E8
(239,229,232)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7948E; }

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

This text font color is #A7948E.

Background Color

.myBgColor { background-color: #A7948E; }

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

This div background color is #A7948E.

Border color

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

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

This div border color is #A7948E.

Opacity

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

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

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

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

This text has shadow with #A7948E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7948E.

Preview

Color preview on black background

This text has color #A7948E on black background.


Color preview on white background

This text has color #A7948E on white background.


Black color preview on #A7948E background

This text has black color on #A7948E background.


White color preview on #A7948E background

This text has white color on #A7948E background.


Related colors

Complementary color

Complementary color for #hex is #586B71.


I love getcolorcode.com

Triadic colors

1 #8EA794 and #948EA7 with #A7948E are triadic colors.

2 #8E94A7 and #94A78E with #A7948E are triadic colors.