COLOR #AB7353

HEX: #AB7353
RGB: (171,115,83)

Color info

#AB7353 contains mainly red and green colors. Web safe color of #AB7353 is #996666 (or #966).

RGB color model

#AB7353 color RGB value is (171,115,83).

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

RGB channels and saturation

R 171 of 255 = 67%
G 115 of 255 = 45%
B 83 of 255 = 33%

171
115
83

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

Portions of RGB colors in percentages

R + G + B =
171 + 115 + 83 = 369 (100%)
R 171 of 369 ~ 46.34%
G 115 of 369 ~ 31.17%
B 83 of 369 ~ 22.49%

%46.34
%31.17
%22.49

CMYK color model

#AB7353 color CMYK value is (0,33,51,33).

  • cyan value is 0.00%
  • magenta value is 32.75%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(0,33,51,33)
C0M33Y51K33 
(0%,33%,51%,33%)
(0.00/0.33/0.51/0.33)	

CMYK percentages

%0
%32.75
%51.46
%32.94

Codes

Color #AB7353 in popluar color models

AB7353
RGB17111583
HSL22°34.65%49.80%
HSB/HSV22°51.46%67.06%
CMYK0.00%32.75%51.46%
32.94%

Color #AB7353 in popluar number systems.

HEXAB7353
Decimal17111583
Binary1010101111100111010011
Octal253163123

Shades and tints

Shades of #AB7353

#AB7353
(171,115,83)
#9C694C
(156,105,76)
#8D5F45
(141,95,69)
#7E553E
(126,85,62)
#6F4B37
(111,75,55)
#604130
(96,65,48)
#513729
(81,55,41)
#422D22
(66,45,34)
#33231B
(51,35,27)
#241914
(36,25,20)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB7353

#AB7353
(171,115,83)
#B27F62
(178,127,98)
#B98B71
(185,139,113)
#C09780
(192,151,128)
#C7A38F
(199,163,143)
#CEAF9E
(206,175,158)
#D5BBAD
(213,187,173)
#DCC7BC
(220,199,188)
#E3D3CB
(227,211,203)
#EADFDA
(234,223,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7353; }

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

This text font color is #AB7353.


Background Color

.myBgColor { background-color: #AB7353; }

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

This div background color is #AB7353.


Border color

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

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

This div border color is #AB7353.


Opacity

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

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

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

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

This text has shadow with #AB7353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7353 on black background.


Color preview on white background

This text has color #AB7353 on white background.



Black color preview on #AB7353 background

This text has black color on #AB7353 background.


White color preview on #AB7353 background

This text has white color on #AB7353 background.