COLOR #A3A315

HEX: #A3A315 RGB: (163,163,21)

Color info

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

RGB color model

#A3A315 color RGB value is (163,163,21).

RGB: (163,163,21) (64%, 64%, 8%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 21 of 255 = 8%

163
163
21

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

Portions of RGB colors in percentages

R + G + B = 163 + 163 + 21 = 347 (100%)
R 163 of 347 ~ 46.97%
G 163 of 347 ~ 46.97%
B 21 of 347 ~ 6.05'%

%46.97
%46.97

CMYK color model

#A3A315 color CMYK value is (0,0,87,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 87.12%
  • key color value is 36.08%
CMYK: (0,0,87,36) C0M0Y87K36 (0%,0%,87%,36%) (0.00/0.00/0.87/0.36) 

CMYK percentages

%0
%0
%87.12
%36.08

Codes

Color #A3A315 in popluar color models

A3 A3 15
RGB 163 163 21
HSL 60° 77.17% 36.08%
HSB/HSV 60° 87.12% 63.92%
CMYK 0.00% 0.00% 87.12%
36.08%

Color #A3A315 in popluar number systems.

HEX A3 A3 15
Decimal 163 163 21
Binary 10100011 10100011 10101
Octal 243 243 25

Shades and tints

Shades of #A3A315

#A3A315
(163,163,21)
#959514
(149,149,20)
#878713
(135,135,19)
#797912
(121,121,18)
#6B6B11
(107,107,17)
#5D5D10
(93,93,16)
#4F4F0F
(79,79,15)
#41410E
(65,65,14)
#33330D
(51,51,13)
#25250C
(37,37,12)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #A3A315

#A3A315
(163,163,21)
#ABAB2A
(171,171,42)
#B3B33F
(179,179,63)
#BBBB54
(187,187,84)
#C3C369
(195,195,105)
#CBCB7E
(203,203,126)
#D3D393
(211,211,147)
#DBDBA8
(219,219,168)
#E3E3BD
(227,227,189)
#EBEBD2
(235,235,210)
#F3F3E7
(243,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A315; }

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

This text font color is #A3A315.

Background Color

.myBgColor { background-color: #A3A315; }

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

This div background color is #A3A315.

Border color

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

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

This div border color is #A3A315.

Opacity

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

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

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

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

This text has shadow with #A3A315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A315.

Preview

Color preview on black background

This text has color #A3A315 on black background.


Color preview on white background

This text has color #A3A315 on white background.


Black color preview on #A3A315 background

This text has black color on #A3A315 background.


White color preview on #A3A315 background

This text has white color on #A3A315 background.


Related colors

Complementary color

Complementary color for #hex is #5C5CEA.


I love getcolorcode.com