COLOR #AB955E

HEX: #AB955E RGB: (171,149,94)

Color info

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

RGB color model

#AB955E color RGB value is (171,149,94).

RGB: (171,149,94) (67%, 58%, 37%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 94 of 255 = 37%

171
149
94

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

Portions of RGB colors in percentages

R + G + B = 171 + 149 + 94 = 414 (100%)
R 171 of 414 ~ 41.3%
G 149 of 414 ~ 35.99%
B 94 of 414 ~ 22.71'%

%41.3
%35.99
%22.71

CMYK color model

#AB955E color CMYK value is (0,13,45,33).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 45.03%
  • key color value is 32.94%

CMYK: (0,13,45,33)
C0M13Y45K33 (0%, 13%, 45%, 33%)
(0.00 / 0.13 / 0.45 / 0.33)

CMYK percentages

%0
%12.87
%45.03
%32.94

Codes

Color #AB955E in popluar color models

AB 95 5E
RGB 171 149 94
HSL 43° 31.43% 51.96%
HSB/HSV 43° 45.03% 67.06%
CMYK 0.00% 12.87% 45.03%
32.94%

Color #AB955E in popluar number systems.

HEX AB 95 5E
Decimal 171 149 94
Binary 10101011 10010101 1011110
Octal 253 225 136

Shades and tints

Shades of #AB955E

#AB955E
(171,149,94)
#9C8856
(156,136,86)
#8D7B4E
(141,123,78)
#7E6E46
(126,110,70)
#6F613E
(111,97,62)
#605436
(96,84,54)
#51472E
(81,71,46)
#423A26
(66,58,38)
#332D1E
(51,45,30)
#242016
(36,32,22)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #AB955E

#AB955E
(171,149,94)
#B29E6C
(178,158,108)
#B9A77A
(185,167,122)
#C0B088
(192,176,136)
#C7B996
(199,185,150)
#CEC2A4
(206,194,164)
#D5CBB2
(213,203,178)
#DCD4C0
(220,212,192)
#E3DDCE
(227,221,206)
#EAE6DC
(234,230,220)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB955E color. Also use rgb(171,149,94) instead hex code.

Text Font Color

.myTextColor { color: #AB955E; }

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

This text font color is #AB955E.

Background Color

.myBgColor { background-color: #AB955E; }

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

This div background color is #AB955E.

Border color

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

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

This div border color is #AB955E.

Opacity

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

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

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

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

This text has shadow with #AB955E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB955E.

Preview

Color preview on black background

This text has color #AB955E on black background.


Color preview on white background

This text has color #AB955E on white background.


Black color preview on #AB955E background

This text has black color on #AB955E background.


White color preview on #AB955E background

This text has white color on #AB955E background.


Related colors

Complementary color

Complementary color for #hex is #546AA1.


I love getcolorcode.com

Triadic colors

1 #5EAB95 and #955EAB with #AB955E are triadic colors.

2 #5E95AB and #95AB5E with #AB955E are triadic colors.