COLOR #A0A95E

HEX: #A0A95E RGB: (160,169,94)

Color info

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

RGB color model

#A0A95E color RGB value is (160,169,94).

RGB: (160,169,94) (63%, 66%, 37%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 94 of 255 = 37%

160
169
94

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

Portions of RGB colors in percentages

R + G + B = 160 + 169 + 94 = 423 (100%)
R 160 of 423 ~ 37.83%
G 169 of 423 ~ 39.95%
B 94 of 423 ~ 22.22'%

%37.83
%39.95
%22.22

CMYK color model

#A0A95E color CMYK value is (5,0,44,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 44.38%
  • key color value is 33.73%
CMYK: (5,0,44,34) C5M0Y44K34 (5%,0%,44%,34%) (0.05/0.00/0.44/0.34) 

CMYK percentages

%5.33
%0
%44.38
%33.73

Codes

Color #A0A95E in popluar color models

A0 A9 5E
RGB 160 169 94
HSL 67° 30.36% 51.57%
HSB/HSV 67° 44.38% 66.27%
CMYK 5.33% 0.00% 44.38%
33.73%

Color #A0A95E in popluar number systems.

HEX A0 A9 5E
Decimal 160 169 94
Binary 10100000 10101001 1011110
Octal 240 251 136

Shades and tints

Shades of #A0A95E

#A0A95E
(160,169,94)
#929A56
(146,154,86)
#848B4E
(132,139,78)
#767C46
(118,124,70)
#686D3E
(104,109,62)
#5A5E36
(90,94,54)
#4C4F2E
(76,79,46)
#3E4026
(62,64,38)
#30311E
(48,49,30)
#222216
(34,34,22)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A0A95E

#A0A95E
(160,169,94)
#A8B06C
(168,176,108)
#B0B77A
(176,183,122)
#B8BE88
(184,190,136)
#C0C596
(192,197,150)
#C8CCA4
(200,204,164)
#D0D3B2
(208,211,178)
#D8DAC0
(216,218,192)
#E0E1CE
(224,225,206)
#E8E8DC
(232,232,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A95E color. Also use rgb(160,169,94) instead hex code.

Text Font Color

.myTextColor { color: #A0A95E; }

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

This text font color is #A0A95E.

Background Color

.myBgColor { background-color: #A0A95E; }

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

This div background color is #A0A95E.

Border color

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

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

This div border color is #A0A95E.

Opacity

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

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

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

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

This text has shadow with #A0A95E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A95E.

Preview

Color preview on black background

This text has color #A0A95E on black background.


Color preview on white background

This text has color #A0A95E on white background.


Black color preview on #A0A95E background

This text has black color on #A0A95E background.


White color preview on #A0A95E background

This text has white color on #A0A95E background.


Related colors

Complementary color

Complementary color for #hex is #5F56A1.


I love getcolorcode.com

Triadic colors

1 #5EA0A9 and #A95EA0 with #A0A95E are triadic colors.

2 #5EA9A0 and #A9A05E with #A0A95E are triadic colors.