COLOR #A3AF71

HEX: #A3AF71 RGB: (163,175,113)

Color info

#A3AF71 contains mainly red and green colors. Web safe color of #A3AF71 is #999966 (or #996).

RGB color model

#A3AF71 color RGB value is (163,175,113).

RGB: (163,175,113) (64%, 69%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 113 of 255 = 44%

163
175
113

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

Portions of RGB colors in percentages

R + G + B = 163 + 175 + 113 = 451 (100%)
R 163 of 451 ~ 36.14%
G 175 of 451 ~ 38.8%
B 113 of 451 ~ 25.06'%

%36.14
%38.8
%25.06

CMYK color model

#A3AF71 color CMYK value is (7,0,35,31).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 35.43%
  • key color value is 31.37%

CMYK: (7,0,35,31)
C7M0Y35K31 (7%, 0%, 35%, 31%)
(0.07 / 0.00 / 0.35 / 0.31)

CMYK percentages

%6.86
%0
%35.43
%31.37

Codes

Color #A3AF71 in popluar color models

A3 AF 71
RGB 163 175 113
HSL 72° 27.93% 56.47%
HSB/HSV 72° 35.43% 68.63%
CMYK 6.86% 0.00% 35.43%
31.37%

Color #A3AF71 in popluar number systems.

HEX A3 AF 71
Decimal 163 175 113
Binary 10100011 10101111 1110001
Octal 243 257 161

Shades and tints

Shades of #A3AF71

#A3AF71
(163,175,113)
#95A067
(149,160,103)
#87915D
(135,145,93)
#798253
(121,130,83)
#6B7349
(107,115,73)
#5D643F
(93,100,63)
#4F5535
(79,85,53)
#41462B
(65,70,43)
#333721
(51,55,33)
#252817
(37,40,23)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #A3AF71

#A3AF71
(163,175,113)
#ABB67D
(171,182,125)
#B3BD89
(179,189,137)
#BBC495
(187,196,149)
#C3CBA1
(195,203,161)
#CBD2AD
(203,210,173)
#D3D9B9
(211,217,185)
#DBE0C5
(219,224,197)
#E3E7D1
(227,231,209)
#EBEEDD
(235,238,221)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AF71 color. Also use rgb(163,175,113) instead hex code.

Text Font Color

.myTextColor { color: #A3AF71; }

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

This text font color is #A3AF71.

Background Color

.myBgColor { background-color: #A3AF71; }

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

This div background color is #A3AF71.

Border color

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

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

This div border color is #A3AF71.

Opacity

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

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

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

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

This text has shadow with #A3AF71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AF71.

Preview

Color preview on black background

This text has color #A3AF71 on black background.


Color preview on white background

This text has color #A3AF71 on white background.


Black color preview on #A3AF71 background

This text has black color on #A3AF71 background.


White color preview on #A3AF71 background

This text has white color on #A3AF71 background.


Related colors

Complementary color

Complementary color for #hex is #5C508E.


I love getcolorcode.com

Triadic colors

1 #71A3AF and #AF71A3 with #A3AF71 are triadic colors.

2 #71AFA3 and #AFA371 with #A3AF71 are triadic colors.