COLOR #A3AD75

HEX: #A3AD75 RGB: (163,173,117)

Color info

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

RGB color model

#A3AD75 color RGB value is (163,173,117).

RGB: (163,173,117) (64%, 68%, 46%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 117 of 255 = 46%

163
173
117

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

Portions of RGB colors in percentages

R + G + B = 163 + 173 + 117 = 453 (100%)
R 163 of 453 ~ 35.98%
G 173 of 453 ~ 38.19%
B 117 of 453 ~ 25.83'%

%35.98
%38.19
%25.83

CMYK color model

#A3AD75 color CMYK value is (6,0,32,32).

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%

CMYK: (6,0,32,32)
C6M0Y32K32 (6%, 0%, 32%, 32%)
(0.06 / 0.00 / 0.32 / 0.32)

CMYK percentages

%5.78
%0
%32.37
%32.16

Codes

Color #A3AD75 in popluar color models

A3 AD 75
RGB 163 173 117
HSL 71° 25.45% 56.86%
HSB/HSV 71° 32.37% 67.84%
CMYK 5.78% 0.00% 32.37%
32.16%

Color #A3AD75 in popluar number systems.

HEX A3 AD 75
Decimal 163 173 117
Binary 10100011 10101101 1110101
Octal 243 255 165

Shades and tints

Shades of #A3AD75

#A3AD75
(163,173,117)
#959E6B
(149,158,107)
#878F61
(135,143,97)
#798057
(121,128,87)
#6B714D
(107,113,77)
#5D6243
(93,98,67)
#4F5339
(79,83,57)
#41442F
(65,68,47)
#333525
(51,53,37)
#25261B
(37,38,27)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #A3AD75

#A3AD75
(163,173,117)
#ABB481
(171,180,129)
#B3BB8D
(179,187,141)
#BBC299
(187,194,153)
#C3C9A5
(195,201,165)
#CBD0B1
(203,208,177)
#D3D7BD
(211,215,189)
#DBDEC9
(219,222,201)
#E3E5D5
(227,229,213)
#EBECE1
(235,236,225)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AD75 color. Also use rgb(163,173,117) instead hex code.

Text Font Color

.myTextColor { color: #A3AD75; }

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

This text font color is #A3AD75.

Background Color

.myBgColor { background-color: #A3AD75; }

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

This div background color is #A3AD75.

Border color

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

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

This div border color is #A3AD75.

Opacity

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

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

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

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

This text has shadow with #A3AD75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AD75.

Preview

Color preview on black background

This text has color #A3AD75 on black background.


Color preview on white background

This text has color #A3AD75 on white background.


Black color preview on #A3AD75 background

This text has black color on #A3AD75 background.


White color preview on #A3AD75 background

This text has white color on #A3AD75 background.


Related colors

Complementary color

Complementary color for #hex is #5C528A.


I love getcolorcode.com

Triadic colors

1 #75A3AD and #AD75A3 with #A3AD75 are triadic colors.

2 #75ADA3 and #ADA375 with #A3AD75 are triadic colors.