COLOR #AB8F65

HEX: #AB8F65
RGB: (171,143,101)

Color info

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

RGB color model

#AB8F65 color RGB value is (171,143,101).

  • red value is 171;
  • green value is 143;
  • blue value is 101.
RGB:
(171,143,101)
(67%,56%,40%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 101 of 255 = 40%

171
143
101

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

Portions of RGB colors in percentages

R + G + B =
171 + 143 + 101 = 415 (100%)
R 171 of 415 ~ 41.2%
G 143 of 415 ~ 34.46%
B 101 of 415 ~ 24.34%

%41.2
%34.46
%24.34

CMYK color model

#AB8F65 color CMYK value is (0,16,41,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 40.94%
  • key color value is 32.94%
CMYK:
(0,16,41,33)
C0M16Y41K33 
(0%,16%,41%,33%)
(0.00/0.16/0.41/0.33)	

CMYK percentages

%0
%16.37
%40.94
%32.94

Codes

Color #AB8F65 in popluar color models

AB8F65
RGB171143101
HSL36°29.41%53.33%
HSB/HSV36°40.94%67.06%
CMYK0.00%16.37%40.94%
32.94%

Color #AB8F65 in popluar number systems.

HEXAB8F65
Decimal171143101
Binary10101011100011111100101
Octal253217145

Shades and tints

Shades of #AB8F65

#AB8F65
(171,143,101)
#9C825C
(156,130,92)
#8D7553
(141,117,83)
#7E684A
(126,104,74)
#6F5B41
(111,91,65)
#604E38
(96,78,56)
#51412F
(81,65,47)
#423426
(66,52,38)
#33271D
(51,39,29)
#241A14
(36,26,20)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #AB8F65

#AB8F65
(171,143,101)
#B29973
(178,153,115)
#B9A381
(185,163,129)
#C0AD8F
(192,173,143)
#C7B79D
(199,183,157)
#CEC1AB
(206,193,171)
#D5CBB9
(213,203,185)
#DCD5C7
(220,213,199)
#E3DFD5
(227,223,213)
#EAE9E3
(234,233,227)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8F65 color. Also use rgb(171,143,101) instead hex code.

Text Font Color

.myTextColor { color: #AB8F65; }

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

This text font color is #AB8F65.


Background Color

.myBgColor { background-color: #AB8F65; }

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

This div background color is #AB8F65.


Border color

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

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

This div border color is #AB8F65.


Opacity

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

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

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

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

This text has shadow with #AB8F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8F65 on black background.


Color preview on white background

This text has color #AB8F65 on white background.



Black color preview on #AB8F65 background

This text has black color on #AB8F65 background.


White color preview on #AB8F65 background

This text has white color on #AB8F65 background.