COLOR #A3A581

HEX: #A3A581 RGB: (163,165,129)

Color info

#A3A581 contains red, green and blue colors in about the same proportion. Web safe color of #A3A581 is #999999 (or #999).

RGB color model

#A3A581 color RGB value is (163,165,129).

RGB: (163,165,129) (64%, 65%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 129 of 255 = 51%

163
165
129

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

Portions of RGB colors in percentages

R + G + B = 163 + 165 + 129 = 457 (100%)
R 163 of 457 ~ 35.67%
G 165 of 457 ~ 36.11%
B 129 of 457 ~ 28.23'%

%35.67
%36.11
%28.23

CMYK color model

#A3A581 color CMYK value is (1,0,22,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 35.29%

CMYK: (1,0,22,35)
C1M0Y22K35 (1%, 0%, 22%, 35%)
(0.01 / 0.00 / 0.22 / 0.35)

CMYK percentages

%1.21
%0
%21.82
%35.29

Codes

Color #A3A581 in popluar color models

A3 A5 81
RGB 163 165 129
HSL 63° 16.67% 57.65%
HSB/HSV 63° 21.82% 64.71%
CMYK 1.21% 0.00% 21.82%
35.29%

Color #A3A581 in popluar number systems.

HEX A3 A5 81
Decimal 163 165 129
Binary 10100011 10100101 10000001
Octal 243 245 201

Shades and tints

Shades of #A3A581

#A3A581
(163,165,129)
#959676
(149,150,118)
#87876B
(135,135,107)
#797860
(121,120,96)
#6B6955
(107,105,85)
#5D5A4A
(93,90,74)
#4F4B3F
(79,75,63)
#413C34
(65,60,52)
#332D29
(51,45,41)
#251E1E
(37,30,30)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A3A581

#A3A581
(163,165,129)
#ABAD8C
(171,173,140)
#B3B597
(179,181,151)
#BBBDA2
(187,189,162)
#C3C5AD
(195,197,173)
#CBCDB8
(203,205,184)
#D3D5C3
(211,213,195)
#DBDDCE
(219,221,206)
#E3E5D9
(227,229,217)
#EBEDE4
(235,237,228)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A581; }

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

This text font color is #A3A581.

Background Color

.myBgColor { background-color: #A3A581; }

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

This div background color is #A3A581.

Border color

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

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

This div border color is #A3A581.

Opacity

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

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

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

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

This text has shadow with #A3A581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A581.

Preview

Color preview on black background

This text has color #A3A581 on black background.


Color preview on white background

This text has color #A3A581 on white background.


Black color preview on #A3A581 background

This text has black color on #A3A581 background.


White color preview on #A3A581 background

This text has white color on #A3A581 background.


Related colors

Complementary color

Complementary color for #hex is #5C5A7E.


I love getcolorcode.com

Triadic colors

1 #81A3A5 and #A581A3 with #A3A581 are triadic colors.

2 #81A5A3 and #A5A381 with #A3A581 are triadic colors.