COLOR #A7928C

HEX: #A7928C
RGB: (167,146,140)

Color info

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

RGB color model

#A7928C color RGB value is (167,146,140).

  • red value is 167;
  • green value is 146;
  • blue value is 140.
RGB:
(167,146,140)
(65%,57%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 140 of 255 = 55%

167
146
140

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

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 140 = 453 (100%)
R 167 of 453 ~ 36.87%
G 146 of 453 ~ 32.23%
B 140 of 453 ~ 30.91%

%36.87
%32.23
%30.91

CMYK color model

#A7928C color CMYK value is (0,13,16,35).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,13,16,35)
C0M13Y16K35 
(0%,13%,16%,35%)
(0.00/0.13/0.16/0.35)	

CMYK percentages

%0
%12.57
%16.17
%34.51

Codes

Color #A7928C in popluar color models

A7928C
RGB167146140
HSL13°13.30%60.20%
HSB/HSV13°16.17%65.49%
CMYK0.00%12.57%16.17%
34.51%

Color #A7928C in popluar number systems.

HEXA7928C
Decimal167146140
Binary101001111001001010001100
Octal247222214

Shades and tints

Shades of #A7928C

#A7928C
(167,146,140)
#988580
(152,133,128)
#897874
(137,120,116)
#7A6B68
(122,107,104)
#6B5E5C
(107,94,92)
#5C5150
(92,81,80)
#4D4444
(77,68,68)
#3E3738
(62,55,56)
#2F2A2C
(47,42,44)
#201D20
(32,29,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A7928C

#A7928C
(167,146,140)
#AF9B96
(175,155,150)
#B7A4A0
(183,164,160)
#BFADAA
(191,173,170)
#C7B6B4
(199,182,180)
#CFBFBE
(207,191,190)
#D7C8C8
(215,200,200)
#DFD1D2
(223,209,210)
#E7DADC
(231,218,220)
#EFE3E6
(239,227,230)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7928C; }

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

This text font color is #A7928C.


Background Color

.myBgColor { background-color: #A7928C; }

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

This div background color is #A7928C.


Border color

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

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

This div border color is #A7928C.


Opacity

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

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

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

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

This text has shadow with #A7928C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7928C on black background.


Color preview on white background

This text has color #A7928C on white background.



Black color preview on #A7928C background

This text has black color on #A7928C background.


White color preview on #A7928C background

This text has white color on #A7928C background.