COLOR #AB9D60

HEX: #AB9D60 RGB: (171,157,96)

Color info

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

RGB color model

#AB9D60 color RGB value is (171,157,96).

RGB: (171,157,96) (67%, 62%, 38%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 96 of 255 = 38%

171
157
96

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

Portions of RGB colors in percentages

R + G + B = 171 + 157 + 96 = 424 (100%)
R 171 of 424 ~ 40.33%
G 157 of 424 ~ 37.03%
B 96 of 424 ~ 22.64'%

%40.33
%37.03
%22.64

CMYK color model

#AB9D60 color CMYK value is (0,8,44,33).

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

CMYK: (0,8,44,33)
C0M8Y44K33 (0%, 8%, 44%, 33%)
(0.00 / 0.08 / 0.44 / 0.33)

CMYK percentages

%0
%8.19
%43.86
%32.94

Codes

Color #AB9D60 in popluar color models

AB 9D 60
RGB 171 157 96
HSL 49° 30.86% 52.35%
HSB/HSV 49° 43.86% 67.06%
CMYK 0.00% 8.19% 43.86%
32.94%

Color #AB9D60 in popluar number systems.

HEX AB 9D 60
Decimal 171 157 96
Binary 10101011 10011101 1100000
Octal 253 235 140

Shades and tints

Shades of #AB9D60

#AB9D60
(171,157,96)
#9C8F58
(156,143,88)
#8D8150
(141,129,80)
#7E7348
(126,115,72)
#6F6540
(111,101,64)
#605738
(96,87,56)
#514930
(81,73,48)
#423B28
(66,59,40)
#332D20
(51,45,32)
#241F18
(36,31,24)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #AB9D60

#AB9D60
(171,157,96)
#B2A56E
(178,165,110)
#B9AD7C
(185,173,124)
#C0B58A
(192,181,138)
#C7BD98
(199,189,152)
#CEC5A6
(206,197,166)
#D5CDB4
(213,205,180)
#DCD5C2
(220,213,194)
#E3DDD0
(227,221,208)
#EAE5DE
(234,229,222)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9D60; }

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

This text font color is #AB9D60.

Background Color

.myBgColor { background-color: #AB9D60; }

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

This div background color is #AB9D60.

Border color

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

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

This div border color is #AB9D60.

Opacity

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

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

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

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

This text has shadow with #AB9D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9D60.

Preview

Color preview on black background

This text has color #AB9D60 on black background.


Color preview on white background

This text has color #AB9D60 on white background.


Black color preview on #AB9D60 background

This text has black color on #AB9D60 background.


White color preview on #AB9D60 background

This text has white color on #AB9D60 background.


Related colors

Complementary color

Complementary color for #hex is #54629F.


I love getcolorcode.com

Triadic colors

1 #60AB9D and #9D60AB with #AB9D60 are triadic colors.

2 #609DAB and #9DAB60 with #AB9D60 are triadic colors.