COLOR #A7A23A

HEX: #A7A23A
RGB: (167,162,58)

Color info

#A7A23A contains mainly red and green colors. Web safe color of #A7A23A is #999933 (or #993).

RGB color model

#A7A23A color RGB value is (167,162,58).

  • red value is 167;
  • green value is 162;
  • blue value is 58.
RGB:
(167,162,58)
(65%,64%,23%)

RGB channels and saturation

R 167 of 255 = 65%
G 162 of 255 = 64%
B 58 of 255 = 23%

167
162
58

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

Portions of RGB colors in percentages

R + G + B =
167 + 162 + 58 = 387 (100%)
R 167 of 387 ~ 43.15%
G 162 of 387 ~ 41.86%
B 58 of 387 ~ 14.99%

%43.15
%41.86
%14.99

CMYK color model

#A7A23A color CMYK value is (0,3,65,35).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 65.27%
  • key color value is 34.51%
CMYK:
(0,3,65,35)
C0M3Y65K35 
(0%,3%,65%,35%)
(0.00/0.03/0.65/0.35)	

CMYK percentages

%0
%2.99
%65.27
%34.51

Codes

Color #A7A23A in popluar color models

A7A23A
RGB16716258
HSL57°48.44%44.12%
HSB/HSV57°65.27%65.49%
CMYK0.00%2.99%65.27%
34.51%

Color #A7A23A in popluar number systems.

HEXA7A23A
Decimal16716258
Binary1010011110100010111010
Octal24724272

Shades and tints

Shades of #A7A23A

#A7A23A
(167,162,58)
#989435
(152,148,53)
#898630
(137,134,48)
#7A782B
(122,120,43)
#6B6A26
(107,106,38)
#5C5C21
(92,92,33)
#4D4E1C
(77,78,28)
#3E4017
(62,64,23)
#2F3212
(47,50,18)
#20240D
(32,36,13)
#111608
(17,22,8)
#000000
(0,0,0)

Tints of #A7A23A

#A7A23A
(167,162,58)
#AFAA4B
(175,170,75)
#B7B25C
(183,178,92)
#BFBA6D
(191,186,109)
#C7C27E
(199,194,126)
#CFCA8F
(207,202,143)
#D7D2A0
(215,210,160)
#DFDAB1
(223,218,177)
#E7E2C2
(231,226,194)
#EFEAD3
(239,234,211)
#F7F2E4
(247,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A23A; }

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

This text font color is #A7A23A.


Background Color

.myBgColor { background-color: #A7A23A; }

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

This div background color is #A7A23A.


Border color

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

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

This div border color is #A7A23A.


Opacity

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

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

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

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

This text has shadow with #A7A23A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A23A on black background.


Color preview on white background

This text has color #A7A23A on white background.



Black color preview on #A7A23A background

This text has black color on #A7A23A background.


White color preview on #A7A23A background

This text has white color on #A7A23A background.