COLOR #AB8753

HEX: #AB8753 RGB: (171,135,83)

Color info

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

RGB color model

#AB8753 color RGB value is (171,135,83).

RGB: (171,135,83) (67%, 53%, 33%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 83 of 255 = 33%

171
135
83

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

Portions of RGB colors in percentages

R + G + B = 171 + 135 + 83 = 389 (100%)
R 171 of 389 ~ 43.96%
G 135 of 389 ~ 34.7%
B 83 of 389 ~ 21.34'%

%43.96
%34.7
%21.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 51.46%
  • key color value is 32.94%

CMYK: (0,21,51,33)
C0M21Y51K33 (0%, 21%, 51%, 33%)
(0.00 / 0.21 / 0.51 / 0.33)

CMYK percentages

%0
%21.05
%51.46
%32.94

Codes

Color #AB8753 in popluar color models

AB 87 53
RGB 171 135 83
HSL 35° 34.65% 49.80%
HSB/HSV 35° 51.46% 67.06%
CMYK 0.00% 21.05% 51.46%
32.94%

Color #AB8753 in popluar number systems.

HEX AB 87 53
Decimal 171 135 83
Binary 10101011 10000111 1010011
Octal 253 207 123

Shades and tints

Shades of #AB8753

#AB8753
(171,135,83)
#9C7B4C
(156,123,76)
#8D6F45
(141,111,69)
#7E633E
(126,99,62)
#6F5737
(111,87,55)
#604B30
(96,75,48)
#513F29
(81,63,41)
#423322
(66,51,34)
#33271B
(51,39,27)
#241B14
(36,27,20)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB8753

#AB8753
(171,135,83)
#B29162
(178,145,98)
#B99B71
(185,155,113)
#C0A580
(192,165,128)
#C7AF8F
(199,175,143)
#CEB99E
(206,185,158)
#D5C3AD
(213,195,173)
#DCCDBC
(220,205,188)
#E3D7CB
(227,215,203)
#EAE1DA
(234,225,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8753; }

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

This text font color is #AB8753.

Background Color

.myBgColor { background-color: #AB8753; }

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

This div background color is #AB8753.

Border color

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

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

This div border color is #AB8753.

Opacity

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

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

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

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

This text has shadow with #AB8753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8753.

Preview

Color preview on black background

This text has color #AB8753 on black background.


Color preview on white background

This text has color #AB8753 on white background.


Black color preview on #AB8753 background

This text has black color on #AB8753 background.


White color preview on #AB8753 background

This text has white color on #AB8753 background.


Related colors

Complementary color

Complementary color for #hex is #5478AC.


I love getcolorcode.com

Triadic colors

1 #53AB87 and #8753AB with #AB8753 are triadic colors.

2 #5387AB and #87AB53 with #AB8753 are triadic colors.