COLOR #ABA864

HEX: #ABA864
RGB: (171,168,100)

Color info

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

RGB color model

#ABA864 color RGB value is (171,168,100).

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

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 100 of 255 = 39%

171
168
100

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 100 = 439 (100%)
R 171 of 439 ~ 38.95%
G 168 of 439 ~ 38.27%
B 100 of 439 ~ 22.78%

%38.95
%38.27
%22.78

CMYK color model

#ABA864 color CMYK value is (0,2,42,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK:
(0,2,42,33)
C0M2Y42K33 
(0%,2%,42%,33%)
(0.00/0.02/0.42/0.33)	

CMYK percentages

%0
%1.75
%41.52
%32.94

Codes

Color #ABA864 in popluar color models

ABA864
RGB171168100
HSL57°29.71%53.14%
HSB/HSV57°41.52%67.06%
CMYK0.00%1.75%41.52%
32.94%

Color #ABA864 in popluar number systems.

HEXABA864
Decimal171168100
Binary10101011101010001100100
Octal253250144

Shades and tints

Shades of #ABA864

#ABA864
(171,168,100)
#9C995B
(156,153,91)
#8D8A52
(141,138,82)
#7E7B49
(126,123,73)
#6F6C40
(111,108,64)
#605D37
(96,93,55)
#514E2E
(81,78,46)
#423F25
(66,63,37)
#33301C
(51,48,28)
#242113
(36,33,19)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #ABA864

#ABA864
(171,168,100)
#B2AF72
(178,175,114)
#B9B680
(185,182,128)
#C0BD8E
(192,189,142)
#C7C49C
(199,196,156)
#CECBAA
(206,203,170)
#D5D2B8
(213,210,184)
#DCD9C6
(220,217,198)
#E3E0D4
(227,224,212)
#EAE7E2
(234,231,226)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA864; }

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

This text font color is #ABA864.


Background Color

.myBgColor { background-color: #ABA864; }

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

This div background color is #ABA864.


Border color

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

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

This div border color is #ABA864.


Opacity

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

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

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

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

This text has shadow with #ABA864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA864 on black background.


Color preview on white background

This text has color #ABA864 on white background.



Black color preview on #ABA864 background

This text has black color on #ABA864 background.


White color preview on #ABA864 background

This text has white color on #ABA864 background.