COLOR #A3A125

HEX: #A3A125
RGB: (163,161,37)

Color info

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

RGB color model

#A3A125 color RGB value is (163,161,37).

  • red value is 163;
  • green value is 161;
  • blue value is 37.
RGB:
(163,161,37)
(64%,63%,15%)

RGB channels and saturation

R 163 of 255 = 64%
G 161 of 255 = 63%
B 37 of 255 = 15%

163
161
37

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

Portions of RGB colors in percentages

R + G + B =
163 + 161 + 37 = 361 (100%)
R 163 of 361 ~ 45.15%
G 161 of 361 ~ 44.6%
B 37 of 361 ~ 10.25%

%45.15
%44.6
%10.25

CMYK color model

#A3A125 color CMYK value is (0,1,77,36).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 77.30%
  • key color value is 36.08%
CMYK:
(0,1,77,36)
C0M1Y77K36 
(0%,1%,77%,36%)
(0.00/0.01/0.77/0.36)	

CMYK percentages

%0
%1.23
%77.3
%36.08

Codes

Color #A3A125 in popluar color models

A3A125
RGB16316137
HSL59°63.00%39.22%
HSB/HSV59°77.30%63.92%
CMYK0.00%1.23%77.30%
36.08%

Color #A3A125 in popluar number systems.

HEXA3A125
Decimal16316137
Binary1010001110100001100101
Octal24324145

Shades and tints

Shades of #A3A125

#A3A125
(163,161,37)
#959322
(149,147,34)
#87851F
(135,133,31)
#79771C
(121,119,28)
#6B6919
(107,105,25)
#5D5B16
(93,91,22)
#4F4D13
(79,77,19)
#413F10
(65,63,16)
#33310D
(51,49,13)
#25230A
(37,35,10)
#171507
(23,21,7)
#000000
(0,0,0)

Tints of #A3A125

#A3A125
(163,161,37)
#ABA938
(171,169,56)
#B3B14B
(179,177,75)
#BBB95E
(187,185,94)
#C3C171
(195,193,113)
#CBC984
(203,201,132)
#D3D197
(211,209,151)
#DBD9AA
(219,217,170)
#E3E1BD
(227,225,189)
#EBE9D0
(235,233,208)
#F3F1E3
(243,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A125; }

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

This text font color is #A3A125.


Background Color

.myBgColor { background-color: #A3A125; }

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

This div background color is #A3A125.


Border color

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

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

This div border color is #A3A125.


Opacity

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

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

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

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

This text has shadow with #A3A125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A125 on black background.


Color preview on white background

This text has color #A3A125 on white background.



Black color preview on #A3A125 background

This text has black color on #A3A125 background.


White color preview on #A3A125 background

This text has white color on #A3A125 background.