COLOR #AB8148

HEX: #AB8148
RGB: (171,129,72)

Color info

#AB8148 contains mainly red and green colors. Web safe color of #AB8148 is #999933 (or #993).

RGB color model

#AB8148 color RGB value is (171,129,72).

  • red value is 171;
  • green value is 129;
  • blue value is 72.
RGB:
(171,129,72)
(67%,51%,28%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 72 of 255 = 28%

171
129
72

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

Portions of RGB colors in percentages

R + G + B =
171 + 129 + 72 = 372 (100%)
R 171 of 372 ~ 45.97%
G 129 of 372 ~ 34.68%
B 72 of 372 ~ 19.35%

%45.97
%34.68
%19.35

CMYK color model

#AB8148 color CMYK value is (0,25,58,33).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 57.89%
  • key color value is 32.94%
CMYK:
(0,25,58,33)
C0M25Y58K33 
(0%,25%,58%,33%)
(0.00/0.25/0.58/0.33)	

CMYK percentages

%0
%24.56
%57.89
%32.94

Codes

Color #AB8148 in popluar color models

AB8148
RGB17112972
HSL35°40.74%47.65%
HSB/HSV35°57.89%67.06%
CMYK0.00%24.56%57.89%
32.94%

Color #AB8148 in popluar number systems.

HEXAB8148
Decimal17112972
Binary10101011100000011001000
Octal253201110

Shades and tints

Shades of #AB8148

#AB8148
(171,129,72)
#9C7642
(156,118,66)
#8D6B3C
(141,107,60)
#7E6036
(126,96,54)
#6F5530
(111,85,48)
#604A2A
(96,74,42)
#513F24
(81,63,36)
#42341E
(66,52,30)
#332918
(51,41,24)
#241E12
(36,30,18)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #AB8148

#AB8148
(171,129,72)
#B28C58
(178,140,88)
#B99768
(185,151,104)
#C0A278
(192,162,120)
#C7AD88
(199,173,136)
#CEB898
(206,184,152)
#D5C3A8
(213,195,168)
#DCCEB8
(220,206,184)
#E3D9C8
(227,217,200)
#EAE4D8
(234,228,216)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8148 color. Also use rgb(171,129,72) instead hex code.

Text Font Color

.myTextColor { color: #AB8148; }

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

This text font color is #AB8148.


Background Color

.myBgColor { background-color: #AB8148; }

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

This div background color is #AB8148.


Border color

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

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

This div border color is #AB8148.


Opacity

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

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

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

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

This text has shadow with #AB8148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8148 on black background.


Color preview on white background

This text has color #AB8148 on white background.



Black color preview on #AB8148 background

This text has black color on #AB8148 background.


White color preview on #AB8148 background

This text has white color on #AB8148 background.