COLOR #A7AF53

HEX: #A7AF53 RGB: (167,175,83)

Color info

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

RGB color model

#A7AF53 color RGB value is (167,175,83).

RGB: (167,175,83) (65%, 69%, 33%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 83 of 255 = 33%

167
175
83

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

Portions of RGB colors in percentages

R + G + B = 167 + 175 + 83 = 425 (100%)
R 167 of 425 ~ 39.29%
G 175 of 425 ~ 41.18%
B 83 of 425 ~ 19.53'%

%39.29
%41.18
%19.53

CMYK color model

#A7AF53 color CMYK value is (5,0,53,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 52.57%
  • key color value is 31.37%

CMYK: (5,0,53,31)
C5M0Y53K31 (5%, 0%, 53%, 31%)
(0.05 / 0.00 / 0.53 / 0.31)

CMYK percentages

%4.57
%0
%52.57
%31.37

Codes

Color #A7AF53 in popluar color models

A7 AF 53
RGB 167 175 83
HSL 65° 36.51% 50.59%
HSB/HSV 65° 52.57% 68.63%
CMYK 4.57% 0.00% 52.57%
31.37%

Color #A7AF53 in popluar number systems.

HEX A7 AF 53
Decimal 167 175 83
Binary 10100111 10101111 1010011
Octal 247 257 123

Shades and tints

Shades of #A7AF53

#A7AF53
(167,175,83)
#98A04C
(152,160,76)
#899145
(137,145,69)
#7A823E
(122,130,62)
#6B7337
(107,115,55)
#5C6430
(92,100,48)
#4D5529
(77,85,41)
#3E4622
(62,70,34)
#2F371B
(47,55,27)
#202814
(32,40,20)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #A7AF53

#A7AF53
(167,175,83)
#AFB662
(175,182,98)
#B7BD71
(183,189,113)
#BFC480
(191,196,128)
#C7CB8F
(199,203,143)
#CFD29E
(207,210,158)
#D7D9AD
(215,217,173)
#DFE0BC
(223,224,188)
#E7E7CB
(231,231,203)
#EFEEDA
(239,238,218)
#F7F5E9
(247,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AF53 color. Also use rgb(167,175,83) instead hex code.

Text Font Color

.myTextColor { color: #A7AF53; }

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

This text font color is #A7AF53.

Background Color

.myBgColor { background-color: #A7AF53; }

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

This div background color is #A7AF53.

Border color

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

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

This div border color is #A7AF53.

Opacity

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

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

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

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

This text has shadow with #A7AF53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AF53.

Preview

Color preview on black background

This text has color #A7AF53 on black background.


Color preview on white background

This text has color #A7AF53 on white background.


Black color preview on #A7AF53 background

This text has black color on #A7AF53 background.


White color preview on #A7AF53 background

This text has white color on #A7AF53 background.


Related colors

Complementary color

Complementary color for #hex is #5850AC.


I love getcolorcode.com

Triadic colors

1 #53A7AF and #AF53A7 with #A7AF53 are triadic colors.

2 #53AFA7 and #AFA753 with #A7AF53 are triadic colors.