COLOR #ABA060

HEX: #ABA060
RGB: (171,160,96)

Color info

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

RGB color model

#ABA060 color RGB value is (171,160,96).

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

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 96 of 255 = 38%

171
160
96

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

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 96 = 427 (100%)
R 171 of 427 ~ 40.05%
G 160 of 427 ~ 37.47%
B 96 of 427 ~ 22.48%

%40.05
%37.47
%22.48

CMYK color model

#ABA060 color CMYK value is (0,6,44,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 43.86%
  • key color value is 32.94%
CMYK:
(0,6,44,33)
C0M6Y44K33 
(0%,6%,44%,33%)
(0.00/0.06/0.44/0.33)	

CMYK percentages

%0
%6.43
%43.86
%32.94

Codes

Color #ABA060 in popluar color models

ABA060
RGB17116096
HSL51°30.86%52.35%
HSB/HSV51°43.86%67.06%
CMYK0.00%6.43%43.86%
32.94%

Color #ABA060 in popluar number systems.

HEXABA060
Decimal17116096
Binary10101011101000001100000
Octal253240140

Shades and tints

Shades of #ABA060

#ABA060
(171,160,96)
#9C9258
(156,146,88)
#8D8450
(141,132,80)
#7E7648
(126,118,72)
#6F6840
(111,104,64)
#605A38
(96,90,56)
#514C30
(81,76,48)
#423E28
(66,62,40)
#333020
(51,48,32)
#242218
(36,34,24)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #ABA060

#ABA060
(171,160,96)
#B2A86E
(178,168,110)
#B9B07C
(185,176,124)
#C0B88A
(192,184,138)
#C7C098
(199,192,152)
#CEC8A6
(206,200,166)
#D5D0B4
(213,208,180)
#DCD8C2
(220,216,194)
#E3E0D0
(227,224,208)
#EAE8DE
(234,232,222)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA060; }

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

This text font color is #ABA060.


Background Color

.myBgColor { background-color: #ABA060; }

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

This div background color is #ABA060.


Border color

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

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

This div border color is #ABA060.


Opacity

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

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

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

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

This text has shadow with #ABA060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA060 on black background.


Color preview on white background

This text has color #ABA060 on white background.



Black color preview on #ABA060 background

This text has black color on #ABA060 background.


White color preview on #ABA060 background

This text has white color on #ABA060 background.