COLOR #ABA776

HEX: #ABA776 RGB: (171,167,118)

Color info

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

RGB color model

#ABA776 color RGB value is (171,167,118).

RGB: (171,167,118) (67%, 65%, 46%)

RGB channels and saturation

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

171
167
118

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

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 118 = 456 (100%)
R 171 of 456 ~ 37.5%
G 167 of 456 ~ 36.62%
B 118 of 456 ~ 25.88'%

%37.5
%36.62
%25.88

CMYK color model

#ABA776 color CMYK value is (0,2,31,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 30.99%
  • key color value is 32.94%

CMYK: (0,2,31,33)
C0M2Y31K33 (0%, 2%, 31%, 33%)
(0.00 / 0.02 / 0.31 / 0.33)

CMYK percentages

%0
%2.34
%30.99
%32.94

Codes

Color #ABA776 in popluar color models

AB A7 76
RGB 171 167 118
HSL 55° 23.98% 56.67%
HSB/HSV 55° 30.99% 67.06%
CMYK 0.00% 2.34% 30.99%
32.94%

Color #ABA776 in popluar number systems.

HEX AB A7 76
Decimal 171 167 118
Binary 10101011 10100111 1110110
Octal 253 247 166

Shades and tints

Shades of #ABA776

#ABA776
(171,167,118)
#9C986C
(156,152,108)
#8D8962
(141,137,98)
#7E7A58
(126,122,88)
#6F6B4E
(111,107,78)
#605C44
(96,92,68)
#514D3A
(81,77,58)
#423E30
(66,62,48)
#332F26
(51,47,38)
#24201C
(36,32,28)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABA776

#ABA776
(171,167,118)
#B2AF82
(178,175,130)
#B9B78E
(185,183,142)
#C0BF9A
(192,191,154)
#C7C7A6
(199,199,166)
#CECFB2
(206,207,178)
#D5D7BE
(213,215,190)
#DCDFCA
(220,223,202)
#E3E7D6
(227,231,214)
#EAEFE2
(234,239,226)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA776; }

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

This text font color is #ABA776.

Background Color

.myBgColor { background-color: #ABA776; }

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

This div background color is #ABA776.

Border color

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

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

This div border color is #ABA776.

Opacity

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

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

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

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

This text has shadow with #ABA776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA776.

Preview

Color preview on black background

This text has color #ABA776 on black background.


Color preview on white background

This text has color #ABA776 on white background.


Black color preview on #ABA776 background

This text has black color on #ABA776 background.


White color preview on #ABA776 background

This text has white color on #ABA776 background.


Related colors

Complementary color

Complementary color for #hex is #545889.


I love getcolorcode.com

Triadic colors

1 #76ABA7 and #A776AB with #ABA776 are triadic colors.

2 #76A7AB and #A7AB76 with #ABA776 are triadic colors.