COLOR #AB834B

HEX: #AB834B
RGB: (171,131,75)

Color info

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

RGB color model

#AB834B color RGB value is (171,131,75).

  • red value is 171;
  • green value is 131;
  • blue value is 75.
RGB:
(171,131,75)
(67%,51%,29%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 75 of 255 = 29%

171
131
75

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

Portions of RGB colors in percentages

R + G + B =
171 + 131 + 75 = 377 (100%)
R 171 of 377 ~ 45.36%
G 131 of 377 ~ 34.75%
B 75 of 377 ~ 19.89%

%45.36
%34.75
%19.89

CMYK color model

#AB834B color CMYK value is (0,23,56,33).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 56.14%
  • key color value is 32.94%
CMYK:
(0,23,56,33)
C0M23Y56K33 
(0%,23%,56%,33%)
(0.00/0.23/0.56/0.33)	

CMYK percentages

%0
%23.39
%56.14
%32.94

Codes

Color #AB834B in popluar color models

AB834B
RGB17113175
HSL35°39.02%48.24%
HSB/HSV35°56.14%67.06%
CMYK0.00%23.39%56.14%
32.94%

Color #AB834B in popluar number systems.

HEXAB834B
Decimal17113175
Binary10101011100000111001011
Octal253203113

Shades and tints

Shades of #AB834B

#AB834B
(171,131,75)
#9C7845
(156,120,69)
#8D6D3F
(141,109,63)
#7E6239
(126,98,57)
#6F5733
(111,87,51)
#604C2D
(96,76,45)
#514127
(81,65,39)
#423621
(66,54,33)
#332B1B
(51,43,27)
#242015
(36,32,21)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #AB834B

#AB834B
(171,131,75)
#B28E5B
(178,142,91)
#B9996B
(185,153,107)
#C0A47B
(192,164,123)
#C7AF8B
(199,175,139)
#CEBA9B
(206,186,155)
#D5C5AB
(213,197,171)
#DCD0BB
(220,208,187)
#E3DBCB
(227,219,203)
#EAE6DB
(234,230,219)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB834B color. Also use rgb(171,131,75) instead hex code.

Text Font Color

.myTextColor { color: #AB834B; }

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

This text font color is #AB834B.


Background Color

.myBgColor { background-color: #AB834B; }

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

This div background color is #AB834B.


Border color

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

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

This div border color is #AB834B.


Opacity

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

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

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

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

This text has shadow with #AB834B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB834B on black background.


Color preview on white background

This text has color #AB834B on white background.



Black color preview on #AB834B background

This text has black color on #AB834B background.


White color preview on #AB834B background

This text has white color on #AB834B background.