COLOR #AB9F67

HEX: #AB9F67 RGB: (171,159,103)

Color info

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

RGB color model

#AB9F67 color RGB value is (171,159,103).

RGB: (171,159,103) (67%, 62%, 40%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 103 of 255 = 40%

171
159
103

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

Portions of RGB colors in percentages

R + G + B = 171 + 159 + 103 = 433 (100%)
R 171 of 433 ~ 39.49%
G 159 of 433 ~ 36.72%
B 103 of 433 ~ 23.79'%

%39.49
%36.72
%23.79

CMYK color model

#AB9F67 color CMYK value is (0,7,40,33).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 39.77%
  • key color value is 32.94%

CMYK: (0,7,40,33)
C0M7Y40K33 (0%, 7%, 40%, 33%)
(0.00 / 0.07 / 0.40 / 0.33)

CMYK percentages

%0
%7.02
%39.77
%32.94

Codes

Color #AB9F67 in popluar color models

AB 9F 67
RGB 171 159 103
HSL 49° 28.81% 53.73%
HSB/HSV 49° 39.77% 67.06%
CMYK 0.00% 7.02% 39.77%
32.94%

Color #AB9F67 in popluar number systems.

HEX AB 9F 67
Decimal 171 159 103
Binary 10101011 10011111 1100111
Octal 253 237 147

Shades and tints

Shades of #AB9F67

#AB9F67
(171,159,103)
#9C915E
(156,145,94)
#8D8355
(141,131,85)
#7E754C
(126,117,76)
#6F6743
(111,103,67)
#60593A
(96,89,58)
#514B31
(81,75,49)
#423D28
(66,61,40)
#332F1F
(51,47,31)
#242116
(36,33,22)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #AB9F67

#AB9F67
(171,159,103)
#B2A774
(178,167,116)
#B9AF81
(185,175,129)
#C0B78E
(192,183,142)
#C7BF9B
(199,191,155)
#CEC7A8
(206,199,168)
#D5CFB5
(213,207,181)
#DCD7C2
(220,215,194)
#E3DFCF
(227,223,207)
#EAE7DC
(234,231,220)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9F67; }

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

This text font color is #AB9F67.

Background Color

.myBgColor { background-color: #AB9F67; }

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

This div background color is #AB9F67.

Border color

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

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

This div border color is #AB9F67.

Opacity

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

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

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

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

This text has shadow with #AB9F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9F67.

Preview

Color preview on black background

This text has color #AB9F67 on black background.


Color preview on white background

This text has color #AB9F67 on white background.


Black color preview on #AB9F67 background

This text has black color on #AB9F67 background.


White color preview on #AB9F67 background

This text has white color on #AB9F67 background.


Related colors

Complementary color

Complementary color for #hex is #546098.


I love getcolorcode.com

Triadic colors

1 #67AB9F and #9F67AB with #AB9F67 are triadic colors.

2 #679FAB and #9FAB67 with #AB9F67 are triadic colors.