COLOR #A7A152

HEX: #A7A152
RGB: (167,161,82)

Color info

#A7A152 contains mainly red and green colors. Web safe color of #A7A152 is #999966 (or #996).

RGB color model

#A7A152 color RGB value is (167,161,82).

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

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 82 of 255 = 32%

167
161
82

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 82 = 410 (100%)
R 167 of 410 ~ 40.73%
G 161 of 410 ~ 39.27%
B 82 of 410 ~ 20%

%40.73
%39.27
%20

CMYK color model

#A7A152 color CMYK value is (0,4,51,35).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 50.90%
  • key color value is 34.51%
CMYK:
(0,4,51,35)
C0M4Y51K35 
(0%,4%,51%,35%)
(0.00/0.04/0.51/0.35)	

CMYK percentages

%0
%3.59
%50.9
%34.51

Codes

Color #A7A152 in popluar color models

A7A152
RGB16716182
HSL56°34.14%48.82%
HSB/HSV56°50.90%65.49%
CMYK0.00%3.59%50.90%
34.51%

Color #A7A152 in popluar number systems.

HEXA7A152
Decimal16716182
Binary10100111101000011010010
Octal247241122

Shades and tints

Shades of #A7A152

#A7A152
(167,161,82)
#98934B
(152,147,75)
#898544
(137,133,68)
#7A773D
(122,119,61)
#6B6936
(107,105,54)
#5C5B2F
(92,91,47)
#4D4D28
(77,77,40)
#3E3F21
(62,63,33)
#2F311A
(47,49,26)
#202313
(32,35,19)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #A7A152

#A7A152
(167,161,82)
#AFA961
(175,169,97)
#B7B170
(183,177,112)
#BFB97F
(191,185,127)
#C7C18E
(199,193,142)
#CFC99D
(207,201,157)
#D7D1AC
(215,209,172)
#DFD9BB
(223,217,187)
#E7E1CA
(231,225,202)
#EFE9D9
(239,233,217)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A152; }

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

This text font color is #A7A152.


Background Color

.myBgColor { background-color: #A7A152; }

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

This div background color is #A7A152.


Border color

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

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

This div border color is #A7A152.


Opacity

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

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

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

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

This text has shadow with #A7A152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A152 on black background.


Color preview on white background

This text has color #A7A152 on white background.



Black color preview on #A7A152 background

This text has black color on #A7A152 background.


White color preview on #A7A152 background

This text has white color on #A7A152 background.