COLOR #AB9153

HEX: #AB9153
RGB: (171,145,83)

Color info

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

RGB color model

#AB9153 color RGB value is (171,145,83).

  • red value is 171;
  • green value is 145;
  • blue value is 83.
RGB:
(171,145,83)
(67%,57%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 83 of 255 = 33%

171
145
83

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 83 = 399 (100%)
R 171 of 399 ~ 42.86%
G 145 of 399 ~ 36.34%
B 83 of 399 ~ 20.8%

%42.86
%36.34
%20.8

CMYK color model

#AB9153 color CMYK value is (0,15,51,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(0,15,51,33)
C0M15Y51K33 
(0%,15%,51%,33%)
(0.00/0.15/0.51/0.33)	

CMYK percentages

%0
%15.2
%51.46
%32.94

Codes

Color #AB9153 in popluar color models

AB9153
RGB17114583
HSL42°34.65%49.80%
HSB/HSV42°51.46%67.06%
CMYK0.00%15.20%51.46%
32.94%

Color #AB9153 in popluar number systems.

HEXAB9153
Decimal17114583
Binary10101011100100011010011
Octal253221123

Shades and tints

Shades of #AB9153

#AB9153
(171,145,83)
#9C844C
(156,132,76)
#8D7745
(141,119,69)
#7E6A3E
(126,106,62)
#6F5D37
(111,93,55)
#605030
(96,80,48)
#514329
(81,67,41)
#423622
(66,54,34)
#33291B
(51,41,27)
#241C14
(36,28,20)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB9153

#AB9153
(171,145,83)
#B29B62
(178,155,98)
#B9A571
(185,165,113)
#C0AF80
(192,175,128)
#C7B98F
(199,185,143)
#CEC39E
(206,195,158)
#D5CDAD
(213,205,173)
#DCD7BC
(220,215,188)
#E3E1CB
(227,225,203)
#EAEBDA
(234,235,218)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9153; }

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

This text font color is #AB9153.


Background Color

.myBgColor { background-color: #AB9153; }

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

This div background color is #AB9153.


Border color

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

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

This div border color is #AB9153.


Opacity

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

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

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

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

This text has shadow with #AB9153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9153 on black background.


Color preview on white background

This text has color #AB9153 on white background.



Black color preview on #AB9153 background

This text has black color on #AB9153 background.


White color preview on #AB9153 background

This text has white color on #AB9153 background.