COLOR #A8A46A

HEX: #A8A46A
RGB: (168,164,106)

Color info

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

RGB color model

#A8A46A color RGB value is (168,164,106).

  • red value is 168;
  • green value is 164;
  • blue value is 106.
RGB:
(168,164,106)
(66%,64%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 106 of 255 = 42%

168
164
106

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

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 106 = 438 (100%)
R 168 of 438 ~ 38.36%
G 164 of 438 ~ 37.44%
B 106 of 438 ~ 24.2%

%38.36
%37.44
%24.2

CMYK color model

#A8A46A color CMYK value is (0,2,37,34).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 36.90%
  • key color value is 34.12%
CMYK:
(0,2,37,34)
C0M2Y37K34 
(0%,2%,37%,34%)
(0.00/0.02/0.37/0.34)	

CMYK percentages

%0
%2.38
%36.9
%34.12

Codes

Color #A8A46A in popluar color models

A8A46A
RGB168164106
HSL56°26.27%53.73%
HSB/HSV56°36.90%65.88%
CMYK0.00%2.38%36.90%
34.12%

Color #A8A46A in popluar number systems.

HEXA8A46A
Decimal168164106
Binary10101000101001001101010
Octal250244152

Shades and tints

Shades of #A8A46A

#A8A46A
(168,164,106)
#999661
(153,150,97)
#8A8858
(138,136,88)
#7B7A4F
(123,122,79)
#6C6C46
(108,108,70)
#5D5E3D
(93,94,61)
#4E5034
(78,80,52)
#3F422B
(63,66,43)
#303422
(48,52,34)
#212619
(33,38,25)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #A8A46A

#A8A46A
(168,164,106)
#AFAC77
(175,172,119)
#B6B484
(182,180,132)
#BDBC91
(189,188,145)
#C4C49E
(196,196,158)
#CBCCAB
(203,204,171)
#D2D4B8
(210,212,184)
#D9DCC5
(217,220,197)
#E0E4D2
(224,228,210)
#E7ECDF
(231,236,223)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A46A color. Also use rgb(168,164,106) instead hex code.

Text Font Color

.myTextColor { color: #A8A46A; }

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

This text font color is #A8A46A.


Background Color

.myBgColor { background-color: #A8A46A; }

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

This div background color is #A8A46A.


Border color

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

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

This div border color is #A8A46A.


Opacity

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

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

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

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

This text has shadow with #A8A46A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A46A on black background.


Color preview on white background

This text has color #A8A46A on white background.



Black color preview on #A8A46A background

This text has black color on #A8A46A background.


White color preview on #A8A46A background

This text has white color on #A8A46A background.