COLOR #A8A95A

HEX: #A8A95A
RGB: (168,169,90)

Color info

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

RGB color model

#A8A95A color RGB value is (168,169,90).

  • red value is 168;
  • green value is 169;
  • blue value is 90.
RGB:
(168,169,90)
(66%,66%,35%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 90 of 255 = 35%

168
169
90

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

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 90 = 427 (100%)
R 168 of 427 ~ 39.34%
G 169 of 427 ~ 39.58%
B 90 of 427 ~ 21.08%

%39.34
%39.58
%21.08

CMYK color model

#A8A95A color CMYK value is (1,0,47,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 46.75%
  • key color value is 33.73%
CMYK:
(1,0,47,34)
C1M0Y47K34 
(1%,0%,47%,34%)
(0.01/0.00/0.47/0.34)	

CMYK percentages

%0.59
%0
%46.75
%33.73

Codes

Color #A8A95A in popluar color models

A8A95A
RGB16816990
HSL61°31.47%50.78%
HSB/HSV61°46.75%66.27%
CMYK0.59%0.00%46.75%
33.73%

Color #A8A95A in popluar number systems.

HEXA8A95A
Decimal16816990
Binary10101000101010011011010
Octal250251132

Shades and tints

Shades of #A8A95A

#A8A95A
(168,169,90)
#999A52
(153,154,82)
#8A8B4A
(138,139,74)
#7B7C42
(123,124,66)
#6C6D3A
(108,109,58)
#5D5E32
(93,94,50)
#4E4F2A
(78,79,42)
#3F4022
(63,64,34)
#30311A
(48,49,26)
#212212
(33,34,18)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #A8A95A

#A8A95A
(168,169,90)
#AFB069
(175,176,105)
#B6B778
(182,183,120)
#BDBE87
(189,190,135)
#C4C596
(196,197,150)
#CBCCA5
(203,204,165)
#D2D3B4
(210,211,180)
#D9DAC3
(217,218,195)
#E0E1D2
(224,225,210)
#E7E8E1
(231,232,225)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A95A; }

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

This text font color is #A8A95A.


Background Color

.myBgColor { background-color: #A8A95A; }

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

This div background color is #A8A95A.


Border color

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

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

This div border color is #A8A95A.


Opacity

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

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

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

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

This text has shadow with #A8A95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A95A on black background.


Color preview on white background

This text has color #A8A95A on white background.



Black color preview on #A8A95A background

This text has black color on #A8A95A background.


White color preview on #A8A95A background

This text has white color on #A8A95A background.