COLOR #A6AB66

HEX: #A6AB66 RGB: (166,171,102)

Color info

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

RGB color model

#A6AB66 color RGB value is (166,171,102).

RGB: (166,171,102) (65%, 67%, 40%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 102 of 255 = 40%

166
171
102

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

Portions of RGB colors in percentages

R + G + B = 166 + 171 + 102 = 439 (100%)
R 166 of 439 ~ 37.81%
G 171 of 439 ~ 38.95%
B 102 of 439 ~ 23.23'%

%37.81
%38.95
%23.23

CMYK color model

#A6AB66 color CMYK value is (3,0,40,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 40.35%
  • key color value is 32.94%

CMYK: (3,0,40,33)
C3M0Y40K33 (3%, 0%, 40%, 33%)
(0.03 / 0.00 / 0.40 / 0.33)

CMYK percentages

%2.92
%0
%40.35
%32.94

Codes

Color #A6AB66 in popluar color models

A6 AB 66
RGB 166 171 102
HSL 64° 29.11% 53.53%
HSB/HSV 64° 40.35% 67.06%
CMYK 2.92% 0.00% 40.35%
32.94%

Color #A6AB66 in popluar number systems.

HEX A6 AB 66
Decimal 166 171 102
Binary 10100110 10101011 1100110
Octal 246 253 146

Shades and tints

Shades of #A6AB66

#A6AB66
(166,171,102)
#979C5D
(151,156,93)
#888D54
(136,141,84)
#797E4B
(121,126,75)
#6A6F42
(106,111,66)
#5B6039
(91,96,57)
#4C5130
(76,81,48)
#3D4227
(61,66,39)
#2E331E
(46,51,30)
#1F2415
(31,36,21)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #A6AB66

#A6AB66
(166,171,102)
#AEB273
(174,178,115)
#B6B980
(182,185,128)
#BEC08D
(190,192,141)
#C6C79A
(198,199,154)
#CECEA7
(206,206,167)
#D6D5B4
(214,213,180)
#DEDCC1
(222,220,193)
#E6E3CE
(230,227,206)
#EEEADB
(238,234,219)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AB66 color. Also use rgb(166,171,102) instead hex code.

Text Font Color

.myTextColor { color: #A6AB66; }

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

This text font color is #A6AB66.

Background Color

.myBgColor { background-color: #A6AB66; }

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

This div background color is #A6AB66.

Border color

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

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

This div border color is #A6AB66.

Opacity

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

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

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

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

This text has shadow with #A6AB66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AB66.

Preview

Color preview on black background

This text has color #A6AB66 on black background.


Color preview on white background

This text has color #A6AB66 on white background.


Black color preview on #A6AB66 background

This text has black color on #A6AB66 background.


White color preview on #A6AB66 background

This text has white color on #A6AB66 background.


Related colors

Complementary color

Complementary color for #hex is #595499.


I love getcolorcode.com

Triadic colors

1 #66A6AB and #AB66A6 with #A6AB66 are triadic colors.

2 #66ABA6 and #ABA666 with #A6AB66 are triadic colors.