COLOR #AB8648

HEX: #AB8648 RGB: (171,134,72)

Color info

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

RGB color model

#AB8648 color RGB value is (171,134,72).

RGB: (171,134,72) (67%, 53%, 28%)

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 72 of 255 = 28%

171
134
72

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

Portions of RGB colors in percentages

R + G + B = 171 + 134 + 72 = 377 (100%)
R 171 of 377 ~ 45.36%
G 134 of 377 ~ 35.54%
B 72 of 377 ~ 19.1'%

%45.36
%35.54
%19.1

CMYK color model

#AB8648 color CMYK value is (0,22,58,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 57.89%
  • key color value is 32.94%

CMYK: (0,22,58,33)
C0M22Y58K33 (0%, 22%, 58%, 33%)
(0.00 / 0.22 / 0.58 / 0.33)

CMYK percentages

%0
%21.64
%57.89
%32.94

Codes

Color #AB8648 in popluar color models

AB 86 48
RGB 171 134 72
HSL 38° 40.74% 47.65%
HSB/HSV 38° 57.89% 67.06%
CMYK 0.00% 21.64% 57.89%
32.94%

Color #AB8648 in popluar number systems.

HEX AB 86 48
Decimal 171 134 72
Binary 10101011 10000110 1001000
Octal 253 206 110

Shades and tints

Shades of #AB8648

#AB8648
(171,134,72)
#9C7A42
(156,122,66)
#8D6E3C
(141,110,60)
#7E6236
(126,98,54)
#6F5630
(111,86,48)
#604A2A
(96,74,42)
#513E24
(81,62,36)
#42321E
(66,50,30)
#332618
(51,38,24)
#241A12
(36,26,18)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #AB8648

#AB8648
(171,134,72)
#B29158
(178,145,88)
#B99C68
(185,156,104)
#C0A778
(192,167,120)
#C7B288
(199,178,136)
#CEBD98
(206,189,152)
#D5C8A8
(213,200,168)
#DCD3B8
(220,211,184)
#E3DEC8
(227,222,200)
#EAE9D8
(234,233,216)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8648; }

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

This text font color is #AB8648.

Background Color

.myBgColor { background-color: #AB8648; }

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

This div background color is #AB8648.

Border color

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

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

This div border color is #AB8648.

Opacity

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

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

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

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

This text has shadow with #AB8648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8648.

Preview

Color preview on black background

This text has color #AB8648 on black background.


Color preview on white background

This text has color #AB8648 on white background.


Black color preview on #AB8648 background

This text has black color on #AB8648 background.


White color preview on #AB8648 background

This text has white color on #AB8648 background.


Related colors

Complementary color

Complementary color for #hex is #5479B7.


I love getcolorcode.com

Triadic colors

1 #48AB86 and #8648AB with #AB8648 are triadic colors.

2 #4886AB and #86AB48 with #AB8648 are triadic colors.