COLOR #AB8535

HEX: #AB8535 RGB: (171,133,53)

Color info

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

RGB color model

#AB8535 color RGB value is (171,133,53).

RGB: (171,133,53) (67%, 52%, 21%)

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 53 of 255 = 21%

171
133
53

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

Portions of RGB colors in percentages

R + G + B = 171 + 133 + 53 = 357 (100%)
R 171 of 357 ~ 47.9%
G 133 of 357 ~ 37.25%
B 53 of 357 ~ 14.85'%

%47.9
%37.25
%14.85

CMYK color model

#AB8535 color CMYK value is (0,22,69,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 69.01%
  • key color value is 32.94%

CMYK: (0,22,69,33)
C0M22Y69K33 (0%, 22%, 69%, 33%)
(0.00 / 0.22 / 0.69 / 0.33)

CMYK percentages

%0
%22.22
%69.01
%32.94

Codes

Color #AB8535 in popluar color models

AB 85 35
RGB 171 133 53
HSL 41° 52.68% 43.92%
HSB/HSV 41° 69.01% 67.06%
CMYK 0.00% 22.22% 69.01%
32.94%

Color #AB8535 in popluar number systems.

HEX AB 85 35
Decimal 171 133 53
Binary 10101011 10000101 110101
Octal 253 205 65

Shades and tints

Shades of #AB8535

#AB8535
(171,133,53)
#9C7931
(156,121,49)
#8D6D2D
(141,109,45)
#7E6129
(126,97,41)
#6F5525
(111,85,37)
#604921
(96,73,33)
#513D1D
(81,61,29)
#423119
(66,49,25)
#332515
(51,37,21)
#241911
(36,25,17)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #AB8535

#AB8535
(171,133,53)
#B29047
(178,144,71)
#B99B59
(185,155,89)
#C0A66B
(192,166,107)
#C7B17D
(199,177,125)
#CEBC8F
(206,188,143)
#D5C7A1
(213,199,161)
#DCD2B3
(220,210,179)
#E3DDC5
(227,221,197)
#EAE8D7
(234,232,215)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8535 color. Also use rgb(171,133,53) instead hex code.

Text Font Color

.myTextColor { color: #AB8535; }

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

This text font color is #AB8535.

Background Color

.myBgColor { background-color: #AB8535; }

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

This div background color is #AB8535.

Border color

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

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

This div border color is #AB8535.

Opacity

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

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

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

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

This text has shadow with #AB8535 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8535.

Preview

Color preview on black background

This text has color #AB8535 on black background.


Color preview on white background

This text has color #AB8535 on white background.


Black color preview on #AB8535 background

This text has black color on #AB8535 background.


White color preview on #AB8535 background

This text has white color on #AB8535 background.


Related colors

Complementary color

Complementary color for #hex is #547ACA.


I love getcolorcode.com

Triadic colors

1 #35AB85 and #8535AB with #AB8535 are triadic colors.

2 #3585AB and #85AB35 with #AB8535 are triadic colors.