COLOR #ABA66C

HEX: #ABA66C RGB: (171,166,108)

Color info

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

RGB color model

#ABA66C color RGB value is (171,166,108).

RGB: (171,166,108) (67%, 65%, 42%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 108 of 255 = 42%

171
166
108

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

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 108 = 445 (100%)
R 171 of 445 ~ 38.43%
G 166 of 445 ~ 37.3%
B 108 of 445 ~ 24.27'%

%38.43
%37.3
%24.27

CMYK color model

#ABA66C color CMYK value is (0,3,37,33).

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

CMYK: (0,3,37,33)
C0M3Y37K33 (0%, 3%, 37%, 33%)
(0.00 / 0.03 / 0.37 / 0.33)

CMYK percentages

%0
%2.92
%36.84
%32.94

Codes

Color #ABA66C in popluar color models

AB A6 6C
RGB 171 166 108
HSL 55° 27.27% 54.71%
HSB/HSV 55° 36.84% 67.06%
CMYK 0.00% 2.92% 36.84%
32.94%

Color #ABA66C in popluar number systems.

HEX AB A6 6C
Decimal 171 166 108
Binary 10101011 10100110 1101100
Octal 253 246 154

Shades and tints

Shades of #ABA66C

#ABA66C
(171,166,108)
#9C9763
(156,151,99)
#8D885A
(141,136,90)
#7E7951
(126,121,81)
#6F6A48
(111,106,72)
#605B3F
(96,91,63)
#514C36
(81,76,54)
#423D2D
(66,61,45)
#332E24
(51,46,36)
#241F1B
(36,31,27)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #ABA66C

#ABA66C
(171,166,108)
#B2AE79
(178,174,121)
#B9B686
(185,182,134)
#C0BE93
(192,190,147)
#C7C6A0
(199,198,160)
#CECEAD
(206,206,173)
#D5D6BA
(213,214,186)
#DCDEC7
(220,222,199)
#E3E6D4
(227,230,212)
#EAEEE1
(234,238,225)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA66C; }

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

This text font color is #ABA66C.

Background Color

.myBgColor { background-color: #ABA66C; }

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

This div background color is #ABA66C.

Border color

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

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

This div border color is #ABA66C.

Opacity

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

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

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

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

This text has shadow with #ABA66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA66C.

Preview

Color preview on black background

This text has color #ABA66C on black background.


Color preview on white background

This text has color #ABA66C on white background.


Black color preview on #ABA66C background

This text has black color on #ABA66C background.


White color preview on #ABA66C background

This text has white color on #ABA66C background.


Related colors

Complementary color

Complementary color for #hex is #545993.


I love getcolorcode.com

Triadic colors

1 #6CABA6 and #A66CAB with #ABA66C are triadic colors.

2 #6CA6AB and #A6AB6C with #ABA66C are triadic colors.