COLOR #AB976A

HEX: #AB976A
RGB: (171,151,106)

Color info

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

RGB color model

#AB976A color RGB value is (171,151,106).

  • red value is 171;
  • green value is 151;
  • blue value is 106.
RGB:
(171,151,106)
(67%,59%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 106 of 255 = 42%

171
151
106

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

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 106 = 428 (100%)
R 171 of 428 ~ 39.95%
G 151 of 428 ~ 35.28%
B 106 of 428 ~ 24.77%

%39.95
%35.28
%24.77

CMYK color model

#AB976A color CMYK value is (0,12,38,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 38.01%
  • key color value is 32.94%
CMYK:
(0,12,38,33)
C0M12Y38K33 
(0%,12%,38%,33%)
(0.00/0.12/0.38/0.33)	

CMYK percentages

%0
%11.7
%38.01
%32.94

Codes

Color #AB976A in popluar color models

AB976A
RGB171151106
HSL42°27.90%54.31%
HSB/HSV42°38.01%67.06%
CMYK0.00%11.70%38.01%
32.94%

Color #AB976A in popluar number systems.

HEXAB976A
Decimal171151106
Binary10101011100101111101010
Octal253227152

Shades and tints

Shades of #AB976A

#AB976A
(171,151,106)
#9C8A61
(156,138,97)
#8D7D58
(141,125,88)
#7E704F
(126,112,79)
#6F6346
(111,99,70)
#60563D
(96,86,61)
#514934
(81,73,52)
#423C2B
(66,60,43)
#332F22
(51,47,34)
#242219
(36,34,25)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #AB976A

#AB976A
(171,151,106)
#B2A077
(178,160,119)
#B9A984
(185,169,132)
#C0B291
(192,178,145)
#C7BB9E
(199,187,158)
#CEC4AB
(206,196,171)
#D5CDB8
(213,205,184)
#DCD6C5
(220,214,197)
#E3DFD2
(227,223,210)
#EAE8DF
(234,232,223)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB976A color. Also use rgb(171,151,106) instead hex code.

Text Font Color

.myTextColor { color: #AB976A; }

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

This text font color is #AB976A.


Background Color

.myBgColor { background-color: #AB976A; }

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

This div background color is #AB976A.


Border color

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

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

This div border color is #AB976A.


Opacity

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

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

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

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

This text has shadow with #AB976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB976A on black background.


Color preview on white background

This text has color #AB976A on white background.



Black color preview on #AB976A background

This text has black color on #AB976A background.


White color preview on #AB976A background

This text has white color on #AB976A background.