COLOR #AB945E

HEX: #AB945E RGB: (171,148,94)

Color info

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

RGB color model

#AB945E color RGB value is (171,148,94).

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

RGB channels and saturation

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

171
148
94

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

Portions of RGB colors in percentages

R + G + B = 171 + 148 + 94 = 413 (100%)
R 171 of 413 ~ 41.4%
G 148 of 413 ~ 35.84%
B 94 of 413 ~ 22.76'%

%41.4
%35.84
%22.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.45%
  • 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
%13.45
%45.03
%32.94

Codes

Color #AB945E in popluar color models

AB 94 5E
RGB 171 148 94
HSL 42° 31.43% 51.96%
HSB/HSV 42° 45.03% 67.06%
CMYK 0.00% 13.45% 45.03%
32.94%

Color #AB945E in popluar number systems.

HEX AB 94 5E
Decimal 171 148 94
Binary 10101011 10010100 1011110
Octal 253 224 136

Shades and tints

Shades of #AB945E

#AB945E
(171,148,94)
#9C8756
(156,135,86)
#8D7A4E
(141,122,78)
#7E6D46
(126,109,70)
#6F603E
(111,96,62)
#605336
(96,83,54)
#51462E
(81,70,46)
#423926
(66,57,38)
#332C1E
(51,44,30)
#241F16
(36,31,22)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #AB945E

#AB945E
(171,148,94)
#B29D6C
(178,157,108)
#B9A67A
(185,166,122)
#C0AF88
(192,175,136)
#C7B896
(199,184,150)
#CEC1A4
(206,193,164)
#D5CAB2
(213,202,178)
#DCD3C0
(220,211,192)
#E3DCCE
(227,220,206)
#EAE5DC
(234,229,220)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB945E; }

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

This text font color is #AB945E.

Background Color

.myBgColor { background-color: #AB945E; }

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

This div background color is #AB945E.

Border color

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

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

This div border color is #AB945E.

Opacity

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

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

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

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

This text has shadow with #AB945E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB945E.

Preview

Color preview on black background

This text has color #AB945E on black background.


Color preview on white background

This text has color #AB945E on white background.


Black color preview on #AB945E background

This text has black color on #AB945E background.


White color preview on #AB945E background

This text has white color on #AB945E background.


Related colors

Complementary color

Complementary color for #hex is #546BA1.


I love getcolorcode.com

Triadic colors

1 #5EAB94 and #945EAB with #AB945E are triadic colors.

2 #5E94AB and #94AB5E with #AB945E are triadic colors.