COLOR #A7A300

HEX: #A7A300
RGB: (167,163,0)

Color info

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

RGB color model

#A7A300 color RGB value is (167,163,0).

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

RGB channels and saturation

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

167
163
0

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

Portions of RGB colors in percentages

R + G + B =
167 + 163 + 0 = 330 (100%)
R 167 of 330 ~ 50.61%
G 163 of 330 ~ 49.39%
B 0 of 330 ~ 0%

%50.61
%49.39

CMYK color model

#A7A300 color CMYK value is (0,2,100,35).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 100.00%
  • key color value is 34.51%
CMYK:
(0,2,100,35)
C0M2Y100K35 
(0%,2%,100%,35%)
(0.00/0.02/1.00/0.35)	

CMYK percentages

%0
%2.4
%100
%34.51

Codes

Color #A7A300 in popluar color models

A7A300
RGB1671630
HSL59°100.00%32.75%
HSB/HSV59°100.00%65.49%
CMYK0.00%2.40%100.00%
34.51%

Color #A7A300 in popluar number systems.

HEXA7A300
Decimal1671630
Binary10100111101000110
Octal2472430

Shades and tints

Shades of #A7A300

#A7A300
(167,163,0)
#989500
(152,149,0)
#898700
(137,135,0)
#7A7900
(122,121,0)
#6B6B00
(107,107,0)
#5C5D00
(92,93,0)
#4D4F00
(77,79,0)
#3E4100
(62,65,0)
#2F3300
(47,51,0)
#202500
(32,37,0)
#111700
(17,23,0)
#000000
(0,0,0)

Tints of #A7A300

#A7A300
(167,163,0)
#AFAB17
(175,171,23)
#B7B32E
(183,179,46)
#BFBB45
(191,187,69)
#C7C35C
(199,195,92)
#CFCB73
(207,203,115)
#D7D38A
(215,211,138)
#DFDBA1
(223,219,161)
#E7E3B8
(231,227,184)
#EFEBCF
(239,235,207)
#F7F3E6
(247,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A300; }

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

This text font color is #A7A300.


Background Color

.myBgColor { background-color: #A7A300; }

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

This div background color is #A7A300.


Border color

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

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

This div border color is #A7A300.


Opacity

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

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

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

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

This text has shadow with #A7A300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A300 on black background.


Color preview on white background

This text has color #A7A300 on white background.



Black color preview on #A7A300 background

This text has black color on #A7A300 background.


White color preview on #A7A300 background

This text has white color on #A7A300 background.