COLOR #A0A07E

HEX: #A0A07E
RGB: (160,160,126)

Color info

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

RGB color model

#A0A07E color RGB value is (160,160,126).

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

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 126 of 255 = 49%

160
160
126

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

Portions of RGB colors in percentages

R + G + B =
160 + 160 + 126 = 446 (100%)
R 160 of 446 ~ 35.87%
G 160 of 446 ~ 35.87%
B 126 of 446 ~ 28.25%

%35.87
%35.87
%28.25

CMYK color model

#A0A07E color CMYK value is (0,0,21,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 37.25%
CMYK:
(0,0,21,37)
C0M0Y21K37 
(0%,0%,21%,37%)
(0.00/0.00/0.21/0.37)	

CMYK percentages

%0
%0
%21.25
%37.25

Codes

Color #A0A07E in popluar color models

A0A07E
RGB160160126
HSL60°15.18%56.08%
HSB/HSV60°21.25%62.75%
CMYK0.00%0.00%21.25%
37.25%

Color #A0A07E in popluar number systems.

HEXA0A07E
Decimal160160126
Binary10100000101000001111110
Octal240240176

Shades and tints

Shades of #A0A07E

#A0A07E
(160,160,126)
#929273
(146,146,115)
#848468
(132,132,104)
#76765D
(118,118,93)
#686852
(104,104,82)
#5A5A47
(90,90,71)
#4C4C3C
(76,76,60)
#3E3E31
(62,62,49)
#303026
(48,48,38)
#22221B
(34,34,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A0A07E

#A0A07E
(160,160,126)
#A8A889
(168,168,137)
#B0B094
(176,176,148)
#B8B89F
(184,184,159)
#C0C0AA
(192,192,170)
#C8C8B5
(200,200,181)
#D0D0C0
(208,208,192)
#D8D8CB
(216,216,203)
#E0E0D6
(224,224,214)
#E8E8E1
(232,232,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A07E; }

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

This text font color is #A0A07E.


Background Color

.myBgColor { background-color: #A0A07E; }

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

This div background color is #A0A07E.


Border color

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

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

This div border color is #A0A07E.


Opacity

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

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

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

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

This text has shadow with #A0A07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A07E on black background.


Color preview on white background

This text has color #A0A07E on white background.



Black color preview on #A0A07E background

This text has black color on #A0A07E background.


White color preview on #A0A07E background

This text has white color on #A0A07E background.