COLOR #A7908C

HEX: #A7908C
RGB: (167,144,140)

Color info

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

RGB color model

#A7908C color RGB value is (167,144,140).

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

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 140 of 255 = 55%

167
144
140

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

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 140 = 451 (100%)
R 167 of 451 ~ 37.03%
G 144 of 451 ~ 31.93%
B 140 of 451 ~ 31.04%

%37.03
%31.93
%31.04

CMYK color model

#A7908C color CMYK value is (0,14,16,35).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,14,16,35)
C0M14Y16K35 
(0%,14%,16%,35%)
(0.00/0.14/0.16/0.35)	

CMYK percentages

%0
%13.77
%16.17
%34.51

Codes

Color #A7908C in popluar color models

A7908C
RGB167144140
HSL13.30%60.20%
HSB/HSV16.17%65.49%
CMYK0.00%13.77%16.17%
34.51%

Color #A7908C in popluar number systems.

HEXA7908C
Decimal167144140
Binary101001111001000010001100
Octal247220214

Shades and tints

Shades of #A7908C

#A7908C
(167,144,140)
#988380
(152,131,128)
#897674
(137,118,116)
#7A6968
(122,105,104)
#6B5C5C
(107,92,92)
#5C4F50
(92,79,80)
#4D4244
(77,66,68)
#3E3538
(62,53,56)
#2F282C
(47,40,44)
#201B20
(32,27,32)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #A7908C

#A7908C
(167,144,140)
#AF9A96
(175,154,150)
#B7A4A0
(183,164,160)
#BFAEAA
(191,174,170)
#C7B8B4
(199,184,180)
#CFC2BE
(207,194,190)
#D7CCC8
(215,204,200)
#DFD6D2
(223,214,210)
#E7E0DC
(231,224,220)
#EFEAE6
(239,234,230)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7908C; }

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

This text font color is #A7908C.


Background Color

.myBgColor { background-color: #A7908C; }

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

This div background color is #A7908C.


Border color

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

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

This div border color is #A7908C.


Opacity

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

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

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

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

This text has shadow with #A7908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7908C on black background.


Color preview on white background

This text has color #A7908C on white background.



Black color preview on #A7908C background

This text has black color on #A7908C background.


White color preview on #A7908C background

This text has white color on #A7908C background.