COLOR #AB7C52

HEX: #AB7C52
RGB: (171,124,82)

Color info

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

RGB color model

#AB7C52 color RGB value is (171,124,82).

  • red value is 171;
  • green value is 124;
  • blue value is 82.
RGB:
(171,124,82)
(67%,49%,32%)

RGB channels and saturation

R 171 of 255 = 67%
G 124 of 255 = 49%
B 82 of 255 = 32%

171
124
82

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

Portions of RGB colors in percentages

R + G + B =
171 + 124 + 82 = 377 (100%)
R 171 of 377 ~ 45.36%
G 124 of 377 ~ 32.89%
B 82 of 377 ~ 21.75%

%45.36
%32.89
%21.75

CMYK color model

#AB7C52 color CMYK value is (0,27,52,33).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 52.05%
  • key color value is 32.94%
CMYK:
(0,27,52,33)
C0M27Y52K33 
(0%,27%,52%,33%)
(0.00/0.27/0.52/0.33)	

CMYK percentages

%0
%27.49
%52.05
%32.94

Codes

Color #AB7C52 in popluar color models

AB7C52
RGB17112482
HSL28°35.18%49.61%
HSB/HSV28°52.05%67.06%
CMYK0.00%27.49%52.05%
32.94%

Color #AB7C52 in popluar number systems.

HEXAB7C52
Decimal17112482
Binary1010101111111001010010
Octal253174122

Shades and tints

Shades of #AB7C52

#AB7C52
(171,124,82)
#9C714B
(156,113,75)
#8D6644
(141,102,68)
#7E5B3D
(126,91,61)
#6F5036
(111,80,54)
#60452F
(96,69,47)
#513A28
(81,58,40)
#422F21
(66,47,33)
#33241A
(51,36,26)
#241913
(36,25,19)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #AB7C52

#AB7C52
(171,124,82)
#B28761
(178,135,97)
#B99270
(185,146,112)
#C09D7F
(192,157,127)
#C7A88E
(199,168,142)
#CEB39D
(206,179,157)
#D5BEAC
(213,190,172)
#DCC9BB
(220,201,187)
#E3D4CA
(227,212,202)
#EADFD9
(234,223,217)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7C52 color. Also use rgb(171,124,82) instead hex code.

Text Font Color

.myTextColor { color: #AB7C52; }

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

This text font color is #AB7C52.


Background Color

.myBgColor { background-color: #AB7C52; }

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

This div background color is #AB7C52.


Border color

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

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

This div border color is #AB7C52.


Opacity

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

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

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

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

This text has shadow with #AB7C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7C52 on black background.


Color preview on white background

This text has color #AB7C52 on white background.



Black color preview on #AB7C52 background

This text has black color on #AB7C52 background.


White color preview on #AB7C52 background

This text has white color on #AB7C52 background.