COLOR #ABA576

HEX: #ABA576
RGB: (171,165,118)

Color info

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

RGB color model

#ABA576 color RGB value is (171,165,118).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 118 of 255 = 46%

171
165
118

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 118 = 454 (100%)
R 171 of 454 ~ 37.67%
G 165 of 454 ~ 36.34%
B 118 of 454 ~ 25.99%

%37.67
%36.34
%25.99

CMYK color model

#ABA576 color CMYK value is (0,4,31,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(0,4,31,33)
C0M4Y31K33 
(0%,4%,31%,33%)
(0.00/0.04/0.31/0.33)	

CMYK percentages

%0
%3.51
%30.99
%32.94

Codes

Color #ABA576 in popluar color models

ABA576
RGB171165118
HSL53°23.98%56.67%
HSB/HSV53°30.99%67.06%
CMYK0.00%3.51%30.99%
32.94%

Color #ABA576 in popluar number systems.

HEXABA576
Decimal171165118
Binary10101011101001011110110
Octal253245166

Shades and tints

Shades of #ABA576

#ABA576
(171,165,118)
#9C966C
(156,150,108)
#8D8762
(141,135,98)
#7E7858
(126,120,88)
#6F694E
(111,105,78)
#605A44
(96,90,68)
#514B3A
(81,75,58)
#423C30
(66,60,48)
#332D26
(51,45,38)
#241E1C
(36,30,28)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #ABA576

#ABA576
(171,165,118)
#B2AD82
(178,173,130)
#B9B58E
(185,181,142)
#C0BD9A
(192,189,154)
#C7C5A6
(199,197,166)
#CECDB2
(206,205,178)
#D5D5BE
(213,213,190)
#DCDDCA
(220,221,202)
#E3E5D6
(227,229,214)
#EAEDE2
(234,237,226)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA576; }

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

This text font color is #ABA576.


Background Color

.myBgColor { background-color: #ABA576; }

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

This div background color is #ABA576.


Border color

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

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

This div border color is #ABA576.


Opacity

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

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

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

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

This text has shadow with #ABA576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA576 on black background.


Color preview on white background

This text has color #ABA576 on white background.



Black color preview on #ABA576 background

This text has black color on #ABA576 background.


White color preview on #ABA576 background

This text has white color on #ABA576 background.