COLOR #AB835D

HEX: #AB835D RGB: (171,131,93)

Color info

#AB835D contains mainly red and green colors. Web safe color of #AB835D is #999966 (or #996).

RGB color model

#AB835D color RGB value is (171,131,93).

RGB: (171,131,93) (67%, 51%, 36%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 93 of 255 = 36%

171
131
93

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

Portions of RGB colors in percentages

R + G + B = 171 + 131 + 93 = 395 (100%)
R 171 of 395 ~ 43.29%
G 131 of 395 ~ 33.16%
B 93 of 395 ~ 23.54'%

%43.29
%33.16
%23.54

CMYK color model

#AB835D color CMYK value is (0,23,46,33).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 45.61%
  • key color value is 32.94%

CMYK: (0,23,46,33)
C0M23Y46K33 (0%, 23%, 46%, 33%)
(0.00 / 0.23 / 0.46 / 0.33)

CMYK percentages

%0
%23.39
%45.61
%32.94

Codes

Color #AB835D in popluar color models

AB 83 5D
RGB 171 131 93
HSL 29° 31.71% 51.76%
HSB/HSV 29° 45.61% 67.06%
CMYK 0.00% 23.39% 45.61%
32.94%

Color #AB835D in popluar number systems.

HEX AB 83 5D
Decimal 171 131 93
Binary 10101011 10000011 1011101
Octal 253 203 135

Shades and tints

Shades of #AB835D

#AB835D
(171,131,93)
#9C7855
(156,120,85)
#8D6D4D
(141,109,77)
#7E6245
(126,98,69)
#6F573D
(111,87,61)
#604C35
(96,76,53)
#51412D
(81,65,45)
#423625
(66,54,37)
#332B1D
(51,43,29)
#242015
(36,32,21)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #AB835D

#AB835D
(171,131,93)
#B28E6B
(178,142,107)
#B99979
(185,153,121)
#C0A487
(192,164,135)
#C7AF95
(199,175,149)
#CEBAA3
(206,186,163)
#D5C5B1
(213,197,177)
#DCD0BF
(220,208,191)
#E3DBCD
(227,219,205)
#EAE6DB
(234,230,219)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB835D; }

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

This text font color is #AB835D.

Background Color

.myBgColor { background-color: #AB835D; }

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

This div background color is #AB835D.

Border color

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

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

This div border color is #AB835D.

Opacity

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

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

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

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

This text has shadow with #AB835D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB835D.

Preview

Color preview on black background

This text has color #AB835D on black background.


Color preview on white background

This text has color #AB835D on white background.


Black color preview on #AB835D background

This text has black color on #AB835D background.


White color preview on #AB835D background

This text has white color on #AB835D background.


Related colors

Complementary color

Complementary color for #hex is #547CA2.


I love getcolorcode.com

Triadic colors

1 #5DAB83 and #835DAB with #AB835D are triadic colors.

2 #5D83AB and #83AB5D with #AB835D are triadic colors.