COLOR #ABA260

HEX: #ABA260
RGB: (171,162,96)

Color info

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

RGB color model

#ABA260 color RGB value is (171,162,96).

  • red value is 171;
  • green value is 162;
  • blue value is 96.
RGB:
(171,162,96)
(67%,64%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 96 of 255 = 38%

171
162
96

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 96 = 429 (100%)
R 171 of 429 ~ 39.86%
G 162 of 429 ~ 37.76%
B 96 of 429 ~ 22.38%

%39.86
%37.76
%22.38

CMYK color model

#ABA260 color CMYK value is (0,5,44,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 43.86%
  • key color value is 32.94%
CMYK:
(0,5,44,33)
C0M5Y44K33 
(0%,5%,44%,33%)
(0.00/0.05/0.44/0.33)	

CMYK percentages

%0
%5.26
%43.86
%32.94

Codes

Color #ABA260 in popluar color models

ABA260
RGB17116296
HSL53°30.86%52.35%
HSB/HSV53°43.86%67.06%
CMYK0.00%5.26%43.86%
32.94%

Color #ABA260 in popluar number systems.

HEXABA260
Decimal17116296
Binary10101011101000101100000
Octal253242140

Shades and tints

Shades of #ABA260

#ABA260
(171,162,96)
#9C9458
(156,148,88)
#8D8650
(141,134,80)
#7E7848
(126,120,72)
#6F6A40
(111,106,64)
#605C38
(96,92,56)
#514E30
(81,78,48)
#424028
(66,64,40)
#333220
(51,50,32)
#242418
(36,36,24)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #ABA260

#ABA260
(171,162,96)
#B2AA6E
(178,170,110)
#B9B27C
(185,178,124)
#C0BA8A
(192,186,138)
#C7C298
(199,194,152)
#CECAA6
(206,202,166)
#D5D2B4
(213,210,180)
#DCDAC2
(220,218,194)
#E3E2D0
(227,226,208)
#EAEADE
(234,234,222)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA260 color. Also use rgb(171,162,96) instead hex code.

Text Font Color

.myTextColor { color: #ABA260; }

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

This text font color is #ABA260.


Background Color

.myBgColor { background-color: #ABA260; }

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

This div background color is #ABA260.


Border color

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

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

This div border color is #ABA260.


Opacity

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

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

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

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

This text has shadow with #ABA260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA260 on black background.


Color preview on white background

This text has color #ABA260 on white background.



Black color preview on #ABA260 background

This text has black color on #ABA260 background.


White color preview on #ABA260 background

This text has white color on #ABA260 background.