COLOR #A0A15F

HEX: #A0A15F
RGB: (160,161,95)

Color info

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

RGB color model

#A0A15F color RGB value is (160,161,95).

  • red value is 160;
  • green value is 161;
  • blue value is 95.
RGB:
(160,161,95)
(63%,63%,37%)

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 95 of 255 = 37%

160
161
95

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 95 = 416 (100%)
R 160 of 416 ~ 38.46%
G 161 of 416 ~ 38.7%
B 95 of 416 ~ 22.84%

%38.46
%38.7
%22.84

CMYK color model

#A0A15F color CMYK value is (1,0,41,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 36.86%
CMYK:
(1,0,41,37)
C1M0Y41K37 
(1%,0%,41%,37%)
(0.01/0.00/0.41/0.37)	

CMYK percentages

%0.62
%0
%40.99
%36.86

Codes

Color #A0A15F in popluar color models

A0A15F
RGB16016195
HSL61°25.98%50.20%
HSB/HSV61°40.99%63.14%
CMYK0.62%0.00%40.99%
36.86%

Color #A0A15F in popluar number systems.

HEXA0A15F
Decimal16016195
Binary10100000101000011011111
Octal240241137

Shades and tints

Shades of #A0A15F

#A0A15F
(160,161,95)
#929357
(146,147,87)
#84854F
(132,133,79)
#767747
(118,119,71)
#68693F
(104,105,63)
#5A5B37
(90,91,55)
#4C4D2F
(76,77,47)
#3E3F27
(62,63,39)
#30311F
(48,49,31)
#222317
(34,35,23)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #A0A15F

#A0A15F
(160,161,95)
#A8A96D
(168,169,109)
#B0B17B
(176,177,123)
#B8B989
(184,185,137)
#C0C197
(192,193,151)
#C8C9A5
(200,201,165)
#D0D1B3
(208,209,179)
#D8D9C1
(216,217,193)
#E0E1CF
(224,225,207)
#E8E9DD
(232,233,221)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A15F color. Also use rgb(160,161,95) instead hex code.

Text Font Color

.myTextColor { color: #A0A15F; }

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

This text font color is #A0A15F.


Background Color

.myBgColor { background-color: #A0A15F; }

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

This div background color is #A0A15F.


Border color

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

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

This div border color is #A0A15F.


Opacity

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

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

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

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

This text has shadow with #A0A15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A15F on black background.


Color preview on white background

This text has color #A0A15F on white background.



Black color preview on #A0A15F background

This text has black color on #A0A15F background.


White color preview on #A0A15F background

This text has white color on #A0A15F background.