COLOR #A6A365

HEX: #A6A365 RGB: (166,163,101)

Color info

#A6A365 contains mainly red and green colors. Web safe color of #A6A365 is #999966 (or #996).

RGB color model

#A6A365 color RGB value is (166,163,101).

RGB: (166,163,101) (65%, 64%, 40%)

RGB channels and saturation

R 166 of 255 = 65%
G 163 of 255 = 64%
B 101 of 255 = 40%

166
163
101

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

Portions of RGB colors in percentages

R + G + B = 166 + 163 + 101 = 430 (100%)
R 166 of 430 ~ 38.6%
G 163 of 430 ~ 37.91%
B 101 of 430 ~ 23.49'%

%38.6
%37.91
%23.49

CMYK color model

#A6A365 color CMYK value is (0,2,39,35).

  • cyan value is 0.00%
  • magenta value is 1.81%
  • yellow value is 39.16%
  • key color value is 34.90%

CMYK: (0,2,39,35)
C0M2Y39K35 (0%, 2%, 39%, 35%)
(0.00 / 0.02 / 0.39 / 0.35)

CMYK percentages

%0
%1.81
%39.16
%34.9

Codes

Color #A6A365 in popluar color models

A6 A3 65
RGB 166 163 101
HSL 57° 26.75% 52.35%
HSB/HSV 57° 39.16% 65.10%
CMYK 0.00% 1.81% 39.16%
34.90%

Color #A6A365 in popluar number systems.

HEX A6 A3 65
Decimal 166 163 101
Binary 10100110 10100011 1100101
Octal 246 243 145

Shades and tints

Shades of #A6A365

#A6A365
(166,163,101)
#97955C
(151,149,92)
#888753
(136,135,83)
#79794A
(121,121,74)
#6A6B41
(106,107,65)
#5B5D38
(91,93,56)
#4C4F2F
(76,79,47)
#3D4126
(61,65,38)
#2E331D
(46,51,29)
#1F2514
(31,37,20)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #A6A365

#A6A365
(166,163,101)
#AEAB73
(174,171,115)
#B6B381
(182,179,129)
#BEBB8F
(190,187,143)
#C6C39D
(198,195,157)
#CECBAB
(206,203,171)
#D6D3B9
(214,211,185)
#DEDBC7
(222,219,199)
#E6E3D5
(230,227,213)
#EEEBE3
(238,235,227)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A365 color. Also use rgb(166,163,101) instead hex code.

Text Font Color

.myTextColor { color: #A6A365; }

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

This text font color is #A6A365.

Background Color

.myBgColor { background-color: #A6A365; }

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

This div background color is #A6A365.

Border color

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

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

This div border color is #A6A365.

Opacity

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

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

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

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

This text has shadow with #A6A365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A365.

Preview

Color preview on black background

This text has color #A6A365 on black background.


Color preview on white background

This text has color #A6A365 on white background.


Black color preview on #A6A365 background

This text has black color on #A6A365 background.


White color preview on #A6A365 background

This text has white color on #A6A365 background.


Related colors

Complementary color

Complementary color for #hex is #595C9A.


I love getcolorcode.com

Triadic colors

1 #65A6A3 and #A365A6 with #A6A365 are triadic colors.

2 #65A3A6 and #A3A665 with #A6A365 are triadic colors.