COLOR #A7A142

HEX: #A7A142
RGB: (167,161,66)

Color info

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

RGB color model

#A7A142 color RGB value is (167,161,66).

  • red value is 167;
  • green value is 161;
  • blue value is 66.
RGB:
(167,161,66)
(65%,63%,26%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 66 of 255 = 26%

167
161
66

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 66 = 394 (100%)
R 167 of 394 ~ 42.39%
G 161 of 394 ~ 40.86%
B 66 of 394 ~ 16.75%

%42.39
%40.86
%16.75

CMYK color model

#A7A142 color CMYK value is (0,4,60,35).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 60.48%
  • key color value is 34.51%
CMYK:
(0,4,60,35)
C0M4Y60K35 
(0%,4%,60%,35%)
(0.00/0.04/0.60/0.35)	

CMYK percentages

%0
%3.59
%60.48
%34.51

Codes

Color #A7A142 in popluar color models

A7A142
RGB16716166
HSL56°43.35%45.69%
HSB/HSV56°60.48%65.49%
CMYK0.00%3.59%60.48%
34.51%

Color #A7A142 in popluar number systems.

HEXA7A142
Decimal16716166
Binary10100111101000011000010
Octal247241102

Shades and tints

Shades of #A7A142

#A7A142
(167,161,66)
#98933C
(152,147,60)
#898536
(137,133,54)
#7A7730
(122,119,48)
#6B692A
(107,105,42)
#5C5B24
(92,91,36)
#4D4D1E
(77,77,30)
#3E3F18
(62,63,24)
#2F3112
(47,49,18)
#20230C
(32,35,12)
#111506
(17,21,6)
#000000
(0,0,0)

Tints of #A7A142

#A7A142
(167,161,66)
#AFA953
(175,169,83)
#B7B164
(183,177,100)
#BFB975
(191,185,117)
#C7C186
(199,193,134)
#CFC997
(207,201,151)
#D7D1A8
(215,209,168)
#DFD9B9
(223,217,185)
#E7E1CA
(231,225,202)
#EFE9DB
(239,233,219)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A142 color. Also use rgb(167,161,66) instead hex code.

Text Font Color

.myTextColor { color: #A7A142; }

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

This text font color is #A7A142.


Background Color

.myBgColor { background-color: #A7A142; }

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

This div background color is #A7A142.


Border color

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

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

This div border color is #A7A142.


Opacity

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

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

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

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

This text has shadow with #A7A142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A142 on black background.


Color preview on white background

This text has color #A7A142 on white background.



Black color preview on #A7A142 background

This text has black color on #A7A142 background.


White color preview on #A7A142 background

This text has white color on #A7A142 background.