COLOR #AB8B30

HEX: #AB8B30 RGB: (171,139,48)

Color info

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

RGB color model

#AB8B30 color RGB value is (171,139,48).

RGB: (171,139,48) (67%, 55%, 19%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 48 of 255 = 19%

171
139
48

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

Portions of RGB colors in percentages

R + G + B = 171 + 139 + 48 = 358 (100%)
R 171 of 358 ~ 47.77%
G 139 of 358 ~ 38.83%
B 48 of 358 ~ 13.41'%

%47.77
%38.83
%13.41

CMYK color model

#AB8B30 color CMYK value is (0,19,72,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 71.93%
  • key color value is 32.94%

CMYK: (0,19,72,33)
C0M19Y72K33 (0%, 19%, 72%, 33%)
(0.00 / 0.19 / 0.72 / 0.33)

CMYK percentages

%0
%18.71
%71.93
%32.94

Codes

Color #AB8B30 in popluar color models

AB 8B 30
RGB 171 139 48
HSL 44° 56.16% 42.94%
HSB/HSV 44° 71.93% 67.06%
CMYK 0.00% 18.71% 71.93%
32.94%

Color #AB8B30 in popluar number systems.

HEX AB 8B 30
Decimal 171 139 48
Binary 10101011 10001011 110000
Octal 253 213 60

Shades and tints

Shades of #AB8B30

#AB8B30
(171,139,48)
#9C7F2C
(156,127,44)
#8D7328
(141,115,40)
#7E6724
(126,103,36)
#6F5B20
(111,91,32)
#604F1C
(96,79,28)
#514318
(81,67,24)
#423714
(66,55,20)
#332B10
(51,43,16)
#241F0C
(36,31,12)
#151308
(21,19,8)
#000000
(0,0,0)

Tints of #AB8B30

#AB8B30
(171,139,48)
#B29542
(178,149,66)
#B99F54
(185,159,84)
#C0A966
(192,169,102)
#C7B378
(199,179,120)
#CEBD8A
(206,189,138)
#D5C79C
(213,199,156)
#DCD1AE
(220,209,174)
#E3DBC0
(227,219,192)
#EAE5D2
(234,229,210)
#F1EFE4
(241,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8B30 color. Also use rgb(171,139,48) instead hex code.

Text Font Color

.myTextColor { color: #AB8B30; }

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

This text font color is #AB8B30.

Background Color

.myBgColor { background-color: #AB8B30; }

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

This div background color is #AB8B30.

Border color

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

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

This div border color is #AB8B30.

Opacity

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

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

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

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

This text has shadow with #AB8B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8B30.

Preview

Color preview on black background

This text has color #AB8B30 on black background.


Color preview on white background

This text has color #AB8B30 on white background.


Black color preview on #AB8B30 background

This text has black color on #AB8B30 background.


White color preview on #AB8B30 background

This text has white color on #AB8B30 background.


Related colors

Complementary color

Complementary color for #hex is #5474CF.


I love getcolorcode.com

Triadic colors

1 #30AB8B and #8B30AB with #AB8B30 are triadic colors.

2 #308BAB and #8BAB30 with #AB8B30 are triadic colors.