COLOR #A7948C

HEX: #A7948C RGB: (167,148,140)

Color info

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

RGB color model

#A7948C color RGB value is (167,148,140).

RGB: (167,148,140) (65%, 58%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 140 of 255 = 55%

167
148
140

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

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 140 = 455 (100%)
R 167 of 455 ~ 36.7%
G 148 of 455 ~ 32.53%
B 140 of 455 ~ 30.77'%

%36.7
%32.53
%30.77

CMYK color model

#A7948C color CMYK value is (0,11,16,35).

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

CMYK: (0,11,16,35)
C0M11Y16K35 (0%, 11%, 16%, 35%)
(0.00 / 0.11 / 0.16 / 0.35)

CMYK percentages

%0
%11.38
%16.17
%34.51

Codes

Color #A7948C in popluar color models

A7 94 8C
RGB 167 148 140
HSL 18° 13.30% 60.20%
HSB/HSV 18° 16.17% 65.49%
CMYK 0.00% 11.38% 16.17%
34.51%

Color #A7948C in popluar number systems.

HEX A7 94 8C
Decimal 167 148 140
Binary 10100111 10010100 10001100
Octal 247 224 214

Shades and tints

Shades of #A7948C

#A7948C
(167,148,140)
#988780
(152,135,128)
#897A74
(137,122,116)
#7A6D68
(122,109,104)
#6B605C
(107,96,92)
#5C5350
(92,83,80)
#4D4644
(77,70,68)
#3E3938
(62,57,56)
#2F2C2C
(47,44,44)
#201F20
(32,31,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A7948C

#A7948C
(167,148,140)
#AF9D96
(175,157,150)
#B7A6A0
(183,166,160)
#BFAFAA
(191,175,170)
#C7B8B4
(199,184,180)
#CFC1BE
(207,193,190)
#D7CAC8
(215,202,200)
#DFD3D2
(223,211,210)
#E7DCDC
(231,220,220)
#EFE5E6
(239,229,230)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7948C; }

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

This text font color is #A7948C.

Background Color

.myBgColor { background-color: #A7948C; }

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

This div background color is #A7948C.

Border color

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

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

This div border color is #A7948C.

Opacity

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

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

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

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

This text has shadow with #A7948C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7948C.

Preview

Color preview on black background

This text has color #A7948C on black background.


Color preview on white background

This text has color #A7948C on white background.


Black color preview on #A7948C background

This text has black color on #A7948C background.


White color preview on #A7948C background

This text has white color on #A7948C background.


Related colors

Complementary color

Complementary color for #hex is #586B73.


I love getcolorcode.com

Triadic colors

1 #8CA794 and #948CA7 with #A7948C are triadic colors.

2 #8C94A7 and #94A78C with #A7948C are triadic colors.