COLOR #AB916D

HEX: #AB916D RGB: (171,145,109)

Color info

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

RGB color model

#AB916D color RGB value is (171,145,109).

RGB: (171,145,109) (67%, 57%, 43%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 109 of 255 = 43%

171
145
109

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

Portions of RGB colors in percentages

R + G + B = 171 + 145 + 109 = 425 (100%)
R 171 of 425 ~ 40.24%
G 145 of 425 ~ 34.12%
B 109 of 425 ~ 25.65'%

%40.24
%34.12
%25.65

CMYK color model

#AB916D color CMYK value is (0,15,36,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 36.26%
  • key color value is 32.94%

CMYK: (0,15,36,33)
C0M15Y36K33 (0%, 15%, 36%, 33%)
(0.00 / 0.15 / 0.36 / 0.33)

CMYK percentages

%0
%15.2
%36.26
%32.94

Codes

Color #AB916D in popluar color models

AB 91 6D
RGB 171 145 109
HSL 35° 26.96% 54.90%
HSB/HSV 35° 36.26% 67.06%
CMYK 0.00% 15.20% 36.26%
32.94%

Color #AB916D in popluar number systems.

HEX AB 91 6D
Decimal 171 145 109
Binary 10101011 10010001 1101101
Octal 253 221 155

Shades and tints

Shades of #AB916D

#AB916D
(171,145,109)
#9C8464
(156,132,100)
#8D775B
(141,119,91)
#7E6A52
(126,106,82)
#6F5D49
(111,93,73)
#605040
(96,80,64)
#514337
(81,67,55)
#42362E
(66,54,46)
#332925
(51,41,37)
#241C1C
(36,28,28)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #AB916D

#AB916D
(171,145,109)
#B29B7A
(178,155,122)
#B9A587
(185,165,135)
#C0AF94
(192,175,148)
#C7B9A1
(199,185,161)
#CEC3AE
(206,195,174)
#D5CDBB
(213,205,187)
#DCD7C8
(220,215,200)
#E3E1D5
(227,225,213)
#EAEBE2
(234,235,226)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB916D color. Also use rgb(171,145,109) instead hex code.

Text Font Color

.myTextColor { color: #AB916D; }

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

This text font color is #AB916D.

Background Color

.myBgColor { background-color: #AB916D; }

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

This div background color is #AB916D.

Border color

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

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

This div border color is #AB916D.

Opacity

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

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

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

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

This text has shadow with #AB916D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB916D.

Preview

Color preview on black background

This text has color #AB916D on black background.


Color preview on white background

This text has color #AB916D on white background.


Black color preview on #AB916D background

This text has black color on #AB916D background.


White color preview on #AB916D background

This text has white color on #AB916D background.


Related colors

Complementary color

Complementary color for #hex is #546E92.


I love getcolorcode.com

Triadic colors

1 #6DAB91 and #916DAB with #AB916D are triadic colors.

2 #6D91AB and #91AB6D with #AB916D are triadic colors.