COLOR #A7A200

HEX: #A7A200
RGB: (167,162,0)

Color info

#A7A200 contains only red and green colors. Web safe color of #A7A200 is #999900 (or #990).

RGB color model

#A7A200 color RGB value is (167,162,0).

  • red value is 167;
  • green value is 162;
  • blue value is 0.
RGB:
(167,162,0)
(65%,64%,0%)

RGB channels and saturation

R 167 of 255 = 65%
G 162 of 255 = 64%
B 0 of 255 = 0%

167
162
0

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

Portions of RGB colors in percentages

R + G + B =
167 + 162 + 0 = 329 (100%)
R 167 of 329 ~ 50.76%
G 162 of 329 ~ 49.24%
B 0 of 329 ~ 0%

%50.76
%49.24

CMYK color model

#A7A200 color CMYK value is (0,3,100,35).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 100.00%
  • key color value is 34.51%
CMYK:
(0,3,100,35)
C0M3Y100K35 
(0%,3%,100%,35%)
(0.00/0.03/1.00/0.35)	

CMYK percentages

%0
%2.99
%100
%34.51

Codes

Color #A7A200 in popluar color models

A7A200
RGB1671620
HSL58°100.00%32.75%
HSB/HSV58°100.00%65.49%
CMYK0.00%2.99%100.00%
34.51%

Color #A7A200 in popluar number systems.

HEXA7A200
Decimal1671620
Binary10100111101000100
Octal2472420

Shades and tints

Shades of #A7A200

#A7A200
(167,162,0)
#989400
(152,148,0)
#898600
(137,134,0)
#7A7800
(122,120,0)
#6B6A00
(107,106,0)
#5C5C00
(92,92,0)
#4D4E00
(77,78,0)
#3E4000
(62,64,0)
#2F3200
(47,50,0)
#202400
(32,36,0)
#111600
(17,22,0)
#000000
(0,0,0)

Tints of #A7A200

#A7A200
(167,162,0)
#AFAA17
(175,170,23)
#B7B22E
(183,178,46)
#BFBA45
(191,186,69)
#C7C25C
(199,194,92)
#CFCA73
(207,202,115)
#D7D28A
(215,210,138)
#DFDAA1
(223,218,161)
#E7E2B8
(231,226,184)
#EFEACF
(239,234,207)
#F7F2E6
(247,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A200 color. Also use rgb(167,162,0) instead hex code.

Text Font Color

.myTextColor { color: #A7A200; }

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

This text font color is #A7A200.


Background Color

.myBgColor { background-color: #A7A200; }

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

This div background color is #A7A200.


Border color

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

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

This div border color is #A7A200.


Opacity

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

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

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

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

This text has shadow with #A7A200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A200 on black background.


Color preview on white background

This text has color #A7A200 on white background.



Black color preview on #A7A200 background

This text has black color on #A7A200 background.


White color preview on #A7A200 background

This text has white color on #A7A200 background.