COLOR #AB995F

HEX: #AB995F RGB: (171,153,95)

Color info

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

RGB color model

#AB995F color RGB value is (171,153,95).

RGB: (171,153,95) (67%, 60%, 37%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 95 of 255 = 37%

171
153
95

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

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 95 = 419 (100%)
R 171 of 419 ~ 40.81%
G 153 of 419 ~ 36.52%
B 95 of 419 ~ 22.67'%

%40.81
%36.52
%22.67

CMYK color model

#AB995F color CMYK value is (0,11,44,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 44.44%
  • key color value is 32.94%

CMYK: (0,11,44,33)
C0M11Y44K33 (0%, 11%, 44%, 33%)
(0.00 / 0.11 / 0.44 / 0.33)

CMYK percentages

%0
%10.53
%44.44
%32.94

Codes

Color #AB995F in popluar color models

AB 99 5F
RGB 171 153 95
HSL 46° 31.15% 52.16%
HSB/HSV 46° 44.44% 67.06%
CMYK 0.00% 10.53% 44.44%
32.94%

Color #AB995F in popluar number systems.

HEX AB 99 5F
Decimal 171 153 95
Binary 10101011 10011001 1011111
Octal 253 231 137

Shades and tints

Shades of #AB995F

#AB995F
(171,153,95)
#9C8C57
(156,140,87)
#8D7F4F
(141,127,79)
#7E7247
(126,114,71)
#6F653F
(111,101,63)
#605837
(96,88,55)
#514B2F
(81,75,47)
#423E27
(66,62,39)
#33311F
(51,49,31)
#242417
(36,36,23)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #AB995F

#AB995F
(171,153,95)
#B2A26D
(178,162,109)
#B9AB7B
(185,171,123)
#C0B489
(192,180,137)
#C7BD97
(199,189,151)
#CEC6A5
(206,198,165)
#D5CFB3
(213,207,179)
#DCD8C1
(220,216,193)
#E3E1CF
(227,225,207)
#EAEADD
(234,234,221)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB995F color. Also use rgb(171,153,95) instead hex code.

Text Font Color

.myTextColor { color: #AB995F; }

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

This text font color is #AB995F.

Background Color

.myBgColor { background-color: #AB995F; }

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

This div background color is #AB995F.

Border color

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

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

This div border color is #AB995F.

Opacity

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

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

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

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

This text has shadow with #AB995F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB995F.

Preview

Color preview on black background

This text has color #AB995F on black background.


Color preview on white background

This text has color #AB995F on white background.


Black color preview on #AB995F background

This text has black color on #AB995F background.


White color preview on #AB995F background

This text has white color on #AB995F background.


Related colors

Complementary color

Complementary color for #hex is #5466A0.


I love getcolorcode.com

Triadic colors

1 #5FAB99 and #995FAB with #AB995F are triadic colors.

2 #5F99AB and #99AB5F with #AB995F are triadic colors.