COLOR #ABA676

HEX: #ABA676
RGB: (171,166,118)

Color info

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

RGB color model

#ABA676 color RGB value is (171,166,118).

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

RGB channels and saturation

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

171
166
118

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

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 118 = 455 (100%)
R 171 of 455 ~ 37.58%
G 166 of 455 ~ 36.48%
B 118 of 455 ~ 25.93%

%37.58
%36.48
%25.93

CMYK color model

#ABA676 color CMYK value is (0,3,31,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(0,3,31,33)
C0M3Y31K33 
(0%,3%,31%,33%)
(0.00/0.03/0.31/0.33)	

CMYK percentages

%0
%2.92
%30.99
%32.94

Codes

Color #ABA676 in popluar color models

ABA676
RGB171166118
HSL54°23.98%56.67%
HSB/HSV54°30.99%67.06%
CMYK0.00%2.92%30.99%
32.94%

Color #ABA676 in popluar number systems.

HEXABA676
Decimal171166118
Binary10101011101001101110110
Octal253246166

Shades and tints

Shades of #ABA676

#ABA676
(171,166,118)
#9C976C
(156,151,108)
#8D8862
(141,136,98)
#7E7958
(126,121,88)
#6F6A4E
(111,106,78)
#605B44
(96,91,68)
#514C3A
(81,76,58)
#423D30
(66,61,48)
#332E26
(51,46,38)
#241F1C
(36,31,28)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #ABA676

#ABA676
(171,166,118)
#B2AE82
(178,174,130)
#B9B68E
(185,182,142)
#C0BE9A
(192,190,154)
#C7C6A6
(199,198,166)
#CECEB2
(206,206,178)
#D5D6BE
(213,214,190)
#DCDECA
(220,222,202)
#E3E6D6
(227,230,214)
#EAEEE2
(234,238,226)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA676; }

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

This text font color is #ABA676.


Background Color

.myBgColor { background-color: #ABA676; }

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

This div background color is #ABA676.


Border color

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

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

This div border color is #ABA676.


Opacity

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

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

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

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

This text has shadow with #ABA676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA676 on black background.


Color preview on white background

This text has color #ABA676 on white background.



Black color preview on #ABA676 background

This text has black color on #ABA676 background.


White color preview on #ABA676 background

This text has white color on #ABA676 background.