COLOR #A09B58

HEX: #A09B58 RGB: (160,155,88)

Color info

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

RGB color model

#A09B58 color RGB value is (160,155,88).

RGB: (160,155,88) (63%, 61%, 35%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 88 of 255 = 35%

160
155
88

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

Portions of RGB colors in percentages

R + G + B = 160 + 155 + 88 = 403 (100%)
R 160 of 403 ~ 39.7%
G 155 of 403 ~ 38.46%
B 88 of 403 ~ 21.84'%

%39.7
%38.46
%21.84

CMYK color model

#A09B58 color CMYK value is (0,3,45,37).

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

CMYK: (0,3,45,37)
C0M3Y45K37 (0%, 3%, 45%, 37%)
(0.00 / 0.03 / 0.45 / 0.37)

CMYK percentages

%0
%3.13
%45
%37.25

Codes

Color #A09B58 in popluar color models

A0 9B 58
RGB 160 155 88
HSL 56° 29.03% 48.63%
HSB/HSV 56° 45.00% 62.75%
CMYK 0.00% 3.13% 45.00%
37.25%

Color #A09B58 in popluar number systems.

HEX A0 9B 58
Decimal 160 155 88
Binary 10100000 10011011 1011000
Octal 240 233 130

Shades and tints

Shades of #A09B58

#A09B58
(160,155,88)
#928D50
(146,141,80)
#847F48
(132,127,72)
#767140
(118,113,64)
#686338
(104,99,56)
#5A5530
(90,85,48)
#4C4728
(76,71,40)
#3E3920
(62,57,32)
#302B18
(48,43,24)
#221D10
(34,29,16)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #A09B58

#A09B58
(160,155,88)
#A8A467
(168,164,103)
#B0AD76
(176,173,118)
#B8B685
(184,182,133)
#C0BF94
(192,191,148)
#C8C8A3
(200,200,163)
#D0D1B2
(208,209,178)
#D8DAC1
(216,218,193)
#E0E3D0
(224,227,208)
#E8ECDF
(232,236,223)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09B58; }

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

This text font color is #A09B58.

Background Color

.myBgColor { background-color: #A09B58; }

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

This div background color is #A09B58.

Border color

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

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

This div border color is #A09B58.

Opacity

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

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

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

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

This text has shadow with #A09B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09B58.

Preview

Color preview on black background

This text has color #A09B58 on black background.


Color preview on white background

This text has color #A09B58 on white background.


Black color preview on #A09B58 background

This text has black color on #A09B58 background.


White color preview on #A09B58 background

This text has white color on #A09B58 background.


Related colors

Complementary color

Complementary color for #hex is #5F64A7.


I love getcolorcode.com

Triadic colors

1 #58A09B and #9B58A0 with #A09B58 are triadic colors.

2 #589BA0 and #9BA058 with #A09B58 are triadic colors.