COLOR #A0A69A

HEX: #A0A69A
RGB: (160,166,154)

Color info

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

RGB color model

#A0A69A color RGB value is (160,166,154).

  • red value is 160;
  • green value is 166;
  • blue value is 154.
RGB:
(160,166,154)
(63%,65%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 154 of 255 = 60%

160
166
154

R + G + B ~ 63%. #A0A69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 166 + 154 = 480 (100%)
R 160 of 480 ~ 33.33%
G 166 of 480 ~ 34.58%
B 154 of 480 ~ 32.08%

%33.33
%34.58
%32.08

CMYK color model

#A0A69A color CMYK value is (4,0,7,35).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(4,0,7,35)
C4M0Y7K35 
(4%,0%,7%,35%)
(0.04/0.00/0.07/0.35)	

CMYK percentages

%3.61
%0
%7.23
%34.9

Codes

Color #A0A69A in popluar color models

A0A69A
RGB160166154
HSL90°6.32%62.75%
HSB/HSV90°7.23%65.10%
CMYK3.61%0.00%7.23%
34.90%

Color #A0A69A in popluar number systems.

HEXA0A69A
Decimal160166154
Binary101000001010011010011010
Octal240246232

Shades and tints

Shades of #A0A69A

#A0A69A
(160,166,154)
#92978C
(146,151,140)
#84887E
(132,136,126)
#767970
(118,121,112)
#686A62
(104,106,98)
#5A5B54
(90,91,84)
#4C4C46
(76,76,70)
#3E3D38
(62,61,56)
#302E2A
(48,46,42)
#221F1C
(34,31,28)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #A0A69A

#A0A69A
(160,166,154)
#A8AEA3
(168,174,163)
#B0B6AC
(176,182,172)
#B8BEB5
(184,190,181)
#C0C6BE
(192,198,190)
#C8CEC7
(200,206,199)
#D0D6D0
(208,214,208)
#D8DED9
(216,222,217)
#E0E6E2
(224,230,226)
#E8EEEB
(232,238,235)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A69A; }

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

This text font color is #A0A69A.


Background Color

.myBgColor { background-color: #A0A69A; }

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

This div background color is #A0A69A.


Border color

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

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

This div border color is #A0A69A.


Opacity

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

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

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

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

This text has shadow with #A0A69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A69A on black background.


Color preview on white background

This text has color #A0A69A on white background.



Black color preview on #A0A69A background

This text has black color on #A0A69A background.


White color preview on #A0A69A background

This text has white color on #A0A69A background.