COLOR #A7AB7E

HEX: #A7AB7E
RGB: (167,171,126)

Color info

#A7AB7E contains red, green and blue colors in about the same proportion. Web safe color of #A7AB7E is #999966 (or #996).

RGB color model

#A7AB7E color RGB value is (167,171,126).

  • red value is 167;
  • green value is 171;
  • blue value is 126.
RGB:
(167,171,126)
(65%,67%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 126 of 255 = 49%

167
171
126

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

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 126 = 464 (100%)
R 167 of 464 ~ 35.99%
G 171 of 464 ~ 36.85%
B 126 of 464 ~ 27.16%

%35.99
%36.85
%27.16

CMYK color model

#A7AB7E color CMYK value is (2,0,26,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK:
(2,0,26,33)
C2M0Y26K33 
(2%,0%,26%,33%)
(0.02/0.00/0.26/0.33)	

CMYK percentages

%2.34
%0
%26.32
%32.94

Codes

Color #A7AB7E in popluar color models

A7AB7E
RGB167171126
HSL65°21.13%58.24%
HSB/HSV65°26.32%67.06%
CMYK2.34%0.00%26.32%
32.94%

Color #A7AB7E in popluar number systems.

HEXA7AB7E
Decimal167171126
Binary10100111101010111111110
Octal247253176

Shades and tints

Shades of #A7AB7E

#A7AB7E
(167,171,126)
#989C73
(152,156,115)
#898D68
(137,141,104)
#7A7E5D
(122,126,93)
#6B6F52
(107,111,82)
#5C6047
(92,96,71)
#4D513C
(77,81,60)
#3E4231
(62,66,49)
#2F3326
(47,51,38)
#20241B
(32,36,27)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #A7AB7E

#A7AB7E
(167,171,126)
#AFB289
(175,178,137)
#B7B994
(183,185,148)
#BFC09F
(191,192,159)
#C7C7AA
(199,199,170)
#CFCEB5
(207,206,181)
#D7D5C0
(215,213,192)
#DFDCCB
(223,220,203)
#E7E3D6
(231,227,214)
#EFEAE1
(239,234,225)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AB7E color. Also use rgb(167,171,126) instead hex code.

Text Font Color

.myTextColor { color: #A7AB7E; }

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

This text font color is #A7AB7E.


Background Color

.myBgColor { background-color: #A7AB7E; }

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

This div background color is #A7AB7E.


Border color

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

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

This div border color is #A7AB7E.


Opacity

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

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

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

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

This text has shadow with #A7AB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB7E on black background.


Color preview on white background

This text has color #A7AB7E on white background.



Black color preview on #A7AB7E background

This text has black color on #A7AB7E background.


White color preview on #A7AB7E background

This text has white color on #A7AB7E background.