COLOR #A0A179

HEX: #A0A179
RGB: (160,161,121)

Color info

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

RGB color model

#A0A179 color RGB value is (160,161,121).

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

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 121 of 255 = 47%

160
161
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 121 = 442 (100%)
R 160 of 442 ~ 36.2%
G 161 of 442 ~ 36.43%
B 121 of 442 ~ 27.38%

%36.2
%36.43
%27.38

CMYK color model

#A0A179 color CMYK value is (1,0,25,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(1,0,25,37)
C1M0Y25K37 
(1%,0%,25%,37%)
(0.01/0.00/0.25/0.37)	

CMYK percentages

%0.62
%0
%24.84
%36.86

Codes

Color #A0A179 in popluar color models

A0A179
RGB160161121
HSL62°17.54%55.29%
HSB/HSV62°24.84%63.14%
CMYK0.62%0.00%24.84%
36.86%

Color #A0A179 in popluar number systems.

HEXA0A179
Decimal160161121
Binary10100000101000011111001
Octal240241171

Shades and tints

Shades of #A0A179

#A0A179
(160,161,121)
#92936E
(146,147,110)
#848563
(132,133,99)
#767758
(118,119,88)
#68694D
(104,105,77)
#5A5B42
(90,91,66)
#4C4D37
(76,77,55)
#3E3F2C
(62,63,44)
#303121
(48,49,33)
#222316
(34,35,22)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #A0A179

#A0A179
(160,161,121)
#A8A985
(168,169,133)
#B0B191
(176,177,145)
#B8B99D
(184,185,157)
#C0C1A9
(192,193,169)
#C8C9B5
(200,201,181)
#D0D1C1
(208,209,193)
#D8D9CD
(216,217,205)
#E0E1D9
(224,225,217)
#E8E9E5
(232,233,229)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A179; }

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

This text font color is #A0A179.


Background Color

.myBgColor { background-color: #A0A179; }

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

This div background color is #A0A179.


Border color

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

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

This div border color is #A0A179.


Opacity

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

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

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

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

This text has shadow with #A0A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A179 on black background.


Color preview on white background

This text has color #A0A179 on white background.



Black color preview on #A0A179 background

This text has black color on #A0A179 background.


White color preview on #A0A179 background

This text has white color on #A0A179 background.