COLOR #A3A323

HEX: #A3A323
RGB: (163,163,35)

Color info

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

RGB color model

#A3A323 color RGB value is (163,163,35).

  • red value is 163;
  • green value is 163;
  • blue value is 35.
RGB:
(163,163,35)
(64%,64%,14%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 35 of 255 = 14%

163
163
35

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

Portions of RGB colors in percentages

R + G + B =
163 + 163 + 35 = 361 (100%)
R 163 of 361 ~ 45.15%
G 163 of 361 ~ 45.15%
B 35 of 361 ~ 9.7%

%45.15
%45.15
%9.7

CMYK color model

#A3A323 color CMYK value is (0,0,79,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 78.53%
  • key color value is 36.08%
CMYK:
(0,0,79,36)
C0M0Y79K36 
(0%,0%,79%,36%)
(0.00/0.00/0.79/0.36)	

CMYK percentages

%0
%0
%78.53
%36.08

Codes

Color #A3A323 in popluar color models

A3A323
RGB16316335
HSL60°64.65%38.82%
HSB/HSV60°78.53%63.92%
CMYK0.00%0.00%78.53%
36.08%

Color #A3A323 in popluar number systems.

HEXA3A323
Decimal16316335
Binary1010001110100011100011
Octal24324343

Shades and tints

Shades of #A3A323

#A3A323
(163,163,35)
#959520
(149,149,32)
#87871D
(135,135,29)
#79791A
(121,121,26)
#6B6B17
(107,107,23)
#5D5D14
(93,93,20)
#4F4F11
(79,79,17)
#41410E
(65,65,14)
#33330B
(51,51,11)
#252508
(37,37,8)
#171705
(23,23,5)
#000000
(0,0,0)

Tints of #A3A323

#A3A323
(163,163,35)
#ABAB37
(171,171,55)
#B3B34B
(179,179,75)
#BBBB5F
(187,187,95)
#C3C373
(195,195,115)
#CBCB87
(203,203,135)
#D3D39B
(211,211,155)
#DBDBAF
(219,219,175)
#E3E3C3
(227,227,195)
#EBEBD7
(235,235,215)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A323; }

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

This text font color is #A3A323.


Background Color

.myBgColor { background-color: #A3A323; }

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

This div background color is #A3A323.


Border color

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

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

This div border color is #A3A323.


Opacity

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

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

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

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

This text has shadow with #A3A323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A323 on black background.


Color preview on white background

This text has color #A3A323 on white background.



Black color preview on #A3A323 background

This text has black color on #A3A323 background.


White color preview on #A3A323 background

This text has white color on #A3A323 background.