COLOR #AB8F64

HEX: #AB8F64 RGB: (171,143,100)

Color info

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

RGB color model

#AB8F64 color RGB value is (171,143,100).

RGB: (171,143,100) (67%, 56%, 39%)

RGB channels and saturation

R 171 of 255 = 67%
G 143 of 255 = 56%
B 100 of 255 = 39%

171
143
100

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

Portions of RGB colors in percentages

R + G + B = 171 + 143 + 100 = 414 (100%)
R 171 of 414 ~ 41.3%
G 143 of 414 ~ 34.54%
B 100 of 414 ~ 24.15'%

%41.3
%34.54
%24.15

CMYK color model

#AB8F64 color CMYK value is (0,16,42,33).

  • cyan value is 0.00%
  • magenta value is 16.37%
  • yellow value is 41.52%
  • key color value is 32.94%

CMYK: (0,16,42,33)
C0M16Y42K33 (0%, 16%, 42%, 33%)
(0.00 / 0.16 / 0.42 / 0.33)

CMYK percentages

%0
%16.37
%41.52
%32.94

Codes

Color #AB8F64 in popluar color models

AB 8F 64
RGB 171 143 100
HSL 36° 29.71% 53.14%
HSB/HSV 36° 41.52% 67.06%
CMYK 0.00% 16.37% 41.52%
32.94%

Color #AB8F64 in popluar number systems.

HEX AB 8F 64
Decimal 171 143 100
Binary 10101011 10001111 1100100
Octal 253 217 144

Shades and tints

Shades of #AB8F64

#AB8F64
(171,143,100)
#9C825B
(156,130,91)
#8D7552
(141,117,82)
#7E6849
(126,104,73)
#6F5B40
(111,91,64)
#604E37
(96,78,55)
#51412E
(81,65,46)
#423425
(66,52,37)
#33271C
(51,39,28)
#241A13
(36,26,19)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #AB8F64

#AB8F64
(171,143,100)
#B29972
(178,153,114)
#B9A380
(185,163,128)
#C0AD8E
(192,173,142)
#C7B79C
(199,183,156)
#CEC1AA
(206,193,170)
#D5CBB8
(213,203,184)
#DCD5C6
(220,213,198)
#E3DFD4
(227,223,212)
#EAE9E2
(234,233,226)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8F64; }

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

This text font color is #AB8F64.

Background Color

.myBgColor { background-color: #AB8F64; }

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

This div background color is #AB8F64.

Border color

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

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

This div border color is #AB8F64.

Opacity

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

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

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

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

This text has shadow with #AB8F64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8F64.

Preview

Color preview on black background

This text has color #AB8F64 on black background.


Color preview on white background

This text has color #AB8F64 on white background.


Black color preview on #AB8F64 background

This text has black color on #AB8F64 background.


White color preview on #AB8F64 background

This text has white color on #AB8F64 background.


Related colors

Complementary color

Complementary color for #hex is #54709B.


I love getcolorcode.com

Triadic colors

1 #64AB8F and #8F64AB with #AB8F64 are triadic colors.

2 #648FAB and #8FAB64 with #AB8F64 are triadic colors.