COLOR #A3A06F

HEX: #A3A06F RGB: (163,160,111)

Color info

#A3A06F contains red, green and blue colors in about the same proportion. Web safe color of #A3A06F is #999966 (or #996).

RGB color model

#A3A06F color RGB value is (163,160,111).

RGB: (163,160,111) (64%, 63%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 111 of 255 = 44%

163
160
111

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

Portions of RGB colors in percentages

R + G + B = 163 + 160 + 111 = 434 (100%)
R 163 of 434 ~ 37.56%
G 160 of 434 ~ 36.87%
B 111 of 434 ~ 25.58'%

%37.56
%36.87
%25.58

CMYK color model

#A3A06F color CMYK value is (0,2,32,36).

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (0,2,32,36)
C0M2Y32K36 (0%, 2%, 32%, 36%)
(0.00 / 0.02 / 0.32 / 0.36)

CMYK percentages

%0
%1.84
%31.9
%36.08

Codes

Color #A3A06F in popluar color models

A3 A0 6F
RGB 163 160 111
HSL 57° 22.03% 53.73%
HSB/HSV 57° 31.90% 63.92%
CMYK 0.00% 1.84% 31.90%
36.08%

Color #A3A06F in popluar number systems.

HEX A3 A0 6F
Decimal 163 160 111
Binary 10100011 10100000 1101111
Octal 243 240 157

Shades and tints

Shades of #A3A06F

#A3A06F
(163,160,111)
#959265
(149,146,101)
#87845B
(135,132,91)
#797651
(121,118,81)
#6B6847
(107,104,71)
#5D5A3D
(93,90,61)
#4F4C33
(79,76,51)
#413E29
(65,62,41)
#33301F
(51,48,31)
#252215
(37,34,21)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #A3A06F

#A3A06F
(163,160,111)
#ABA87C
(171,168,124)
#B3B089
(179,176,137)
#BBB896
(187,184,150)
#C3C0A3
(195,192,163)
#CBC8B0
(203,200,176)
#D3D0BD
(211,208,189)
#DBD8CA
(219,216,202)
#E3E0D7
(227,224,215)
#EBE8E4
(235,232,228)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A06F; }

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

This text font color is #A3A06F.

Background Color

.myBgColor { background-color: #A3A06F; }

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

This div background color is #A3A06F.

Border color

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

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

This div border color is #A3A06F.

Opacity

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

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

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

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

This text has shadow with #A3A06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A06F.

Preview

Color preview on black background

This text has color #A3A06F on black background.


Color preview on white background

This text has color #A3A06F on white background.


Black color preview on #A3A06F background

This text has black color on #A3A06F background.


White color preview on #A3A06F background

This text has white color on #A3A06F background.


Related colors

Complementary color

Complementary color for #hex is #5C5F90.


I love getcolorcode.com

Triadic colors

1 #6FA3A0 and #A06FA3 with #A3A06F are triadic colors.

2 #6FA0A3 and #A0A36F with #A3A06F are triadic colors.