COLOR #A3A365

HEX: #A3A365
RGB: (163,163,101)

Color info

#A3A365 contains mainly red and green colors. Web safe color of #A3A365 is #999966 (or #996).

RGB color model

#A3A365 color RGB value is (163,163,101).

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

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 101 of 255 = 40%

163
163
101

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

Portions of RGB colors in percentages

R + G + B =
163 + 163 + 101 = 427 (100%)
R 163 of 427 ~ 38.17%
G 163 of 427 ~ 38.17%
B 101 of 427 ~ 23.65%

%38.17
%38.17
%23.65

CMYK color model

#A3A365 color CMYK value is (0,0,38,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(0,0,38,36)
C0M0Y38K36 
(0%,0%,38%,36%)
(0.00/0.00/0.38/0.36)	

CMYK percentages

%0
%0
%38.04
%36.08

Codes

Color #A3A365 in popluar color models

A3A365
RGB163163101
HSL60°25.20%51.76%
HSB/HSV60°38.04%63.92%
CMYK0.00%0.00%38.04%
36.08%

Color #A3A365 in popluar number systems.

HEXA3A365
Decimal163163101
Binary10100011101000111100101
Octal243243145

Shades and tints

Shades of #A3A365

#A3A365
(163,163,101)
#95955C
(149,149,92)
#878753
(135,135,83)
#79794A
(121,121,74)
#6B6B41
(107,107,65)
#5D5D38
(93,93,56)
#4F4F2F
(79,79,47)
#414126
(65,65,38)
#33331D
(51,51,29)
#252514
(37,37,20)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #A3A365

#A3A365
(163,163,101)
#ABAB73
(171,171,115)
#B3B381
(179,179,129)
#BBBB8F
(187,187,143)
#C3C39D
(195,195,157)
#CBCBAB
(203,203,171)
#D3D3B9
(211,211,185)
#DBDBC7
(219,219,199)
#E3E3D5
(227,227,213)
#EBEBE3
(235,235,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A365; }

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

This text font color is #A3A365.


Background Color

.myBgColor { background-color: #A3A365; }

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

This div background color is #A3A365.


Border color

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

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

This div border color is #A3A365.


Opacity

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

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

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

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

This text has shadow with #A3A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A365 on black background.


Color preview on white background

This text has color #A3A365 on white background.



Black color preview on #A3A365 background

This text has black color on #A3A365 background.


White color preview on #A3A365 background

This text has white color on #A3A365 background.