COLOR #A0A68E

HEX: #A0A68E RGB: (160,166,142)

Color info

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

RGB color model

#A0A68E color RGB value is (160,166,142).

RGB: (160,166,142) (63%, 65%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 142 of 255 = 56%

160
166
142

R + G + B ~ 61%. #A0A68E is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 166 + 142 = 468 (100%)
R 160 of 468 ~ 34.19%
G 166 of 468 ~ 35.47%
B 142 of 468 ~ 30.34'%

%34.19
%35.47
%30.34

CMYK color model

#A0A68E color CMYK value is (4,0,14,35).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 34.90%

CMYK: (4,0,14,35)
C4M0Y14K35 (4%, 0%, 14%, 35%)
(0.04 / 0.00 / 0.14 / 0.35)

CMYK percentages

%3.61
%0
%14.46
%34.9

Codes

Color #A0A68E in popluar color models

A0 A6 8E
RGB 160 166 142
HSL 75° 11.88% 60.39%
HSB/HSV 75° 14.46% 65.10%
CMYK 3.61% 0.00% 14.46%
34.90%

Color #A0A68E in popluar number systems.

HEX A0 A6 8E
Decimal 160 166 142
Binary 10100000 10100110 10001110
Octal 240 246 216

Shades and tints

Shades of #A0A68E

#A0A68E
(160,166,142)
#929782
(146,151,130)
#848876
(132,136,118)
#76796A
(118,121,106)
#686A5E
(104,106,94)
#5A5B52
(90,91,82)
#4C4C46
(76,76,70)
#3E3D3A
(62,61,58)
#302E2E
(48,46,46)
#221F22
(34,31,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #A0A68E

#A0A68E
(160,166,142)
#A8AE98
(168,174,152)
#B0B6A2
(176,182,162)
#B8BEAC
(184,190,172)
#C0C6B6
(192,198,182)
#C8CEC0
(200,206,192)
#D0D6CA
(208,214,202)
#D8DED4
(216,222,212)
#E0E6DE
(224,230,222)
#E8EEE8
(232,238,232)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A68E; }

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

This text font color is #A0A68E.

Background Color

.myBgColor { background-color: #A0A68E; }

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

This div background color is #A0A68E.

Border color

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

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

This div border color is #A0A68E.

Opacity

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

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

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

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

This text has shadow with #A0A68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A68E.

Preview

Color preview on black background

This text has color #A0A68E on black background.


Color preview on white background

This text has color #A0A68E on white background.


Black color preview on #A0A68E background

This text has black color on #A0A68E background.


White color preview on #A0A68E background

This text has white color on #A0A68E background.


Related colors

Complementary color

Complementary color for #hex is #5F5971.


I love getcolorcode.com

Triadic colors

1 #8EA0A6 and #A68EA0 with #A0A68E are triadic colors.

2 #8EA6A0 and #A6A08E with #A0A68E are triadic colors.