COLOR #A3A07F

HEX: #A3A07F RGB: (163,160,127)

Color info

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

RGB color model

#A3A07F color RGB value is (163,160,127).

RGB: (163,160,127) (64%, 63%, 50%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 127 of 255 = 50%

163
160
127

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

Portions of RGB colors in percentages

R + G + B = 163 + 160 + 127 = 450 (100%)
R 163 of 450 ~ 36.22%
G 160 of 450 ~ 35.56%
B 127 of 450 ~ 28.22'%

%36.22
%35.56
%28.22

CMYK color model

#A3A07F color CMYK value is (0,2,22,36).

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

CMYK: (0,2,22,36)
C0M2Y22K36 (0%, 2%, 22%, 36%)
(0.00 / 0.02 / 0.22 / 0.36)

CMYK percentages

%0
%1.84
%22.09
%36.08

Codes

Color #A3A07F in popluar color models

A3 A0 7F
RGB 163 160 127
HSL 55° 16.36% 56.86%
HSB/HSV 55° 22.09% 63.92%
CMYK 0.00% 1.84% 22.09%
36.08%

Color #A3A07F in popluar number systems.

HEX A3 A0 7F
Decimal 163 160 127
Binary 10100011 10100000 1111111
Octal 243 240 177

Shades and tints

Shades of #A3A07F

#A3A07F
(163,160,127)
#959274
(149,146,116)
#878469
(135,132,105)
#79765E
(121,118,94)
#6B6853
(107,104,83)
#5D5A48
(93,90,72)
#4F4C3D
(79,76,61)
#413E32
(65,62,50)
#333027
(51,48,39)
#25221C
(37,34,28)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3A07F

#A3A07F
(163,160,127)
#ABA88A
(171,168,138)
#B3B095
(179,176,149)
#BBB8A0
(187,184,160)
#C3C0AB
(195,192,171)
#CBC8B6
(203,200,182)
#D3D0C1
(211,208,193)
#DBD8CC
(219,216,204)
#E3E0D7
(227,224,215)
#EBE8E2
(235,232,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A07F; }

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

This text font color is #A3A07F.

Background Color

.myBgColor { background-color: #A3A07F; }

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

This div background color is #A3A07F.

Border color

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

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

This div border color is #A3A07F.

Opacity

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

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

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

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

This text has shadow with #A3A07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A07F.

Preview

Color preview on black background

This text has color #A3A07F on black background.


Color preview on white background

This text has color #A3A07F on white background.


Black color preview on #A3A07F background

This text has black color on #A3A07F background.


White color preview on #A3A07F background

This text has white color on #A3A07F background.


Related colors

Complementary color

Complementary color for #hex is #5C5F80.


I love getcolorcode.com

Triadic colors

1 #7FA3A0 and #A07FA3 with #A3A07F are triadic colors.

2 #7FA0A3 and #A0A37F with #A3A07F are triadic colors.