COLOR #A8A480

HEX: #A8A480
RGB: (168,164,128)

Color info

#A8A480 contains red, green and blue colors in about the same proportion. Web safe color of #A8A480 is #999966 (or #996).

RGB color model

#A8A480 color RGB value is (168,164,128).

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

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 128 of 255 = 50%

168
164
128

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

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 128 = 460 (100%)
R 168 of 460 ~ 36.52%
G 164 of 460 ~ 35.65%
B 128 of 460 ~ 27.83%

%36.52
%35.65
%27.83

CMYK color model

#A8A480 color CMYK value is (0,2,24,34).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 23.81%
  • key color value is 34.12%
CMYK:
(0,2,24,34)
C0M2Y24K34 
(0%,2%,24%,34%)
(0.00/0.02/0.24/0.34)	

CMYK percentages

%0
%2.38
%23.81
%34.12

Codes

Color #A8A480 in popluar color models

A8A480
RGB168164128
HSL54°18.69%58.04%
HSB/HSV54°23.81%65.88%
CMYK0.00%2.38%23.81%
34.12%

Color #A8A480 in popluar number systems.

HEXA8A480
Decimal168164128
Binary101010001010010010000000
Octal250244200

Shades and tints

Shades of #A8A480

#A8A480
(168,164,128)
#999675
(153,150,117)
#8A886A
(138,136,106)
#7B7A5F
(123,122,95)
#6C6C54
(108,108,84)
#5D5E49
(93,94,73)
#4E503E
(78,80,62)
#3F4233
(63,66,51)
#303428
(48,52,40)
#21261D
(33,38,29)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #A8A480

#A8A480
(168,164,128)
#AFAC8B
(175,172,139)
#B6B496
(182,180,150)
#BDBCA1
(189,188,161)
#C4C4AC
(196,196,172)
#CBCCB7
(203,204,183)
#D2D4C2
(210,212,194)
#D9DCCD
(217,220,205)
#E0E4D8
(224,228,216)
#E7ECE3
(231,236,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A480; }

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

This text font color is #A8A480.


Background Color

.myBgColor { background-color: #A8A480; }

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

This div background color is #A8A480.


Border color

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

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

This div border color is #A8A480.


Opacity

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

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

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

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

This text has shadow with #A8A480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A480 on black background.


Color preview on white background

This text has color #A8A480 on white background.



Black color preview on #A8A480 background

This text has black color on #A8A480 background.


White color preview on #A8A480 background

This text has white color on #A8A480 background.