COLOR #A3AA5D

HEX: #A3AA5D
RGB: (163,170,93)

Color info

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

RGB color model

#A3AA5D color RGB value is (163,170,93).

  • red value is 163;
  • green value is 170;
  • blue value is 93.
RGB:
(163,170,93)
(64%,67%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 93 of 255 = 36%

163
170
93

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 93 = 426 (100%)
R 163 of 426 ~ 38.26%
G 170 of 426 ~ 39.91%
B 93 of 426 ~ 21.83%

%38.26
%39.91
%21.83

CMYK color model

#A3AA5D color CMYK value is (4,0,45,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 45.29%
  • key color value is 33.33%
CMYK:
(4,0,45,33)
C4M0Y45K33 
(4%,0%,45%,33%)
(0.04/0.00/0.45/0.33)	

CMYK percentages

%4.12
%0
%45.29
%33.33

Codes

Color #A3AA5D in popluar color models

A3AA5D
RGB16317093
HSL65°31.17%51.57%
HSB/HSV65°45.29%66.67%
CMYK4.12%0.00%45.29%
33.33%

Color #A3AA5D in popluar number systems.

HEXA3AA5D
Decimal16317093
Binary10100011101010101011101
Octal243252135

Shades and tints

Shades of #A3AA5D

#A3AA5D
(163,170,93)
#959B55
(149,155,85)
#878C4D
(135,140,77)
#797D45
(121,125,69)
#6B6E3D
(107,110,61)
#5D5F35
(93,95,53)
#4F502D
(79,80,45)
#414125
(65,65,37)
#33321D
(51,50,29)
#252315
(37,35,21)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A3AA5D

#A3AA5D
(163,170,93)
#ABB16B
(171,177,107)
#B3B879
(179,184,121)
#BBBF87
(187,191,135)
#C3C695
(195,198,149)
#CBCDA3
(203,205,163)
#D3D4B1
(211,212,177)
#DBDBBF
(219,219,191)
#E3E2CD
(227,226,205)
#EBE9DB
(235,233,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AA5D; }

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

This text font color is #A3AA5D.


Background Color

.myBgColor { background-color: #A3AA5D; }

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

This div background color is #A3AA5D.


Border color

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

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

This div border color is #A3AA5D.


Opacity

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

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

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

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

This text has shadow with #A3AA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AA5D on black background.


Color preview on white background

This text has color #A3AA5D on white background.



Black color preview on #A3AA5D background

This text has black color on #A3AA5D background.


White color preview on #A3AA5D background

This text has white color on #A3AA5D background.