COLOR #AB976C

HEX: #AB976C
RGB: (171,151,108)

Color info

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

RGB color model

#AB976C color RGB value is (171,151,108).

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

RGB channels and saturation

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

171
151
108

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

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 108 = 430 (100%)
R 171 of 430 ~ 39.77%
G 151 of 430 ~ 35.12%
B 108 of 430 ~ 25.12%

%39.77
%35.12
%25.12

CMYK color model

#AB976C color CMYK value is (0,12,37,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 36.84%
  • key color value is 32.94%
CMYK:
(0,12,37,33)
C0M12Y37K33 
(0%,12%,37%,33%)
(0.00/0.12/0.37/0.33)	

CMYK percentages

%0
%11.7
%36.84
%32.94

Codes

Color #AB976C in popluar color models

AB976C
RGB171151108
HSL41°27.27%54.71%
HSB/HSV41°36.84%67.06%
CMYK0.00%11.70%36.84%
32.94%

Color #AB976C in popluar number systems.

HEXAB976C
Decimal171151108
Binary10101011100101111101100
Octal253227154

Shades and tints

Shades of #AB976C

#AB976C
(171,151,108)
#9C8A63
(156,138,99)
#8D7D5A
(141,125,90)
#7E7051
(126,112,81)
#6F6348
(111,99,72)
#60563F
(96,86,63)
#514936
(81,73,54)
#423C2D
(66,60,45)
#332F24
(51,47,36)
#24221B
(36,34,27)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #AB976C

#AB976C
(171,151,108)
#B2A079
(178,160,121)
#B9A986
(185,169,134)
#C0B293
(192,178,147)
#C7BBA0
(199,187,160)
#CEC4AD
(206,196,173)
#D5CDBA
(213,205,186)
#DCD6C7
(220,214,199)
#E3DFD4
(227,223,212)
#EAE8E1
(234,232,225)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB976C; }

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

This text font color is #AB976C.


Background Color

.myBgColor { background-color: #AB976C; }

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

This div background color is #AB976C.


Border color

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

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

This div border color is #AB976C.


Opacity

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

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

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

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

This text has shadow with #AB976C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB976C on black background.


Color preview on white background

This text has color #AB976C on white background.



Black color preview on #AB976C background

This text has black color on #AB976C background.


White color preview on #AB976C background

This text has white color on #AB976C background.