COLOR #ABA564

HEX: #ABA564
RGB: (171,165,100)

Color info

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

RGB color model

#ABA564 color RGB value is (171,165,100).

  • red value is 171;
  • green value is 165;
  • blue value is 100.
RGB:
(171,165,100)
(67%,65%,39%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 100 of 255 = 39%

171
165
100

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 100 = 436 (100%)
R 171 of 436 ~ 39.22%
G 165 of 436 ~ 37.84%
B 100 of 436 ~ 22.94%

%39.22
%37.84
%22.94

CMYK color model

#ABA564 color CMYK value is (0,4,42,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK:
(0,4,42,33)
C0M4Y42K33 
(0%,4%,42%,33%)
(0.00/0.04/0.42/0.33)	

CMYK percentages

%0
%3.51
%41.52
%32.94

Codes

Color #ABA564 in popluar color models

ABA564
RGB171165100
HSL55°29.71%53.14%
HSB/HSV55°41.52%67.06%
CMYK0.00%3.51%41.52%
32.94%

Color #ABA564 in popluar number systems.

HEXABA564
Decimal171165100
Binary10101011101001011100100
Octal253245144

Shades and tints

Shades of #ABA564

#ABA564
(171,165,100)
#9C965B
(156,150,91)
#8D8752
(141,135,82)
#7E7849
(126,120,73)
#6F6940
(111,105,64)
#605A37
(96,90,55)
#514B2E
(81,75,46)
#423C25
(66,60,37)
#332D1C
(51,45,28)
#241E13
(36,30,19)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #ABA564

#ABA564
(171,165,100)
#B2AD72
(178,173,114)
#B9B580
(185,181,128)
#C0BD8E
(192,189,142)
#C7C59C
(199,197,156)
#CECDAA
(206,205,170)
#D5D5B8
(213,213,184)
#DCDDC6
(220,221,198)
#E3E5D4
(227,229,212)
#EAEDE2
(234,237,226)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA564 color. Also use rgb(171,165,100) instead hex code.

Text Font Color

.myTextColor { color: #ABA564; }

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

This text font color is #ABA564.


Background Color

.myBgColor { background-color: #ABA564; }

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

This div background color is #ABA564.


Border color

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

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

This div border color is #ABA564.


Opacity

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

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

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

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

This text has shadow with #ABA564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA564 on black background.


Color preview on white background

This text has color #ABA564 on white background.



Black color preview on #ABA564 background

This text has black color on #ABA564 background.


White color preview on #ABA564 background

This text has white color on #ABA564 background.