COLOR #A89150

HEX: #A89150
RGB: (168,145,80)

Color info

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

RGB color model

#A89150 color RGB value is (168,145,80).

  • red value is 168;
  • green value is 145;
  • blue value is 80.
RGB:
(168,145,80)
(66%,57%,31%)

RGB channels and saturation

R 168 of 255 = 66%
G 145 of 255 = 57%
B 80 of 255 = 31%

168
145
80

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

Portions of RGB colors in percentages

R + G + B =
168 + 145 + 80 = 393 (100%)
R 168 of 393 ~ 42.75%
G 145 of 393 ~ 36.9%
B 80 of 393 ~ 20.36%

%42.75
%36.9
%20.36

CMYK color model

#A89150 color CMYK value is (0,14,52,34).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 52.38%
  • key color value is 34.12%
CMYK:
(0,14,52,34)
C0M14Y52K34 
(0%,14%,52%,34%)
(0.00/0.14/0.52/0.34)	

CMYK percentages

%0
%13.69
%52.38
%34.12

Codes

Color #A89150 in popluar color models

A89150
RGB16814580
HSL44°35.48%48.63%
HSB/HSV44°52.38%65.88%
CMYK0.00%13.69%52.38%
34.12%

Color #A89150 in popluar number systems.

HEXA89150
Decimal16814580
Binary10101000100100011010000
Octal250221120

Shades and tints

Shades of #A89150

#A89150
(168,145,80)
#998449
(153,132,73)
#8A7742
(138,119,66)
#7B6A3B
(123,106,59)
#6C5D34
(108,93,52)
#5D502D
(93,80,45)
#4E4326
(78,67,38)
#3F361F
(63,54,31)
#302918
(48,41,24)
#211C11
(33,28,17)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #A89150

#A89150
(168,145,80)
#AF9B5F
(175,155,95)
#B6A56E
(182,165,110)
#BDAF7D
(189,175,125)
#C4B98C
(196,185,140)
#CBC39B
(203,195,155)
#D2CDAA
(210,205,170)
#D9D7B9
(217,215,185)
#E0E1C8
(224,225,200)
#E7EBD7
(231,235,215)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89150; }

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

This text font color is #A89150.


Background Color

.myBgColor { background-color: #A89150; }

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

This div background color is #A89150.


Border color

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

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

This div border color is #A89150.


Opacity

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

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

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

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

This text has shadow with #A89150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89150 on black background.


Color preview on white background

This text has color #A89150 on white background.



Black color preview on #A89150 background

This text has black color on #A89150 background.


White color preview on #A89150 background

This text has white color on #A89150 background.