COLOR #A89141

HEX: #A89141 RGB: (168,145,65)

Color info

#A89141 contains mainly red and green colors. Web safe color of #A89141 is #999933 (or #993).

RGB color model

#A89141 color RGB value is (168,145,65).

RGB: (168,145,65) (66%, 57%, 25%)

RGB channels and saturation

R 168 of 255 = 66%
G 145 of 255 = 57%
B 65 of 255 = 25%

168
145
65

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

Portions of RGB colors in percentages

R + G + B = 168 + 145 + 65 = 378 (100%)
R 168 of 378 ~ 44.44%
G 145 of 378 ~ 38.36%
B 65 of 378 ~ 17.2'%

%44.44
%38.36
%17.2

CMYK color model

#A89141 color CMYK value is (0,14,61,34).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 61.31%
  • key color value is 34.12%

CMYK: (0,14,61,34)
C0M14Y61K34 (0%, 14%, 61%, 34%)
(0.00 / 0.14 / 0.61 / 0.34)

CMYK percentages

%0
%13.69
%61.31
%34.12

Codes

Color #A89141 in popluar color models

A8 91 41
RGB 168 145 65
HSL 47° 44.21% 45.69%
HSB/HSV 47° 61.31% 65.88%
CMYK 0.00% 13.69% 61.31%
34.12%

Color #A89141 in popluar number systems.

HEX A8 91 41
Decimal 168 145 65
Binary 10101000 10010001 1000001
Octal 250 221 101

Shades and tints

Shades of #A89141

#A89141
(168,145,65)
#99843C
(153,132,60)
#8A7737
(138,119,55)
#7B6A32
(123,106,50)
#6C5D2D
(108,93,45)
#5D5028
(93,80,40)
#4E4323
(78,67,35)
#3F361E
(63,54,30)
#302919
(48,41,25)
#211C14
(33,28,20)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A89141

#A89141
(168,145,65)
#AF9B52
(175,155,82)
#B6A563
(182,165,99)
#BDAF74
(189,175,116)
#C4B985
(196,185,133)
#CBC396
(203,195,150)
#D2CDA7
(210,205,167)
#D9D7B8
(217,215,184)
#E0E1C9
(224,225,201)
#E7EBDA
(231,235,218)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89141 color. Also use rgb(168,145,65) instead hex code.

Text Font Color

.myTextColor { color: #A89141; }

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

This text font color is #A89141.

Background Color

.myBgColor { background-color: #A89141; }

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

This div background color is #A89141.

Border color

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

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

This div border color is #A89141.

Opacity

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

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

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

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

This text has shadow with #A89141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89141.

Preview

Color preview on black background

This text has color #A89141 on black background.


Color preview on white background

This text has color #A89141 on white background.


Black color preview on #A89141 background

This text has black color on #A89141 background.


White color preview on #A89141 background

This text has white color on #A89141 background.


Related colors

Complementary color

Complementary color for #hex is #576EBE.


I love getcolorcode.com

Triadic colors

1 #41A891 and #9141A8 with #A89141 are triadic colors.

2 #4191A8 and #91A841 with #A89141 are triadic colors.