COLOR #AB946E

HEX: #AB946E
RGB: (171,148,110)

Color info

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

RGB color model

#AB946E color RGB value is (171,148,110).

  • red value is 171;
  • green value is 148;
  • blue value is 110.
RGB:
(171,148,110)
(67%,58%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 110 of 255 = 43%

171
148
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 110 = 429 (100%)
R 171 of 429 ~ 39.86%
G 148 of 429 ~ 34.5%
B 110 of 429 ~ 25.64%

%39.86
%34.5
%25.64

CMYK color model

#AB946E color CMYK value is (0,13,36,33).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,13,36,33)
C0M13Y36K33 
(0%,13%,36%,33%)
(0.00/0.13/0.36/0.33)	

CMYK percentages

%0
%13.45
%35.67
%32.94

Codes

Color #AB946E in popluar color models

AB946E
RGB171148110
HSL37°26.64%55.10%
HSB/HSV37°35.67%67.06%
CMYK0.00%13.45%35.67%
32.94%

Color #AB946E in popluar number systems.

HEXAB946E
Decimal171148110
Binary10101011100101001101110
Octal253224156

Shades and tints

Shades of #AB946E

#AB946E
(171,148,110)
#9C8764
(156,135,100)
#8D7A5A
(141,122,90)
#7E6D50
(126,109,80)
#6F6046
(111,96,70)
#60533C
(96,83,60)
#514632
(81,70,50)
#423928
(66,57,40)
#332C1E
(51,44,30)
#241F14
(36,31,20)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #AB946E

#AB946E
(171,148,110)
#B29D7B
(178,157,123)
#B9A688
(185,166,136)
#C0AF95
(192,175,149)
#C7B8A2
(199,184,162)
#CEC1AF
(206,193,175)
#D5CABC
(213,202,188)
#DCD3C9
(220,211,201)
#E3DCD6
(227,220,214)
#EAE5E3
(234,229,227)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB946E color. Also use rgb(171,148,110) instead hex code.

Text Font Color

.myTextColor { color: #AB946E; }

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

This text font color is #AB946E.


Background Color

.myBgColor { background-color: #AB946E; }

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

This div background color is #AB946E.


Border color

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

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

This div border color is #AB946E.


Opacity

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

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

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

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

This text has shadow with #AB946E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB946E on black background.


Color preview on white background

This text has color #AB946E on white background.



Black color preview on #AB946E background

This text has black color on #AB946E background.


White color preview on #AB946E background

This text has white color on #AB946E background.