COLOR #A3A342

HEX: #A3A342
RGB: (163,163,66)

Color info

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

RGB color model

#A3A342 color RGB value is (163,163,66).

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

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 66 of 255 = 26%

163
163
66

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

Portions of RGB colors in percentages

R + G + B =
163 + 163 + 66 = 392 (100%)
R 163 of 392 ~ 41.58%
G 163 of 392 ~ 41.58%
B 66 of 392 ~ 16.84%

%41.58
%41.58
%16.84

CMYK color model

#A3A342 color CMYK value is (0,0,60,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 59.51%
  • key color value is 36.08%
CMYK:
(0,0,60,36)
C0M0Y60K36 
(0%,0%,60%,36%)
(0.00/0.00/0.60/0.36)	

CMYK percentages

%0
%0
%59.51
%36.08

Codes

Color #A3A342 in popluar color models

A3A342
RGB16316366
HSL60°42.36%44.90%
HSB/HSV60°59.51%63.92%
CMYK0.00%0.00%59.51%
36.08%

Color #A3A342 in popluar number systems.

HEXA3A342
Decimal16316366
Binary10100011101000111000010
Octal243243102

Shades and tints

Shades of #A3A342

#A3A342
(163,163,66)
#95953C
(149,149,60)
#878736
(135,135,54)
#797930
(121,121,48)
#6B6B2A
(107,107,42)
#5D5D24
(93,93,36)
#4F4F1E
(79,79,30)
#414118
(65,65,24)
#333312
(51,51,18)
#25250C
(37,37,12)
#171706
(23,23,6)
#000000
(0,0,0)

Tints of #A3A342

#A3A342
(163,163,66)
#ABAB53
(171,171,83)
#B3B364
(179,179,100)
#BBBB75
(187,187,117)
#C3C386
(195,195,134)
#CBCB97
(203,203,151)
#D3D3A8
(211,211,168)
#DBDBB9
(219,219,185)
#E3E3CA
(227,227,202)
#EBEBDB
(235,235,219)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A342; }

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

This text font color is #A3A342.


Background Color

.myBgColor { background-color: #A3A342; }

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

This div background color is #A3A342.


Border color

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

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

This div border color is #A3A342.


Opacity

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

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

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

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

This text has shadow with #A3A342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A342 on black background.


Color preview on white background

This text has color #A3A342 on white background.



Black color preview on #A3A342 background

This text has black color on #A3A342 background.


White color preview on #A3A342 background

This text has white color on #A3A342 background.