COLOR #A0A389

HEX: #A0A389
RGB: (160,163,137)

Color info

#A0A389 contains red, green and blue colors in about the same proportion. Web safe color of #A0A389 is #999999 (or #999).

RGB color model

#A0A389 color RGB value is (160,163,137).

  • red value is 160;
  • green value is 163;
  • blue value is 137.
RGB:
(160,163,137)
(63%,64%,54%)

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 137 of 255 = 54%

160
163
137

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

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 137 = 460 (100%)
R 160 of 460 ~ 34.78%
G 163 of 460 ~ 35.43%
B 137 of 460 ~ 29.78%

%34.78
%35.43
%29.78

CMYK color model

#A0A389 color CMYK value is (2,0,16,36).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(2,0,16,36)
C2M0Y16K36 
(2%,0%,16%,36%)
(0.02/0.00/0.16/0.36)	

CMYK percentages

%1.84
%0
%15.95
%36.08

Codes

Color #A0A389 in popluar color models

A0A389
RGB160163137
HSL67°12.38%58.82%
HSB/HSV67°15.95%63.92%
CMYK1.84%0.00%15.95%
36.08%

Color #A0A389 in popluar number systems.

HEXA0A389
Decimal160163137
Binary101000001010001110001001
Octal240243211

Shades and tints

Shades of #A0A389

#A0A389
(160,163,137)
#92957D
(146,149,125)
#848771
(132,135,113)
#767965
(118,121,101)
#686B59
(104,107,89)
#5A5D4D
(90,93,77)
#4C4F41
(76,79,65)
#3E4135
(62,65,53)
#303329
(48,51,41)
#22251D
(34,37,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #A0A389

#A0A389
(160,163,137)
#A8AB93
(168,171,147)
#B0B39D
(176,179,157)
#B8BBA7
(184,187,167)
#C0C3B1
(192,195,177)
#C8CBBB
(200,203,187)
#D0D3C5
(208,211,197)
#D8DBCF
(216,219,207)
#E0E3D9
(224,227,217)
#E8EBE3
(232,235,227)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A389; }

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

This text font color is #A0A389.


Background Color

.myBgColor { background-color: #A0A389; }

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

This div background color is #A0A389.


Border color

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

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

This div border color is #A0A389.


Opacity

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

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

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

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

This text has shadow with #A0A389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A389 on black background.


Color preview on white background

This text has color #A0A389 on white background.



Black color preview on #A0A389 background

This text has black color on #A0A389 background.


White color preview on #A0A389 background

This text has white color on #A0A389 background.