COLOR #A7A08C

HEX: #A7A08C
RGB: (167,160,140)

Color info

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

RGB color model

#A7A08C color RGB value is (167,160,140).

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

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 140 of 255 = 55%

167
160
140

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

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 140 = 467 (100%)
R 167 of 467 ~ 35.76%
G 160 of 467 ~ 34.26%
B 140 of 467 ~ 29.98%

%35.76
%34.26
%29.98

CMYK color model

#A7A08C color CMYK value is (0,4,16,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,4,16,35)
C0M4Y16K35 
(0%,4%,16%,35%)
(0.00/0.04/0.16/0.35)	

CMYK percentages

%0
%4.19
%16.17
%34.51

Codes

Color #A7A08C in popluar color models

A7A08C
RGB167160140
HSL44°13.30%60.20%
HSB/HSV44°16.17%65.49%
CMYK0.00%4.19%16.17%
34.51%

Color #A7A08C in popluar number systems.

HEXA7A08C
Decimal167160140
Binary101001111010000010001100
Octal247240214

Shades and tints

Shades of #A7A08C

#A7A08C
(167,160,140)
#989280
(152,146,128)
#898474
(137,132,116)
#7A7668
(122,118,104)
#6B685C
(107,104,92)
#5C5A50
(92,90,80)
#4D4C44
(77,76,68)
#3E3E38
(62,62,56)
#2F302C
(47,48,44)
#202220
(32,34,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7A08C

#A7A08C
(167,160,140)
#AFA896
(175,168,150)
#B7B0A0
(183,176,160)
#BFB8AA
(191,184,170)
#C7C0B4
(199,192,180)
#CFC8BE
(207,200,190)
#D7D0C8
(215,208,200)
#DFD8D2
(223,216,210)
#E7E0DC
(231,224,220)
#EFE8E6
(239,232,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A08C; }

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

This text font color is #A7A08C.


Background Color

.myBgColor { background-color: #A7A08C; }

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

This div background color is #A7A08C.


Border color

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

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

This div border color is #A7A08C.


Opacity

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

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

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

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

This text has shadow with #A7A08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A08C on black background.


Color preview on white background

This text has color #A7A08C on white background.



Black color preview on #A7A08C background

This text has black color on #A7A08C background.


White color preview on #A7A08C background

This text has white color on #A7A08C background.