COLOR #A7908E

HEX: #A7908E
RGB: (167,144,142)

Color info

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

RGB color model

#A7908E color RGB value is (167,144,142).

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

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 142 of 255 = 56%

167
144
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 142 = 453 (100%)
R 167 of 453 ~ 36.87%
G 144 of 453 ~ 31.79%
B 142 of 453 ~ 31.35%

%36.87
%31.79
%31.35

CMYK color model

#A7908E color CMYK value is (0,14,15,35).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(0,14,15,35)
C0M14Y15K35 
(0%,14%,15%,35%)
(0.00/0.14/0.15/0.35)	

CMYK percentages

%0
%13.77
%14.97
%34.51

Codes

Color #A7908E in popluar color models

A7908E
RGB167144142
HSL12.44%60.59%
HSB/HSV14.97%65.49%
CMYK0.00%13.77%14.97%
34.51%

Color #A7908E in popluar number systems.

HEXA7908E
Decimal167144142
Binary101001111001000010001110
Octal247220216

Shades and tints

Shades of #A7908E

#A7908E
(167,144,142)
#988382
(152,131,130)
#897676
(137,118,118)
#7A696A
(122,105,106)
#6B5C5E
(107,92,94)
#5C4F52
(92,79,82)
#4D4246
(77,66,70)
#3E353A
(62,53,58)
#2F282E
(47,40,46)
#201B22
(32,27,34)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #A7908E

#A7908E
(167,144,142)
#AF9A98
(175,154,152)
#B7A4A2
(183,164,162)
#BFAEAC
(191,174,172)
#C7B8B6
(199,184,182)
#CFC2C0
(207,194,192)
#D7CCCA
(215,204,202)
#DFD6D4
(223,214,212)
#E7E0DE
(231,224,222)
#EFEAE8
(239,234,232)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7908E; }

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

This text font color is #A7908E.


Background Color

.myBgColor { background-color: #A7908E; }

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

This div background color is #A7908E.


Border color

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

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

This div border color is #A7908E.


Opacity

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

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

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

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

This text has shadow with #A7908E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7908E on black background.


Color preview on white background

This text has color #A7908E on white background.



Black color preview on #A7908E background

This text has black color on #A7908E background.


White color preview on #A7908E background

This text has white color on #A7908E background.