COLOR #AB8260

HEX: #AB8260 RGB: (171,130,96)

Color info

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

RGB color model

#AB8260 color RGB value is (171,130,96).

RGB: (171,130,96) (67%, 51%, 38%)

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 96 of 255 = 38%

171
130
96

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

Portions of RGB colors in percentages

R + G + B = 171 + 130 + 96 = 397 (100%)
R 171 of 397 ~ 43.07%
G 130 of 397 ~ 32.75%
B 96 of 397 ~ 24.18'%

%43.07
%32.75
%24.18

CMYK color model

#AB8260 color CMYK value is (0,24,44,33).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 43.86%
  • key color value is 32.94%

CMYK: (0,24,44,33)
C0M24Y44K33 (0%, 24%, 44%, 33%)
(0.00 / 0.24 / 0.44 / 0.33)

CMYK percentages

%0
%23.98
%43.86
%32.94

Codes

Color #AB8260 in popluar color models

AB 82 60
RGB 171 130 96
HSL 27° 30.86% 52.35%
HSB/HSV 27° 43.86% 67.06%
CMYK 0.00% 23.98% 43.86%
32.94%

Color #AB8260 in popluar number systems.

HEX AB 82 60
Decimal 171 130 96
Binary 10101011 10000010 1100000
Octal 253 202 140

Shades and tints

Shades of #AB8260

#AB8260
(171,130,96)
#9C7758
(156,119,88)
#8D6C50
(141,108,80)
#7E6148
(126,97,72)
#6F5640
(111,86,64)
#604B38
(96,75,56)
#514030
(81,64,48)
#423528
(66,53,40)
#332A20
(51,42,32)
#241F18
(36,31,24)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #AB8260

#AB8260
(171,130,96)
#B28D6E
(178,141,110)
#B9987C
(185,152,124)
#C0A38A
(192,163,138)
#C7AE98
(199,174,152)
#CEB9A6
(206,185,166)
#D5C4B4
(213,196,180)
#DCCFC2
(220,207,194)
#E3DAD0
(227,218,208)
#EAE5DE
(234,229,222)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8260 color. Also use rgb(171,130,96) instead hex code.

Text Font Color

.myTextColor { color: #AB8260; }

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

This text font color is #AB8260.

Background Color

.myBgColor { background-color: #AB8260; }

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

This div background color is #AB8260.

Border color

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

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

This div border color is #AB8260.

Opacity

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

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

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

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

This text has shadow with #AB8260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8260.

Preview

Color preview on black background

This text has color #AB8260 on black background.


Color preview on white background

This text has color #AB8260 on white background.


Black color preview on #AB8260 background

This text has black color on #AB8260 background.


White color preview on #AB8260 background

This text has white color on #AB8260 background.


Related colors

Complementary color

Complementary color for #hex is #547D9F.


I love getcolorcode.com

Triadic colors

1 #60AB82 and #8260AB with #AB8260 are triadic colors.

2 #6082AB and #82AB60 with #AB8260 are triadic colors.