COLOR #A7A562

HEX: #A7A562 RGB: (167,165,98)

Color info

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

RGB color model

#A7A562 color RGB value is (167,165,98).

RGB: (167,165,98) (65%, 65%, 38%)

RGB channels and saturation

R 167 of 255 = 65%
G 165 of 255 = 65%
B 98 of 255 = 38%

167
165
98

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

Portions of RGB colors in percentages

R + G + B = 167 + 165 + 98 = 430 (100%)
R 167 of 430 ~ 38.84%
G 165 of 430 ~ 38.37%
B 98 of 430 ~ 22.79'%

%38.84
%38.37
%22.79

CMYK color model

#A7A562 color CMYK value is (0,1,41,35).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 41.32%
  • key color value is 34.51%

CMYK: (0,1,41,35)
C0M1Y41K35 (0%, 1%, 41%, 35%)
(0.00 / 0.01 / 0.41 / 0.35)

CMYK percentages

%0
%1.2
%41.32
%34.51

Codes

Color #A7A562 in popluar color models

A7 A5 62
RGB 167 165 98
HSL 58° 28.16% 51.96%
HSB/HSV 58° 41.32% 65.49%
CMYK 0.00% 1.20% 41.32%
34.51%

Color #A7A562 in popluar number systems.

HEX A7 A5 62
Decimal 167 165 98
Binary 10100111 10100101 1100010
Octal 247 245 142

Shades and tints

Shades of #A7A562

#A7A562
(167,165,98)
#98965A
(152,150,90)
#898752
(137,135,82)
#7A784A
(122,120,74)
#6B6942
(107,105,66)
#5C5A3A
(92,90,58)
#4D4B32
(77,75,50)
#3E3C2A
(62,60,42)
#2F2D22
(47,45,34)
#201E1A
(32,30,26)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A7A562

#A7A562
(167,165,98)
#AFAD70
(175,173,112)
#B7B57E
(183,181,126)
#BFBD8C
(191,189,140)
#C7C59A
(199,197,154)
#CFCDA8
(207,205,168)
#D7D5B6
(215,213,182)
#DFDDC4
(223,221,196)
#E7E5D2
(231,229,210)
#EFEDE0
(239,237,224)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A562 color. Also use rgb(167,165,98) instead hex code.

Text Font Color

.myTextColor { color: #A7A562; }

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

This text font color is #A7A562.

Background Color

.myBgColor { background-color: #A7A562; }

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

This div background color is #A7A562.

Border color

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

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

This div border color is #A7A562.

Opacity

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

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

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

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

This text has shadow with #A7A562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A562.

Preview

Color preview on black background

This text has color #A7A562 on black background.


Color preview on white background

This text has color #A7A562 on white background.


Black color preview on #A7A562 background

This text has black color on #A7A562 background.


White color preview on #A7A562 background

This text has white color on #A7A562 background.


Related colors

Complementary color

Complementary color for #hex is #585A9D.


I love getcolorcode.com

Triadic colors

1 #62A7A5 and #A562A7 with #A7A562 are triadic colors.

2 #62A5A7 and #A5A762 with #A7A562 are triadic colors.