COLOR #A3A07E

HEX: #A3A07E RGB: (163,160,126)

Color info

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

RGB color model

#A3A07E color RGB value is (163,160,126).

RGB: (163,160,126) (64%, 63%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 126 of 255 = 49%

163
160
126

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

Portions of RGB colors in percentages

R + G + B = 163 + 160 + 126 = 449 (100%)
R 163 of 449 ~ 36.3%
G 160 of 449 ~ 35.63%
B 126 of 449 ~ 28.06'%

%36.3
%35.63
%28.06

CMYK color model

#A3A07E color CMYK value is (0,2,23,36).

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

CMYK: (0,2,23,36)
C0M2Y23K36 (0%, 2%, 23%, 36%)
(0.00 / 0.02 / 0.23 / 0.36)

CMYK percentages

%0
%1.84
%22.7
%36.08

Codes

Color #A3A07E in popluar color models

A3 A0 7E
RGB 163 160 126
HSL 55° 16.74% 56.67%
HSB/HSV 55° 22.70% 63.92%
CMYK 0.00% 1.84% 22.70%
36.08%

Color #A3A07E in popluar number systems.

HEX A3 A0 7E
Decimal 163 160 126
Binary 10100011 10100000 1111110
Octal 243 240 176

Shades and tints

Shades of #A3A07E

#A3A07E
(163,160,126)
#959273
(149,146,115)
#878468
(135,132,104)
#79765D
(121,118,93)
#6B6852
(107,104,82)
#5D5A47
(93,90,71)
#4F4C3C
(79,76,60)
#413E31
(65,62,49)
#333026
(51,48,38)
#25221B
(37,34,27)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #A3A07E

#A3A07E
(163,160,126)
#ABA889
(171,168,137)
#B3B094
(179,176,148)
#BBB89F
(187,184,159)
#C3C0AA
(195,192,170)
#CBC8B5
(203,200,181)
#D3D0C0
(211,208,192)
#DBD8CB
(219,216,203)
#E3E0D6
(227,224,214)
#EBE8E1
(235,232,225)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A07E; }

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

This text font color is #A3A07E.

Background Color

.myBgColor { background-color: #A3A07E; }

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

This div background color is #A3A07E.

Border color

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

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

This div border color is #A3A07E.

Opacity

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

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

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

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

This text has shadow with #A3A07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A07E.

Preview

Color preview on black background

This text has color #A3A07E on black background.


Color preview on white background

This text has color #A3A07E on white background.


Black color preview on #A3A07E background

This text has black color on #A3A07E background.


White color preview on #A3A07E background

This text has white color on #A3A07E background.


Related colors

Complementary color

Complementary color for #hex is #5C5F81.


I love getcolorcode.com

Triadic colors

1 #7EA3A0 and #A07EA3 with #A3A07E are triadic colors.

2 #7EA0A3 and #A0A37E with #A3A07E are triadic colors.