COLOR #A0A073

HEX: #A0A073
RGB: (160,160,115)

Color info

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

RGB color model

#A0A073 color RGB value is (160,160,115).

  • red value is 160;
  • green value is 160;
  • blue value is 115.
RGB:
(160,160,115)
(63%,63%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 115 of 255 = 45%

160
160
115

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

Portions of RGB colors in percentages

R + G + B =
160 + 160 + 115 = 435 (100%)
R 160 of 435 ~ 36.78%
G 160 of 435 ~ 36.78%
B 115 of 435 ~ 26.44%

%36.78
%36.78
%26.44

CMYK color model

#A0A073 color CMYK value is (0,0,28,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(0,0,28,37)
C0M0Y28K37 
(0%,0%,28%,37%)
(0.00/0.00/0.28/0.37)	

CMYK percentages

%0
%0
%28.13
%37.25

Codes

Color #A0A073 in popluar color models

A0A073
RGB160160115
HSL60°19.15%53.92%
HSB/HSV60°28.13%62.75%
CMYK0.00%0.00%28.13%
37.25%

Color #A0A073 in popluar number systems.

HEXA0A073
Decimal160160115
Binary10100000101000001110011
Octal240240163

Shades and tints

Shades of #A0A073

#A0A073
(160,160,115)
#929269
(146,146,105)
#84845F
(132,132,95)
#767655
(118,118,85)
#68684B
(104,104,75)
#5A5A41
(90,90,65)
#4C4C37
(76,76,55)
#3E3E2D
(62,62,45)
#303023
(48,48,35)
#222219
(34,34,25)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0A073

#A0A073
(160,160,115)
#A8A87F
(168,168,127)
#B0B08B
(176,176,139)
#B8B897
(184,184,151)
#C0C0A3
(192,192,163)
#C8C8AF
(200,200,175)
#D0D0BB
(208,208,187)
#D8D8C7
(216,216,199)
#E0E0D3
(224,224,211)
#E8E8DF
(232,232,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A073; }

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

This text font color is #A0A073.


Background Color

.myBgColor { background-color: #A0A073; }

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

This div background color is #A0A073.


Border color

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

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

This div border color is #A0A073.


Opacity

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

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

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

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

This text has shadow with #A0A073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A073 on black background.


Color preview on white background

This text has color #A0A073 on white background.



Black color preview on #A0A073 background

This text has black color on #A0A073 background.


White color preview on #A0A073 background

This text has white color on #A0A073 background.