COLOR #ABA470

HEX: #ABA470 RGB: (171,164,112)

Color info

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

RGB color model

#ABA470 color RGB value is (171,164,112).

RGB: (171,164,112) (67%, 64%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 112 of 255 = 44%

171
164
112

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

Portions of RGB colors in percentages

R + G + B = 171 + 164 + 112 = 447 (100%)
R 171 of 447 ~ 38.26%
G 164 of 447 ~ 36.69%
B 112 of 447 ~ 25.06'%

%38.26
%36.69
%25.06

CMYK color model

#ABA470 color CMYK value is (0,4,35,33).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 34.50%
  • key color value is 32.94%

CMYK: (0,4,35,33)
C0M4Y35K33 (0%, 4%, 35%, 33%)
(0.00 / 0.04 / 0.35 / 0.33)

CMYK percentages

%0
%4.09
%34.5
%32.94

Codes

Color #ABA470 in popluar color models

AB A4 70
RGB 171 164 112
HSL 53° 25.99% 55.49%
HSB/HSV 53° 34.50% 67.06%
CMYK 0.00% 4.09% 34.50%
32.94%

Color #ABA470 in popluar number systems.

HEX AB A4 70
Decimal 171 164 112
Binary 10101011 10100100 1110000
Octal 253 244 160

Shades and tints

Shades of #ABA470

#ABA470
(171,164,112)
#9C9666
(156,150,102)
#8D885C
(141,136,92)
#7E7A52
(126,122,82)
#6F6C48
(111,108,72)
#605E3E
(96,94,62)
#515034
(81,80,52)
#42422A
(66,66,42)
#333420
(51,52,32)
#242616
(36,38,22)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #ABA470

#ABA470
(171,164,112)
#B2AC7D
(178,172,125)
#B9B48A
(185,180,138)
#C0BC97
(192,188,151)
#C7C4A4
(199,196,164)
#CECCB1
(206,204,177)
#D5D4BE
(213,212,190)
#DCDCCB
(220,220,203)
#E3E4D8
(227,228,216)
#EAECE5
(234,236,229)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA470 color. Also use rgb(171,164,112) instead hex code.

Text Font Color

.myTextColor { color: #ABA470; }

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

This text font color is #ABA470.

Background Color

.myBgColor { background-color: #ABA470; }

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

This div background color is #ABA470.

Border color

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

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

This div border color is #ABA470.

Opacity

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

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

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

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

This text has shadow with #ABA470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA470.

Preview

Color preview on black background

This text has color #ABA470 on black background.


Color preview on white background

This text has color #ABA470 on white background.


Black color preview on #ABA470 background

This text has black color on #ABA470 background.


White color preview on #ABA470 background

This text has white color on #ABA470 background.


Related colors

Complementary color

Complementary color for #hex is #545B8F.


I love getcolorcode.com

Triadic colors

1 #70ABA4 and #A470AB with #ABA470 are triadic colors.

2 #70A4AB and #A4AB70 with #ABA470 are triadic colors.