COLOR #A3A700

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

163
167
0

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

Portions of RGB colors in percentages

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

%49.39
%50.61

CMYK color model

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

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

CMYK percentages

%2.4
%0
%100
%34.51

Codes

Color #A3A700 in popluar color models

A3A700
RGB1631670
HSL61°100.00%32.75%
HSB/HSV61°100.00%65.49%
CMYK2.40%0.00%100.00%
34.51%

Color #A3A700 in popluar number systems.

HEXA3A700
Decimal1631670
Binary10100011101001110
Octal2432470

Shades and tints

Shades of #A3A700

#A3A700
(163,167,0)
#959800
(149,152,0)
#878900
(135,137,0)
#797A00
(121,122,0)
#6B6B00
(107,107,0)
#5D5C00
(93,92,0)
#4F4D00
(79,77,0)
#413E00
(65,62,0)
#332F00
(51,47,0)
#252000
(37,32,0)
#171100
(23,17,0)
#000000
(0,0,0)

Tints of #A3A700

#A3A700
(163,167,0)
#ABAF17
(171,175,23)
#B3B72E
(179,183,46)
#BBBF45
(187,191,69)
#C3C75C
(195,199,92)
#CBCF73
(203,207,115)
#D3D78A
(211,215,138)
#DBDFA1
(219,223,161)
#E3E7B8
(227,231,184)
#EBEFCF
(235,239,207)
#F3F7E6
(243,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A700; }

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

This text font color is #A3A700.


Background Color

.myBgColor { background-color: #A3A700; }

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

This div background color is #A3A700.


Border color

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

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

This div border color is #A3A700.


Opacity

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

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

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

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

This text has shadow with #A3A700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A700 on black background.


Color preview on white background

This text has color #A3A700 on white background.



Black color preview on #A3A700 background

This text has black color on #A3A700 background.


White color preview on #A3A700 background

This text has white color on #A3A700 background.