COLOR #ABAA74

HEX: #ABAA74 RGB: (171,170,116)

Color info

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

RGB color model

#ABAA74 color RGB value is (171,170,116).

RGB: (171,170,116) (67%, 67%, 45%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 116 of 255 = 45%

171
170
116

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 116 = 457 (100%)
R 171 of 457 ~ 37.42%
G 170 of 457 ~ 37.2%
B 116 of 457 ~ 25.38'%

%37.42
%37.2
%25.38

CMYK color model

#ABAA74 color CMYK value is (0,1,32,33).

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

CMYK: (0,1,32,33)
C0M1Y32K33 (0%, 1%, 32%, 33%)
(0.00 / 0.01 / 0.32 / 0.33)

CMYK percentages

%0
%0.58
%32.16
%32.94

Codes

Color #ABAA74 in popluar color models

AB AA 74
RGB 171 170 116
HSL 59° 24.66% 56.27%
HSB/HSV 59° 32.16% 67.06%
CMYK 0.00% 0.58% 32.16%
32.94%

Color #ABAA74 in popluar number systems.

HEX AB AA 74
Decimal 171 170 116
Binary 10101011 10101010 1110100
Octal 253 252 164

Shades and tints

Shades of #ABAA74

#ABAA74
(171,170,116)
#9C9B6A
(156,155,106)
#8D8C60
(141,140,96)
#7E7D56
(126,125,86)
#6F6E4C
(111,110,76)
#605F42
(96,95,66)
#515038
(81,80,56)
#42412E
(66,65,46)
#333224
(51,50,36)
#24231A
(36,35,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #ABAA74

#ABAA74
(171,170,116)
#B2B180
(178,177,128)
#B9B88C
(185,184,140)
#C0BF98
(192,191,152)
#C7C6A4
(199,198,164)
#CECDB0
(206,205,176)
#D5D4BC
(213,212,188)
#DCDBC8
(220,219,200)
#E3E2D4
(227,226,212)
#EAE9E0
(234,233,224)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAA74; }

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

This text font color is #ABAA74.

Background Color

.myBgColor { background-color: #ABAA74; }

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

This div background color is #ABAA74.

Border color

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

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

This div border color is #ABAA74.

Opacity

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

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

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

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

This text has shadow with #ABAA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAA74.

Preview

Color preview on black background

This text has color #ABAA74 on black background.


Color preview on white background

This text has color #ABAA74 on white background.


Black color preview on #ABAA74 background

This text has black color on #ABAA74 background.


White color preview on #ABAA74 background

This text has white color on #ABAA74 background.


Related colors

Complementary color

Complementary color for #hex is #54558B.


I love getcolorcode.com

Triadic colors

1 #74ABAA and #AA74AB with #ABAA74 are triadic colors.

2 #74AAAB and #AAAB74 with #ABAA74 are triadic colors.