COLOR #A09B46

HEX: #A09B46 RGB: (160,155,70)

Color info

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

RGB color model

#A09B46 color RGB value is (160,155,70).

RGB: (160,155,70) (63%, 61%, 27%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 70 of 255 = 27%

160
155
70

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

Portions of RGB colors in percentages

R + G + B = 160 + 155 + 70 = 385 (100%)
R 160 of 385 ~ 41.56%
G 155 of 385 ~ 40.26%
B 70 of 385 ~ 18.18'%

%41.56
%40.26
%18.18

CMYK color model

#A09B46 color CMYK value is (0,3,56,37).

  • cyan value is 0.00%
  • magenta value is 3.13%
  • yellow value is 56.25%
  • key color value is 37.25%

CMYK: (0,3,56,37)
C0M3Y56K37 (0%, 3%, 56%, 37%)
(0.00 / 0.03 / 0.56 / 0.37)

CMYK percentages

%0
%3.13
%56.25
%37.25

Codes

Color #A09B46 in popluar color models

A0 9B 46
RGB 160 155 70
HSL 57° 39.13% 45.10%
HSB/HSV 57° 56.25% 62.75%
CMYK 0.00% 3.13% 56.25%
37.25%

Color #A09B46 in popluar number systems.

HEX A0 9B 46
Decimal 160 155 70
Binary 10100000 10011011 1000110
Octal 240 233 106

Shades and tints

Shades of #A09B46

#A09B46
(160,155,70)
#928D40
(146,141,64)
#847F3A
(132,127,58)
#767134
(118,113,52)
#68632E
(104,99,46)
#5A5528
(90,85,40)
#4C4722
(76,71,34)
#3E391C
(62,57,28)
#302B16
(48,43,22)
#221D10
(34,29,16)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #A09B46

#A09B46
(160,155,70)
#A8A456
(168,164,86)
#B0AD66
(176,173,102)
#B8B676
(184,182,118)
#C0BF86
(192,191,134)
#C8C896
(200,200,150)
#D0D1A6
(208,209,166)
#D8DAB6
(216,218,182)
#E0E3C6
(224,227,198)
#E8ECD6
(232,236,214)
#F0F5E6
(240,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09B46 color. Also use rgb(160,155,70) instead hex code.

Text Font Color

.myTextColor { color: #A09B46; }

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

This text font color is #A09B46.

Background Color

.myBgColor { background-color: #A09B46; }

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

This div background color is #A09B46.

Border color

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

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

This div border color is #A09B46.

Opacity

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

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

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

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

This text has shadow with #A09B46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09B46.

Preview

Color preview on black background

This text has color #A09B46 on black background.


Color preview on white background

This text has color #A09B46 on white background.


Black color preview on #A09B46 background

This text has black color on #A09B46 background.


White color preview on #A09B46 background

This text has white color on #A09B46 background.


Related colors

Complementary color

Complementary color for #hex is #5F64B9.


I love getcolorcode.com

Triadic colors

1 #46A09B and #9B46A0 with #A09B46 are triadic colors.

2 #469BA0 and #9BA046 with #A09B46 are triadic colors.