COLOR #A1A06A

HEX: #A1A06A RGB: (161,160,106)

Color info

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

RGB color model

#A1A06A color RGB value is (161,160,106).

RGB: (161,160,106) (63%, 63%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 160 of 255 = 63%
B 106 of 255 = 42%

161
160
106

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

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 106 = 427 (100%)
R 161 of 427 ~ 37.7%
G 160 of 427 ~ 37.47%
B 106 of 427 ~ 24.82'%

%37.7
%37.47
%24.82

CMYK color model

#A1A06A color CMYK value is (0,1,34,37).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 34.16%
  • key color value is 36.86%

CMYK: (0,1,34,37)
C0M1Y34K37 (0%, 1%, 34%, 37%)
(0.00 / 0.01 / 0.34 / 0.37)

CMYK percentages

%0
%0.62
%34.16
%36.86

Codes

Color #A1A06A in popluar color models

A1 A0 6A
RGB 161 160 106
HSL 59° 22.63% 52.35%
HSB/HSV 59° 34.16% 63.14%
CMYK 0.00% 0.62% 34.16%
36.86%

Color #A1A06A in popluar number systems.

HEX A1 A0 6A
Decimal 161 160 106
Binary 10100001 10100000 1101010
Octal 241 240 152

Shades and tints

Shades of #A1A06A

#A1A06A
(161,160,106)
#939261
(147,146,97)
#858458
(133,132,88)
#77764F
(119,118,79)
#696846
(105,104,70)
#5B5A3D
(91,90,61)
#4D4C34
(77,76,52)
#3F3E2B
(63,62,43)
#313022
(49,48,34)
#232219
(35,34,25)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1A06A

#A1A06A
(161,160,106)
#A9A877
(169,168,119)
#B1B084
(177,176,132)
#B9B891
(185,184,145)
#C1C09E
(193,192,158)
#C9C8AB
(201,200,171)
#D1D0B8
(209,208,184)
#D9D8C5
(217,216,197)
#E1E0D2
(225,224,210)
#E9E8DF
(233,232,223)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A06A; }

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

This text font color is #A1A06A.

Background Color

.myBgColor { background-color: #A1A06A; }

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

This div background color is #A1A06A.

Border color

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

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

This div border color is #A1A06A.

Opacity

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

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

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

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

This text has shadow with #A1A06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A06A.

Preview

Color preview on black background

This text has color #A1A06A on black background.


Color preview on white background

This text has color #A1A06A on white background.


Black color preview on #A1A06A background

This text has black color on #A1A06A background.


White color preview on #A1A06A background

This text has white color on #A1A06A background.


Related colors

Complementary color

Complementary color for #hex is #5E5F95.


I love getcolorcode.com

Triadic colors

1 #6AA1A0 and #A06AA1 with #A1A06A are triadic colors.

2 #6AA0A1 and #A0A16A with #A1A06A are triadic colors.