COLOR #A7A718

HEX: #A7A718
RGB: (167,167,24)

Color info

#A7A718 contains mainly red and green colors. Web safe color of #A7A718 is #999900 (or #990).

RGB color model

#A7A718 color RGB value is (167,167,24).

  • red value is 167;
  • green value is 167;
  • blue value is 24.
RGB:
(167,167,24)
(65%,65%,9%)

RGB channels and saturation

R 167 of 255 = 65%
G 167 of 255 = 65%
B 24 of 255 = 9%

167
167
24

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

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 24 = 358 (100%)
R 167 of 358 ~ 46.65%
G 167 of 358 ~ 46.65%
B 24 of 358 ~ 6.7%

%46.65
%46.65

CMYK color model

#A7A718 color CMYK value is (0,0,86,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 85.63%
  • key color value is 34.51%
CMYK:
(0,0,86,35)
C0M0Y86K35 
(0%,0%,86%,35%)
(0.00/0.00/0.86/0.35)	

CMYK percentages

%0
%0
%85.63
%34.51

Codes

Color #A7A718 in popluar color models

A7A718
RGB16716724
HSL60°74.87%37.45%
HSB/HSV60°85.63%65.49%
CMYK0.00%0.00%85.63%
34.51%

Color #A7A718 in popluar number systems.

HEXA7A718
Decimal16716724
Binary101001111010011111000
Octal24724730

Shades and tints

Shades of #A7A718

#A7A718
(167,167,24)
#989816
(152,152,22)
#898914
(137,137,20)
#7A7A12
(122,122,18)
#6B6B10
(107,107,16)
#5C5C0E
(92,92,14)
#4D4D0C
(77,77,12)
#3E3E0A
(62,62,10)
#2F2F08
(47,47,8)
#202006
(32,32,6)
#111104
(17,17,4)
#000000
(0,0,0)

Tints of #A7A718

#A7A718
(167,167,24)
#AFAF2D
(175,175,45)
#B7B742
(183,183,66)
#BFBF57
(191,191,87)
#C7C76C
(199,199,108)
#CFCF81
(207,207,129)
#D7D796
(215,215,150)
#DFDFAB
(223,223,171)
#E7E7C0
(231,231,192)
#EFEFD5
(239,239,213)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A718; }

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

This text font color is #A7A718.


Background Color

.myBgColor { background-color: #A7A718; }

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

This div background color is #A7A718.


Border color

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

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

This div border color is #A7A718.


Opacity

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

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

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

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

This text has shadow with #A7A718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A718 on black background.


Color preview on white background

This text has color #A7A718 on white background.



Black color preview on #A7A718 background

This text has black color on #A7A718 background.


White color preview on #A7A718 background

This text has white color on #A7A718 background.