COLOR #AB9364

HEX: #AB9364
RGB: (171,147,100)

Color info

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

RGB color model

#AB9364 color RGB value is (171,147,100).

  • red value is 171;
  • green value is 147;
  • blue value is 100.
RGB:
(171,147,100)
(67%,58%,39%)

RGB channels and saturation

R 171 of 255 = 67%
G 147 of 255 = 58%
B 100 of 255 = 39%

171
147
100

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

Portions of RGB colors in percentages

R + G + B =
171 + 147 + 100 = 418 (100%)
R 171 of 418 ~ 40.91%
G 147 of 418 ~ 35.17%
B 100 of 418 ~ 23.92%

%40.91
%35.17
%23.92

CMYK color model

#AB9364 color CMYK value is (0,14,42,33).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK:
(0,14,42,33)
C0M14Y42K33 
(0%,14%,42%,33%)
(0.00/0.14/0.42/0.33)	

CMYK percentages

%0
%14.04
%41.52
%32.94

Codes

Color #AB9364 in popluar color models

AB9364
RGB171147100
HSL40°29.71%53.14%
HSB/HSV40°41.52%67.06%
CMYK0.00%14.04%41.52%
32.94%

Color #AB9364 in popluar number systems.

HEXAB9364
Decimal171147100
Binary10101011100100111100100
Octal253223144

Shades and tints

Shades of #AB9364

#AB9364
(171,147,100)
#9C865B
(156,134,91)
#8D7952
(141,121,82)
#7E6C49
(126,108,73)
#6F5F40
(111,95,64)
#605237
(96,82,55)
#51452E
(81,69,46)
#423825
(66,56,37)
#332B1C
(51,43,28)
#241E13
(36,30,19)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #AB9364

#AB9364
(171,147,100)
#B29C72
(178,156,114)
#B9A580
(185,165,128)
#C0AE8E
(192,174,142)
#C7B79C
(199,183,156)
#CEC0AA
(206,192,170)
#D5C9B8
(213,201,184)
#DCD2C6
(220,210,198)
#E3DBD4
(227,219,212)
#EAE4E2
(234,228,226)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9364 color. Also use rgb(171,147,100) instead hex code.

Text Font Color

.myTextColor { color: #AB9364; }

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

This text font color is #AB9364.


Background Color

.myBgColor { background-color: #AB9364; }

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

This div background color is #AB9364.


Border color

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

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

This div border color is #AB9364.


Opacity

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

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

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

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

This text has shadow with #AB9364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9364 on black background.


Color preview on white background

This text has color #AB9364 on white background.



Black color preview on #AB9364 background

This text has black color on #AB9364 background.


White color preview on #AB9364 background

This text has white color on #AB9364 background.