COLOR #ABAA6C

HEX: #ABAA6C RGB: (171,170,108)

Color info

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

RGB color model

#ABAA6C color RGB value is (171,170,108).

RGB: (171,170,108) (67%, 67%, 42%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 108 of 255 = 42%

171
170
108

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 108 = 449 (100%)
R 171 of 449 ~ 38.08%
G 170 of 449 ~ 37.86%
B 108 of 449 ~ 24.05'%

%38.08
%37.86
%24.05

CMYK color model

#ABAA6C color CMYK value is (0,1,37,33).

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

CMYK: (0,1,37,33)
C0M1Y37K33 (0%, 1%, 37%, 33%)
(0.00 / 0.01 / 0.37 / 0.33)

CMYK percentages

%0
%0.58
%36.84
%32.94

Codes

Color #ABAA6C in popluar color models

AB AA 6C
RGB 171 170 108
HSL 59° 27.27% 54.71%
HSB/HSV 59° 36.84% 67.06%
CMYK 0.00% 0.58% 36.84%
32.94%

Color #ABAA6C in popluar number systems.

HEX AB AA 6C
Decimal 171 170 108
Binary 10101011 10101010 1101100
Octal 253 252 154

Shades and tints

Shades of #ABAA6C

#ABAA6C
(171,170,108)
#9C9B63
(156,155,99)
#8D8C5A
(141,140,90)
#7E7D51
(126,125,81)
#6F6E48
(111,110,72)
#605F3F
(96,95,63)
#515036
(81,80,54)
#42412D
(66,65,45)
#333224
(51,50,36)
#24231B
(36,35,27)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABAA6C

#ABAA6C
(171,170,108)
#B2B179
(178,177,121)
#B9B886
(185,184,134)
#C0BF93
(192,191,147)
#C7C6A0
(199,198,160)
#CECDAD
(206,205,173)
#D5D4BA
(213,212,186)
#DCDBC7
(220,219,199)
#E3E2D4
(227,226,212)
#EAE9E1
(234,233,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA6C; }

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

This text font color is #ABAA6C.

Background Color

.myBgColor { background-color: #ABAA6C; }

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

This div background color is #ABAA6C.

Border color

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

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

This div border color is #ABAA6C.

Opacity

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

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

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

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

This text has shadow with #ABAA6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAA6C.

Preview

Color preview on black background

This text has color #ABAA6C on black background.


Color preview on white background

This text has color #ABAA6C on white background.


Black color preview on #ABAA6C background

This text has black color on #ABAA6C background.


White color preview on #ABAA6C background

This text has white color on #ABAA6C background.


Related colors

Complementary color

Complementary color for #hex is #545593.


I love getcolorcode.com

Triadic colors

1 #6CABAA and #AA6CAB with #ABAA6C are triadic colors.

2 #6CAAAB and #AAAB6C with #ABAA6C are triadic colors.