COLOR #A7A68A

HEX: #A7A68A
RGB: (167,166,138)

Color info

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

RGB color model

#A7A68A color RGB value is (167,166,138).

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

RGB channels and saturation

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

167
166
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 166 + 138 = 471 (100%)
R 167 of 471 ~ 35.46%
G 166 of 471 ~ 35.24%
B 138 of 471 ~ 29.3%

%35.46
%35.24
%29.3

CMYK color model

#A7A68A color CMYK value is (0,1,17,35).

  • cyan value is 0.00%
  • magenta value is 0.60%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK:
(0,1,17,35)
C0M1Y17K35 
(0%,1%,17%,35%)
(0.00/0.01/0.17/0.35)	

CMYK percentages

%0
%0.6
%17.37
%34.51

Codes

Color #A7A68A in popluar color models

A7A68A
RGB167166138
HSL58°14.15%59.80%
HSB/HSV58°17.37%65.49%
CMYK0.00%0.60%17.37%
34.51%

Color #A7A68A in popluar number systems.

HEXA7A68A
Decimal167166138
Binary101001111010011010001010
Octal247246212

Shades and tints

Shades of #A7A68A

#A7A68A
(167,166,138)
#98977E
(152,151,126)
#898872
(137,136,114)
#7A7966
(122,121,102)
#6B6A5A
(107,106,90)
#5C5B4E
(92,91,78)
#4D4C42
(77,76,66)
#3E3D36
(62,61,54)
#2F2E2A
(47,46,42)
#201F1E
(32,31,30)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A7A68A

#A7A68A
(167,166,138)
#AFAE94
(175,174,148)
#B7B69E
(183,182,158)
#BFBEA8
(191,190,168)
#C7C6B2
(199,198,178)
#CFCEBC
(207,206,188)
#D7D6C6
(215,214,198)
#DFDED0
(223,222,208)
#E7E6DA
(231,230,218)
#EFEEE4
(239,238,228)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A68A; }

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

This text font color is #A7A68A.


Background Color

.myBgColor { background-color: #A7A68A; }

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

This div background color is #A7A68A.


Border color

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

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

This div border color is #A7A68A.


Opacity

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

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

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

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

This text has shadow with #A7A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A68A on black background.


Color preview on white background

This text has color #A7A68A on white background.



Black color preview on #A7A68A background

This text has black color on #A7A68A background.


White color preview on #A7A68A background

This text has white color on #A7A68A background.