COLOR #A8A960

HEX: #A8A960 RGB: (168,169,96)

Color info

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

RGB color model

#A8A960 color RGB value is (168,169,96).

RGB: (168,169,96) (66%, 66%, 38%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 96 of 255 = 38%

168
169
96

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

Portions of RGB colors in percentages

R + G + B = 168 + 169 + 96 = 433 (100%)
R 168 of 433 ~ 38.8%
G 169 of 433 ~ 39.03%
B 96 of 433 ~ 22.17'%

%38.8
%39.03
%22.17

CMYK color model

#A8A960 color CMYK value is (1,0,43,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 33.73%

CMYK: (1,0,43,34)
C1M0Y43K34 (1%, 0%, 43%, 34%)
(0.01 / 0.00 / 0.43 / 0.34)

CMYK percentages

%0.59
%0
%43.2
%33.73

Codes

Color #A8A960 in popluar color models

A8 A9 60
RGB 168 169 96
HSL 61° 29.80% 51.96%
HSB/HSV 61° 43.20% 66.27%
CMYK 0.59% 0.00% 43.20%
33.73%

Color #A8A960 in popluar number systems.

HEX A8 A9 60
Decimal 168 169 96
Binary 10101000 10101001 1100000
Octal 250 251 140

Shades and tints

Shades of #A8A960

#A8A960
(168,169,96)
#999A58
(153,154,88)
#8A8B50
(138,139,80)
#7B7C48
(123,124,72)
#6C6D40
(108,109,64)
#5D5E38
(93,94,56)
#4E4F30
(78,79,48)
#3F4028
(63,64,40)
#303120
(48,49,32)
#212218
(33,34,24)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8A960

#A8A960
(168,169,96)
#AFB06E
(175,176,110)
#B6B77C
(182,183,124)
#BDBE8A
(189,190,138)
#C4C598
(196,197,152)
#CBCCA6
(203,204,166)
#D2D3B4
(210,211,180)
#D9DAC2
(217,218,194)
#E0E1D0
(224,225,208)
#E7E8DE
(231,232,222)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A960 color. Also use rgb(168,169,96) instead hex code.

Text Font Color

.myTextColor { color: #A8A960; }

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

This text font color is #A8A960.

Background Color

.myBgColor { background-color: #A8A960; }

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

This div background color is #A8A960.

Border color

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

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

This div border color is #A8A960.

Opacity

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

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

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

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

This text has shadow with #A8A960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A960.

Preview

Color preview on black background

This text has color #A8A960 on black background.


Color preview on white background

This text has color #A8A960 on white background.


Black color preview on #A8A960 background

This text has black color on #A8A960 background.


White color preview on #A8A960 background

This text has white color on #A8A960 background.


Related colors

Complementary color

Complementary color for #hex is #57569F.


I love getcolorcode.com

Triadic colors

1 #60A8A9 and #A960A8 with #A8A960 are triadic colors.

2 #60A9A8 and #A9A860 with #A8A960 are triadic colors.