COLOR #A7AF69

HEX: #A7AF69
RGB: (167,175,105)

Color info

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

RGB color model

#A7AF69 color RGB value is (167,175,105).

  • red value is 167;
  • green value is 175;
  • blue value is 105.
RGB:
(167,175,105)
(65%,69%,41%)

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 105 of 255 = 41%

167
175
105

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

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 105 = 447 (100%)
R 167 of 447 ~ 37.36%
G 175 of 447 ~ 39.15%
B 105 of 447 ~ 23.49%

%37.36
%39.15
%23.49

CMYK color model

#A7AF69 color CMYK value is (5,0,40,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 31.37%
CMYK:
(5,0,40,31)
C5M0Y40K31 
(5%,0%,40%,31%)
(0.05/0.00/0.40/0.31)	

CMYK percentages

%4.57
%0
%40
%31.37

Codes

Color #A7AF69 in popluar color models

A7AF69
RGB167175105
HSL67°30.43%54.90%
HSB/HSV67°40.00%68.63%
CMYK4.57%0.00%40.00%
31.37%

Color #A7AF69 in popluar number systems.

HEXA7AF69
Decimal167175105
Binary10100111101011111101001
Octal247257151

Shades and tints

Shades of #A7AF69

#A7AF69
(167,175,105)
#98A060
(152,160,96)
#899157
(137,145,87)
#7A824E
(122,130,78)
#6B7345
(107,115,69)
#5C643C
(92,100,60)
#4D5533
(77,85,51)
#3E462A
(62,70,42)
#2F3721
(47,55,33)
#202818
(32,40,24)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #A7AF69

#A7AF69
(167,175,105)
#AFB676
(175,182,118)
#B7BD83
(183,189,131)
#BFC490
(191,196,144)
#C7CB9D
(199,203,157)
#CFD2AA
(207,210,170)
#D7D9B7
(215,217,183)
#DFE0C4
(223,224,196)
#E7E7D1
(231,231,209)
#EFEEDE
(239,238,222)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AF69; }

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

This text font color is #A7AF69.


Background Color

.myBgColor { background-color: #A7AF69; }

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

This div background color is #A7AF69.


Border color

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

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

This div border color is #A7AF69.


Opacity

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

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

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

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

This text has shadow with #A7AF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AF69 on black background.


Color preview on white background

This text has color #A7AF69 on white background.



Black color preview on #A7AF69 background

This text has black color on #A7AF69 background.


White color preview on #A7AF69 background

This text has white color on #A7AF69 background.