COLOR #AB6521

HEX: #AB6521 RGB: (171,101,33)

Color info

#AB6521 contains mainly red color. Web safe color of #AB6521 is #996633 (or #963).

RGB color model

#AB6521 color RGB value is (171,101,33).

RGB: (171,101,33) (67%, 40%, 13%)

RGB channels and saturation

R 171 of 255 = 67%
G 101 of 255 = 40%
B 33 of 255 = 13%

171
101
33

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

Portions of RGB colors in percentages

R + G + B = 171 + 101 + 33 = 305 (100%)
R 171 of 305 ~ 56.07%
G 101 of 305 ~ 33.11%
B 33 of 305 ~ 10.82'%

%56.07
%33.11
%10.82

CMYK color model

#AB6521 color CMYK value is (0,41,81,33).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 80.70%
  • key color value is 32.94%

CMYK: (0,41,81,33)
C0M41Y81K33 (0%, 41%, 81%, 33%)
(0.00 / 0.41 / 0.81 / 0.33)

CMYK percentages

%0
%40.94
%80.7
%32.94

Codes

Color #AB6521 in popluar color models

AB 65 21
RGB 171 101 33
HSL 30° 67.65% 40.00%
HSB/HSV 30° 80.70% 67.06%
CMYK 0.00% 40.94% 80.70%
32.94%

Color #AB6521 in popluar number systems.

HEX AB 65 21
Decimal 171 101 33
Binary 10101011 1100101 100001
Octal 253 145 41

Shades and tints

Shades of #AB6521

#AB6521
(171,101,33)
#9C5C1E
(156,92,30)
#8D531B
(141,83,27)
#7E4A18
(126,74,24)
#6F4115
(111,65,21)
#603812
(96,56,18)
#512F0F
(81,47,15)
#42260C
(66,38,12)
#331D09
(51,29,9)
#241406
(36,20,6)
#150B03
(21,11,3)
#000000
(0,0,0)

Tints of #AB6521

#AB6521
(171,101,33)
#B27335
(178,115,53)
#B98149
(185,129,73)
#C08F5D
(192,143,93)
#C79D71
(199,157,113)
#CEAB85
(206,171,133)
#D5B999
(213,185,153)
#DCC7AD
(220,199,173)
#E3D5C1
(227,213,193)
#EAE3D5
(234,227,213)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6521 color. Also use rgb(171,101,33) instead hex code.

Text Font Color

.myTextColor { color: #AB6521; }

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

This text font color is #AB6521.

Background Color

.myBgColor { background-color: #AB6521; }

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

This div background color is #AB6521.

Border color

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

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

This div border color is #AB6521.

Opacity

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

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

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

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

This text has shadow with #AB6521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6521.

Preview

Color preview on black background

This text has color #AB6521 on black background.


Color preview on white background

This text has color #AB6521 on white background.


Black color preview on #AB6521 background

This text has black color on #AB6521 background.


White color preview on #AB6521 background

This text has white color on #AB6521 background.


Related colors

Complementary color

Complementary color for #hex is #549ADE.


I love getcolorcode.com

Triadic colors

1 #21AB65 and #6521AB with #AB6521 are triadic colors.

2 #2165AB and #65AB21 with #AB6521 are triadic colors.