COLOR #A89B16

HEX: #A89B16
RGB: (168,155,22)

Color info

#A89B16 contains mainly red and green colors. Web safe color of #A89B16 is #999900 (or #990).

RGB color model

#A89B16 color RGB value is (168,155,22).

  • red value is 168;
  • green value is 155;
  • blue value is 22.
RGB:
(168,155,22)
(66%,61%,9%)

RGB channels and saturation

R 168 of 255 = 66%
G 155 of 255 = 61%
B 22 of 255 = 9%

168
155
22

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

Portions of RGB colors in percentages

R + G + B =
168 + 155 + 22 = 345 (100%)
R 168 of 345 ~ 48.7%
G 155 of 345 ~ 44.93%
B 22 of 345 ~ 6.38%

%48.7
%44.93

CMYK color model

#A89B16 color CMYK value is (0,8,87,34).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 86.90%
  • key color value is 34.12%
CMYK:
(0,8,87,34)
C0M8Y87K34 
(0%,8%,87%,34%)
(0.00/0.08/0.87/0.34)	

CMYK percentages

%0
%7.74
%86.9
%34.12

Codes

Color #A89B16 in popluar color models

A89B16
RGB16815522
HSL55°76.84%37.25%
HSB/HSV55°86.90%65.88%
CMYK0.00%7.74%86.90%
34.12%

Color #A89B16 in popluar number systems.

HEXA89B16
Decimal16815522
Binary101010001001101110110
Octal25023326

Shades and tints

Shades of #A89B16

#A89B16
(168,155,22)
#998D14
(153,141,20)
#8A7F12
(138,127,18)
#7B7110
(123,113,16)
#6C630E
(108,99,14)
#5D550C
(93,85,12)
#4E470A
(78,71,10)
#3F3908
(63,57,8)
#302B06
(48,43,6)
#211D04
(33,29,4)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #A89B16

#A89B16
(168,155,22)
#AFA42B
(175,164,43)
#B6AD40
(182,173,64)
#BDB655
(189,182,85)
#C4BF6A
(196,191,106)
#CBC87F
(203,200,127)
#D2D194
(210,209,148)
#D9DAA9
(217,218,169)
#E0E3BE
(224,227,190)
#E7ECD3
(231,236,211)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89B16 color. Also use rgb(168,155,22) instead hex code.

Text Font Color

.myTextColor { color: #A89B16; }

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

This text font color is #A89B16.


Background Color

.myBgColor { background-color: #A89B16; }

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

This div background color is #A89B16.


Border color

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

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

This div border color is #A89B16.


Opacity

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

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

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

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

This text has shadow with #A89B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89B16 on black background.


Color preview on white background

This text has color #A89B16 on white background.



Black color preview on #A89B16 background

This text has black color on #A89B16 background.


White color preview on #A89B16 background

This text has white color on #A89B16 background.