COLOR #A7A08E

HEX: #A7A08E
RGB: (167,160,142)

Color info

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

RGB color model

#A7A08E color RGB value is (167,160,142).

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

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 142 of 255 = 56%

167
160
142

R + G + B ~ 61%. #A7A08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 142 = 469 (100%)
R 167 of 469 ~ 35.61%
G 160 of 469 ~ 34.12%
B 142 of 469 ~ 30.28%

%35.61
%34.12
%30.28

CMYK color model

#A7A08E color CMYK value is (0,4,15,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(0,4,15,35)
C0M4Y15K35 
(0%,4%,15%,35%)
(0.00/0.04/0.15/0.35)	

CMYK percentages

%0
%4.19
%14.97
%34.51

Codes

Color #A7A08E in popluar color models

A7A08E
RGB167160142
HSL43°12.44%60.59%
HSB/HSV43°14.97%65.49%
CMYK0.00%4.19%14.97%
34.51%

Color #A7A08E in popluar number systems.

HEXA7A08E
Decimal167160142
Binary101001111010000010001110
Octal247240216

Shades and tints

Shades of #A7A08E

#A7A08E
(167,160,142)
#989282
(152,146,130)
#898476
(137,132,118)
#7A766A
(122,118,106)
#6B685E
(107,104,94)
#5C5A52
(92,90,82)
#4D4C46
(77,76,70)
#3E3E3A
(62,62,58)
#2F302E
(47,48,46)
#202222
(32,34,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #A7A08E

#A7A08E
(167,160,142)
#AFA898
(175,168,152)
#B7B0A2
(183,176,162)
#BFB8AC
(191,184,172)
#C7C0B6
(199,192,182)
#CFC8C0
(207,200,192)
#D7D0CA
(215,208,202)
#DFD8D4
(223,216,212)
#E7E0DE
(231,224,222)
#EFE8E8
(239,232,232)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A08E; }

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

This text font color is #A7A08E.


Background Color

.myBgColor { background-color: #A7A08E; }

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

This div background color is #A7A08E.


Border color

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

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

This div border color is #A7A08E.


Opacity

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

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

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

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

This text has shadow with #A7A08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A08E on black background.


Color preview on white background

This text has color #A7A08E on white background.



Black color preview on #A7A08E background

This text has black color on #A7A08E background.


White color preview on #A7A08E background

This text has white color on #A7A08E background.