COLOR #A7908A

HEX: #A7908A
RGB: (167,144,138)

Color info

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

RGB color model

#A7908A color RGB value is (167,144,138).

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

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 138 of 255 = 54%

167
144
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 138 = 449 (100%)
R 167 of 449 ~ 37.19%
G 144 of 449 ~ 32.07%
B 138 of 449 ~ 30.73%

%37.19
%32.07
%30.73

CMYK color model

#A7908A color CMYK value is (0,14,17,35).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(0,14,17,35)
C0M14Y17K35 
(0%,14%,17%,35%)
(0.00/0.14/0.17/0.35)	

CMYK percentages

%0
%13.77
%17.37
%34.51

Codes

Color #A7908A in popluar color models

A7908A
RGB167144138
HSL12°14.15%59.80%
HSB/HSV12°17.37%65.49%
CMYK0.00%13.77%17.37%
34.51%

Color #A7908A in popluar number systems.

HEXA7908A
Decimal167144138
Binary101001111001000010001010
Octal247220212

Shades and tints

Shades of #A7908A

#A7908A
(167,144,138)
#98837E
(152,131,126)
#897672
(137,118,114)
#7A6966
(122,105,102)
#6B5C5A
(107,92,90)
#5C4F4E
(92,79,78)
#4D4242
(77,66,66)
#3E3536
(62,53,54)
#2F282A
(47,40,42)
#201B1E
(32,27,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #A7908A

#A7908A
(167,144,138)
#AF9A94
(175,154,148)
#B7A49E
(183,164,158)
#BFAEA8
(191,174,168)
#C7B8B2
(199,184,178)
#CFC2BC
(207,194,188)
#D7CCC6
(215,204,198)
#DFD6D0
(223,214,208)
#E7E0DA
(231,224,218)
#EFEAE4
(239,234,228)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7908A; }

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

This text font color is #A7908A.


Background Color

.myBgColor { background-color: #A7908A; }

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

This div background color is #A7908A.


Border color

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

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

This div border color is #A7908A.


Opacity

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

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

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

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

This text has shadow with #A7908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7908A on black background.


Color preview on white background

This text has color #A7908A on white background.



Black color preview on #A7908A background

This text has black color on #A7908A background.


White color preview on #A7908A background

This text has white color on #A7908A background.