COLOR #AB9C67

HEX: #AB9C67
RGB: (171,156,103)

Color info

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

RGB color model

#AB9C67 color RGB value is (171,156,103).

  • red value is 171;
  • green value is 156;
  • blue value is 103.
RGB:
(171,156,103)
(67%,61%,40%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 103 of 255 = 40%

171
156
103

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 103 = 430 (100%)
R 171 of 430 ~ 39.77%
G 156 of 430 ~ 36.28%
B 103 of 430 ~ 23.95%

%39.77
%36.28
%23.95

CMYK color model

#AB9C67 color CMYK value is (0,9,40,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 39.77%
  • key color value is 32.94%
CMYK:
(0,9,40,33)
C0M9Y40K33 
(0%,9%,40%,33%)
(0.00/0.09/0.40/0.33)	

CMYK percentages

%0
%8.77
%39.77
%32.94

Codes

Color #AB9C67 in popluar color models

AB9C67
RGB171156103
HSL47°28.81%53.73%
HSB/HSV47°39.77%67.06%
CMYK0.00%8.77%39.77%
32.94%

Color #AB9C67 in popluar number systems.

HEXAB9C67
Decimal171156103
Binary10101011100111001100111
Octal253234147

Shades and tints

Shades of #AB9C67

#AB9C67
(171,156,103)
#9C8E5E
(156,142,94)
#8D8055
(141,128,85)
#7E724C
(126,114,76)
#6F6443
(111,100,67)
#60563A
(96,86,58)
#514831
(81,72,49)
#423A28
(66,58,40)
#332C1F
(51,44,31)
#241E16
(36,30,22)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #AB9C67

#AB9C67
(171,156,103)
#B2A574
(178,165,116)
#B9AE81
(185,174,129)
#C0B78E
(192,183,142)
#C7C09B
(199,192,155)
#CEC9A8
(206,201,168)
#D5D2B5
(213,210,181)
#DCDBC2
(220,219,194)
#E3E4CF
(227,228,207)
#EAEDDC
(234,237,220)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9C67 color. Also use rgb(171,156,103) instead hex code.

Text Font Color

.myTextColor { color: #AB9C67; }

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

This text font color is #AB9C67.


Background Color

.myBgColor { background-color: #AB9C67; }

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

This div background color is #AB9C67.


Border color

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

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

This div border color is #AB9C67.


Opacity

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

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

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

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

This text has shadow with #AB9C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9C67 on black background.


Color preview on white background

This text has color #AB9C67 on white background.



Black color preview on #AB9C67 background

This text has black color on #AB9C67 background.


White color preview on #AB9C67 background

This text has white color on #AB9C67 background.