COLOR #A7898A

HEX: #A7898A
RGB: (167,137,138)

Color info

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

RGB color model

#A7898A color RGB value is (167,137,138).

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

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 138 of 255 = 54%

167
137
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 138 = 442 (100%)
R 167 of 442 ~ 37.78%
G 137 of 442 ~ 31%
B 138 of 442 ~ 31.22%

%37.78
%31
%31.22

CMYK color model

#A7898A color CMYK value is (0,18,17,35).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(0,18,17,35)
C0M18Y17K35 
(0%,18%,17%,35%)
(0.00/0.18/0.17/0.35)	

CMYK percentages

%0
%17.96
%17.37
%34.51

Codes

Color #A7898A in popluar color models

A7898A
RGB167137138
HSL358°14.56%59.61%
HSB/HSV358°17.96%65.49%
CMYK0.00%17.96%17.37%
34.51%

Color #A7898A in popluar number systems.

HEXA7898A
Decimal167137138
Binary101001111000100110001010
Octal247211212

Shades and tints

Shades of #A7898A

#A7898A
(167,137,138)
#987D7E
(152,125,126)
#897172
(137,113,114)
#7A6566
(122,101,102)
#6B595A
(107,89,90)
#5C4D4E
(92,77,78)
#4D4142
(77,65,66)
#3E3536
(62,53,54)
#2F292A
(47,41,42)
#201D1E
(32,29,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7898A

#A7898A
(167,137,138)
#AF9394
(175,147,148)
#B79D9E
(183,157,158)
#BFA7A8
(191,167,168)
#C7B1B2
(199,177,178)
#CFBBBC
(207,187,188)
#D7C5C6
(215,197,198)
#DFCFD0
(223,207,208)
#E7D9DA
(231,217,218)
#EFE3E4
(239,227,228)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7898A; }

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

This text font color is #A7898A.


Background Color

.myBgColor { background-color: #A7898A; }

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

This div background color is #A7898A.


Border color

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

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

This div border color is #A7898A.


Opacity

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

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

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

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

This text has shadow with #A7898A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7898A on black background.


Color preview on white background

This text has color #A7898A on white background.



Black color preview on #A7898A background

This text has black color on #A7898A background.


White color preview on #A7898A background

This text has white color on #A7898A background.