COLOR #A0A692

HEX: #A0A692 RGB: (160,166,146)

Color info

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

RGB color model

#A0A692 color RGB value is (160,166,146).

RGB: (160,166,146) (63%, 65%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 166 of 255 = 65%
B 146 of 255 = 57%

160
166
146

R + G + B ~ 62%. #A0A692 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 166 + 146 = 472 (100%)
R 160 of 472 ~ 33.9%
G 166 of 472 ~ 35.17%
B 146 of 472 ~ 30.93'%

%33.9
%35.17
%30.93

CMYK color model

#A0A692 color CMYK value is (4,0,12,35).

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

CMYK: (4,0,12,35)
C4M0Y12K35 (4%, 0%, 12%, 35%)
(0.04 / 0.00 / 0.12 / 0.35)

CMYK percentages

%3.61
%0
%12.05
%34.9

Codes

Color #A0A692 in popluar color models

A0 A6 92
RGB 160 166 146
HSL 78° 10.10% 61.18%
HSB/HSV 78° 12.05% 65.10%
CMYK 3.61% 0.00% 12.05%
34.90%

Color #A0A692 in popluar number systems.

HEX A0 A6 92
Decimal 160 166 146
Binary 10100000 10100110 10010010
Octal 240 246 222

Shades and tints

Shades of #A0A692

#A0A692
(160,166,146)
#929785
(146,151,133)
#848878
(132,136,120)
#76796B
(118,121,107)
#686A5E
(104,106,94)
#5A5B51
(90,91,81)
#4C4C44
(76,76,68)
#3E3D37
(62,61,55)
#302E2A
(48,46,42)
#221F1D
(34,31,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A0A692

#A0A692
(160,166,146)
#A8AE9B
(168,174,155)
#B0B6A4
(176,182,164)
#B8BEAD
(184,190,173)
#C0C6B6
(192,198,182)
#C8CEBF
(200,206,191)
#D0D6C8
(208,214,200)
#D8DED1
(216,222,209)
#E0E6DA
(224,230,218)
#E8EEE3
(232,238,227)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A692; }

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

This text font color is #A0A692.

Background Color

.myBgColor { background-color: #A0A692; }

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

This div background color is #A0A692.

Border color

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

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

This div border color is #A0A692.

Opacity

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

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

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

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

This text has shadow with #A0A692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A692.

Preview

Color preview on black background

This text has color #A0A692 on black background.


Color preview on white background

This text has color #A0A692 on white background.


Black color preview on #A0A692 background

This text has black color on #A0A692 background.


White color preview on #A0A692 background

This text has white color on #A0A692 background.


Related colors

Complementary color

Complementary color for #hex is #5F596D.


I love getcolorcode.com

Triadic colors

1 #92A0A6 and #A692A0 with #A0A692 are triadic colors.

2 #92A6A0 and #A6A092 with #A0A692 are triadic colors.