COLOR #AB985D

HEX: #AB985D
RGB: (171,152,93)

Color info

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

RGB color model

#AB985D color RGB value is (171,152,93).

  • red value is 171;
  • green value is 152;
  • blue value is 93.
RGB:
(171,152,93)
(67%,60%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 93 of 255 = 36%

171
152
93

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

Portions of RGB colors in percentages

R + G + B =
171 + 152 + 93 = 416 (100%)
R 171 of 416 ~ 41.11%
G 152 of 416 ~ 36.54%
B 93 of 416 ~ 22.36%

%41.11
%36.54
%22.36

CMYK color model

#AB985D color CMYK value is (0,11,46,33).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 45.61%
  • key color value is 32.94%
CMYK:
(0,11,46,33)
C0M11Y46K33 
(0%,11%,46%,33%)
(0.00/0.11/0.46/0.33)	

CMYK percentages

%0
%11.11
%45.61
%32.94

Codes

Color #AB985D in popluar color models

AB985D
RGB17115293
HSL45°31.71%51.76%
HSB/HSV45°45.61%67.06%
CMYK0.00%11.11%45.61%
32.94%

Color #AB985D in popluar number systems.

HEXAB985D
Decimal17115293
Binary10101011100110001011101
Octal253230135

Shades and tints

Shades of #AB985D

#AB985D
(171,152,93)
#9C8B55
(156,139,85)
#8D7E4D
(141,126,77)
#7E7145
(126,113,69)
#6F643D
(111,100,61)
#605735
(96,87,53)
#514A2D
(81,74,45)
#423D25
(66,61,37)
#33301D
(51,48,29)
#242315
(36,35,21)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #AB985D

#AB985D
(171,152,93)
#B2A16B
(178,161,107)
#B9AA79
(185,170,121)
#C0B387
(192,179,135)
#C7BC95
(199,188,149)
#CEC5A3
(206,197,163)
#D5CEB1
(213,206,177)
#DCD7BF
(220,215,191)
#E3E0CD
(227,224,205)
#EAE9DB
(234,233,219)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB985D color. Also use rgb(171,152,93) instead hex code.

Text Font Color

.myTextColor { color: #AB985D; }

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

This text font color is #AB985D.


Background Color

.myBgColor { background-color: #AB985D; }

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

This div background color is #AB985D.


Border color

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

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

This div border color is #AB985D.


Opacity

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

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

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

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

This text has shadow with #AB985D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB985D on black background.


Color preview on white background

This text has color #AB985D on white background.



Black color preview on #AB985D background

This text has black color on #AB985D background.


White color preview on #AB985D background

This text has white color on #AB985D background.