COLOR #AB7333

HEX: #AB7333
RGB: (171,115,51)

Color info

#AB7333 contains mainly red and green colors. Web safe color of #AB7333 is #996633 (or #963).

RGB color model

#AB7333 color RGB value is (171,115,51).

  • red value is 171;
  • green value is 115;
  • blue value is 51.
RGB:
(171,115,51)
(67%,45%,20%)

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 51 of 255 = 20%

171
115
51

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

Portions of RGB colors in percentages

R + G + B =
171 + 115 + 51 = 337 (100%)
R 171 of 337 ~ 50.74%
G 115 of 337 ~ 34.12%
B 51 of 337 ~ 15.13%

%50.74
%34.12
%15.13

CMYK color model

#AB7333 color CMYK value is (0,33,70,33).

  • cyan value is 0.00%
  • magenta value is 32.75%
  • yellow value is 70.18%
  • key color value is 32.94%
CMYK:
(0,33,70,33)
C0M33Y70K33 
(0%,33%,70%,33%)
(0.00/0.33/0.70/0.33)	

CMYK percentages

%0
%32.75
%70.18
%32.94

Codes

Color #AB7333 in popluar color models

AB7333
RGB17111551
HSL32°54.05%43.53%
HSB/HSV32°70.18%67.06%
CMYK0.00%32.75%70.18%
32.94%

Color #AB7333 in popluar number systems.

HEXAB7333
Decimal17111551
Binary101010111110011110011
Octal25316363

Shades and tints

Shades of #AB7333

#AB7333
(171,115,51)
#9C692F
(156,105,47)
#8D5F2B
(141,95,43)
#7E5527
(126,85,39)
#6F4B23
(111,75,35)
#60411F
(96,65,31)
#51371B
(81,55,27)
#422D17
(66,45,23)
#332313
(51,35,19)
#24190F
(36,25,15)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #AB7333

#AB7333
(171,115,51)
#B27F45
(178,127,69)
#B98B57
(185,139,87)
#C09769
(192,151,105)
#C7A37B
(199,163,123)
#CEAF8D
(206,175,141)
#D5BB9F
(213,187,159)
#DCC7B1
(220,199,177)
#E3D3C3
(227,211,195)
#EADFD5
(234,223,213)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7333 color. Also use rgb(171,115,51) instead hex code.

Text Font Color

.myTextColor { color: #AB7333; }

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

This text font color is #AB7333.


Background Color

.myBgColor { background-color: #AB7333; }

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

This div background color is #AB7333.


Border color

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

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

This div border color is #AB7333.


Opacity

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

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

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

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

This text has shadow with #AB7333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7333 on black background.


Color preview on white background

This text has color #AB7333 on white background.



Black color preview on #AB7333 background

This text has black color on #AB7333 background.


White color preview on #AB7333 background

This text has white color on #AB7333 background.