COLOR #AB967E

HEX: #AB967E RGB: (171,150,126)

Color info

#AB967E contains red, green and blue colors in about the same proportion. Web safe color of #AB967E is #999966 (or #996).

RGB color model

#AB967E color RGB value is (171,150,126).

RGB: (171,150,126) (67%, 59%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 126 of 255 = 49%

171
150
126

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

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 126 = 447 (100%)
R 171 of 447 ~ 38.26%
G 150 of 447 ~ 33.56%
B 126 of 447 ~ 28.19'%

%38.26
%33.56
%28.19

CMYK color model

#AB967E color CMYK value is (0,12,26,33).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK: (0,12,26,33) C0M12Y26K33 (0%,12%,26%,33%) (0.00/0.12/0.26/0.33) 

CMYK percentages

%0
%12.28
%26.32
%32.94

Codes

Color #AB967E in popluar color models

AB 96 7E
RGB 171 150 126
HSL 32° 21.13% 58.24%
HSB/HSV 32° 26.32% 67.06%
CMYK 0.00% 12.28% 26.32%
32.94%

Color #AB967E in popluar number systems.

HEX AB 96 7E
Decimal 171 150 126
Binary 10101011 10010110 1111110
Octal 253 226 176

Shades and tints

Shades of #AB967E

#AB967E
(171,150,126)
#9C8973
(156,137,115)
#8D7C68
(141,124,104)
#7E6F5D
(126,111,93)
#6F6252
(111,98,82)
#605547
(96,85,71)
#51483C
(81,72,60)
#423B31
(66,59,49)
#332E26
(51,46,38)
#24211B
(36,33,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #AB967E

#AB967E
(171,150,126)
#B29F89
(178,159,137)
#B9A894
(185,168,148)
#C0B19F
(192,177,159)
#C7BAAA
(199,186,170)
#CEC3B5
(206,195,181)
#D5CCC0
(213,204,192)
#DCD5CB
(220,213,203)
#E3DED6
(227,222,214)
#EAE7E1
(234,231,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB967E color. Also use rgb(171,150,126) instead hex code.

Text Font Color

.myTextColor { color: #AB967E; }

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

This text font color is #AB967E.

Background Color

.myBgColor { background-color: #AB967E; }

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

This div background color is #AB967E.

Border color

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

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

This div border color is #AB967E.

Opacity

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

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

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

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

This text has shadow with #AB967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB967E.

Preview

Color preview on black background

This text has color #AB967E on black background.


Color preview on white background

This text has color #AB967E on white background.


Black color preview on #AB967E background

This text has black color on #AB967E background.


White color preview on #AB967E background

This text has white color on #AB967E background.


Related colors

Complementary color

Complementary color for #hex is #546981.


I love getcolorcode.com

Triadic colors

1 #7EAB96 and #967EAB with #AB967E are triadic colors.

2 #7E96AB and #96AB7E with #AB967E are triadic colors.