COLOR #A7A82A

HEX: #A7A82A
RGB: (167,168,42)

Color info

#A7A82A contains mainly red and green colors. Web safe color of #A7A82A is #999933 (or #993).

RGB color model

#A7A82A color RGB value is (167,168,42).

  • red value is 167;
  • green value is 168;
  • blue value is 42.
RGB:
(167,168,42)
(65%,66%,16%)

RGB channels and saturation

R 167 of 255 = 65%
G 168 of 255 = 66%
B 42 of 255 = 16%

167
168
42

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

Portions of RGB colors in percentages

R + G + B =
167 + 168 + 42 = 377 (100%)
R 167 of 377 ~ 44.3%
G 168 of 377 ~ 44.56%
B 42 of 377 ~ 11.14%

%44.3
%44.56
%11.14

CMYK color model

#A7A82A color CMYK value is (1,0,75,34).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 34.12%
CMYK:
(1,0,75,34)
C1M0Y75K34 
(1%,0%,75%,34%)
(0.01/0.00/0.75/0.34)	

CMYK percentages

%0.6
%0
%75
%34.12

Codes

Color #A7A82A in popluar color models

A7A82A
RGB16716842
HSL60°60.00%41.18%
HSB/HSV60°75.00%65.88%
CMYK0.60%0.00%75.00%
34.12%

Color #A7A82A in popluar number systems.

HEXA7A82A
Decimal16716842
Binary1010011110101000101010
Octal24725052

Shades and tints

Shades of #A7A82A

#A7A82A
(167,168,42)
#989927
(152,153,39)
#898A24
(137,138,36)
#7A7B21
(122,123,33)
#6B6C1E
(107,108,30)
#5C5D1B
(92,93,27)
#4D4E18
(77,78,24)
#3E3F15
(62,63,21)
#2F3012
(47,48,18)
#20210F
(32,33,15)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #A7A82A

#A7A82A
(167,168,42)
#AFAF3D
(175,175,61)
#B7B650
(183,182,80)
#BFBD63
(191,189,99)
#C7C476
(199,196,118)
#CFCB89
(207,203,137)
#D7D29C
(215,210,156)
#DFD9AF
(223,217,175)
#E7E0C2
(231,224,194)
#EFE7D5
(239,231,213)
#F7EEE8
(247,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A82A color. Also use rgb(167,168,42) instead hex code.

Text Font Color

.myTextColor { color: #A7A82A; }

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

This text font color is #A7A82A.


Background Color

.myBgColor { background-color: #A7A82A; }

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

This div background color is #A7A82A.


Border color

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

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

This div border color is #A7A82A.


Opacity

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

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

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

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

This text has shadow with #A7A82A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A82A on black background.


Color preview on white background

This text has color #A7A82A on white background.



Black color preview on #A7A82A background

This text has black color on #A7A82A background.


White color preview on #A7A82A background

This text has white color on #A7A82A background.