COLOR #A89636

HEX: #A89636
RGB: (168,150,54)

Color info

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

RGB color model

#A89636 color RGB value is (168,150,54).

  • red value is 168;
  • green value is 150;
  • blue value is 54.
RGB:
(168,150,54)
(66%,59%,21%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 54 of 255 = 21%

168
150
54

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

Portions of RGB colors in percentages

R + G + B =
168 + 150 + 54 = 372 (100%)
R 168 of 372 ~ 45.16%
G 150 of 372 ~ 40.32%
B 54 of 372 ~ 14.52%

%45.16
%40.32
%14.52

CMYK color model

#A89636 color CMYK value is (0,11,68,34).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 67.86%
  • key color value is 34.12%
CMYK:
(0,11,68,34)
C0M11Y68K34 
(0%,11%,68%,34%)
(0.00/0.11/0.68/0.34)	

CMYK percentages

%0
%10.71
%67.86
%34.12

Codes

Color #A89636 in popluar color models

A89636
RGB16815054
HSL51°51.35%43.53%
HSB/HSV51°67.86%65.88%
CMYK0.00%10.71%67.86%
34.12%

Color #A89636 in popluar number systems.

HEXA89636
Decimal16815054
Binary1010100010010110110110
Octal25022666

Shades and tints

Shades of #A89636

#A89636
(168,150,54)
#998932
(153,137,50)
#8A7C2E
(138,124,46)
#7B6F2A
(123,111,42)
#6C6226
(108,98,38)
#5D5522
(93,85,34)
#4E481E
(78,72,30)
#3F3B1A
(63,59,26)
#302E16
(48,46,22)
#212112
(33,33,18)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A89636

#A89636
(168,150,54)
#AF9F48
(175,159,72)
#B6A85A
(182,168,90)
#BDB16C
(189,177,108)
#C4BA7E
(196,186,126)
#CBC390
(203,195,144)
#D2CCA2
(210,204,162)
#D9D5B4
(217,213,180)
#E0DEC6
(224,222,198)
#E7E7D8
(231,231,216)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89636 color. Also use rgb(168,150,54) instead hex code.

Text Font Color

.myTextColor { color: #A89636; }

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

This text font color is #A89636.


Background Color

.myBgColor { background-color: #A89636; }

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

This div background color is #A89636.


Border color

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

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

This div border color is #A89636.


Opacity

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

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

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

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

This text has shadow with #A89636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89636 on black background.


Color preview on white background

This text has color #A89636 on white background.



Black color preview on #A89636 background

This text has black color on #A89636 background.


White color preview on #A89636 background

This text has white color on #A89636 background.