COLOR #AB9A6B

HEX: #AB9A6B RGB: (171,154,107)

Color info

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

RGB color model

#AB9A6B color RGB value is (171,154,107).

RGB: (171,154,107) (67%, 60%, 42%)

RGB channels and saturation

R 171 of 255 = 67%
G 154 of 255 = 60%
B 107 of 255 = 42%

171
154
107

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

Portions of RGB colors in percentages

R + G + B = 171 + 154 + 107 = 432 (100%)
R 171 of 432 ~ 39.58%
G 154 of 432 ~ 35.65%
B 107 of 432 ~ 24.77'%

%39.58
%35.65
%24.77

CMYK color model

#AB9A6B color CMYK value is (0,10,37,33).

  • cyan value is 0.00%
  • magenta value is 9.94%
  • yellow value is 37.43%
  • key color value is 32.94%

CMYK: (0,10,37,33)
C0M10Y37K33 (0%, 10%, 37%, 33%)
(0.00 / 0.10 / 0.37 / 0.33)

CMYK percentages

%0
%9.94
%37.43
%32.94

Codes

Color #AB9A6B in popluar color models

AB 9A 6B
RGB 171 154 107
HSL 44° 27.59% 54.51%
HSB/HSV 44° 37.43% 67.06%
CMYK 0.00% 9.94% 37.43%
32.94%

Color #AB9A6B in popluar number systems.

HEX AB 9A 6B
Decimal 171 154 107
Binary 10101011 10011010 1101011
Octal 253 232 153

Shades and tints

Shades of #AB9A6B

#AB9A6B
(171,154,107)
#9C8C62
(156,140,98)
#8D7E59
(141,126,89)
#7E7050
(126,112,80)
#6F6247
(111,98,71)
#60543E
(96,84,62)
#514635
(81,70,53)
#42382C
(66,56,44)
#332A23
(51,42,35)
#241C1A
(36,28,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB9A6B

#AB9A6B
(171,154,107)
#B2A378
(178,163,120)
#B9AC85
(185,172,133)
#C0B592
(192,181,146)
#C7BE9F
(199,190,159)
#CEC7AC
(206,199,172)
#D5D0B9
(213,208,185)
#DCD9C6
(220,217,198)
#E3E2D3
(227,226,211)
#EAEBE0
(234,235,224)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9A6B color. Also use rgb(171,154,107) instead hex code.

Text Font Color

.myTextColor { color: #AB9A6B; }

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

This text font color is #AB9A6B.

Background Color

.myBgColor { background-color: #AB9A6B; }

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

This div background color is #AB9A6B.

Border color

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

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

This div border color is #AB9A6B.

Opacity

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

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

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

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

This text has shadow with #AB9A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9A6B.

Preview

Color preview on black background

This text has color #AB9A6B on black background.


Color preview on white background

This text has color #AB9A6B on white background.


Black color preview on #AB9A6B background

This text has black color on #AB9A6B background.


White color preview on #AB9A6B background

This text has white color on #AB9A6B background.


Related colors

Complementary color

Complementary color for #hex is #546594.


I love getcolorcode.com

Triadic colors

1 #6BAB9A and #9A6BAB with #AB9A6B are triadic colors.

2 #6B9AAB and #9AAB6B with #AB9A6B are triadic colors.