COLOR #A09368

HEX: #A09368 RGB: (160,147,104)

Color info

#A09368 contains red, green and blue colors in about the same proportion. Web safe color of #A09368 is #999966 (or #996).

RGB color model

#A09368 color RGB value is (160,147,104).

RGB: (160,147,104) (63%, 58%, 41%)

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 104 of 255 = 41%

160
147
104

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

Portions of RGB colors in percentages

R + G + B = 160 + 147 + 104 = 411 (100%)
R 160 of 411 ~ 38.93%
G 147 of 411 ~ 35.77%
B 104 of 411 ~ 25.3'%

%38.93
%35.77
%25.3

CMYK color model

#A09368 color CMYK value is (0,8,35,37).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 35.00%
  • key color value is 37.25%

CMYK: (0,8,35,37)
C0M8Y35K37 (0%, 8%, 35%, 37%)
(0.00 / 0.08 / 0.35 / 0.37)

CMYK percentages

%0
%8.13
%35
%37.25

Codes

Color #A09368 in popluar color models

A0 93 68
RGB 160 147 104
HSL 46° 22.76% 51.76%
HSB/HSV 46° 35.00% 62.75%
CMYK 0.00% 8.13% 35.00%
37.25%

Color #A09368 in popluar number systems.

HEX A0 93 68
Decimal 160 147 104
Binary 10100000 10010011 1101000
Octal 240 223 150

Shades and tints

Shades of #A09368

#A09368
(160,147,104)
#92865F
(146,134,95)
#847956
(132,121,86)
#766C4D
(118,108,77)
#685F44
(104,95,68)
#5A523B
(90,82,59)
#4C4532
(76,69,50)
#3E3829
(62,56,41)
#302B20
(48,43,32)
#221E17
(34,30,23)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #A09368

#A09368
(160,147,104)
#A89C75
(168,156,117)
#B0A582
(176,165,130)
#B8AE8F
(184,174,143)
#C0B79C
(192,183,156)
#C8C0A9
(200,192,169)
#D0C9B6
(208,201,182)
#D8D2C3
(216,210,195)
#E0DBD0
(224,219,208)
#E8E4DD
(232,228,221)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09368 color. Also use rgb(160,147,104) instead hex code.

Text Font Color

.myTextColor { color: #A09368; }

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

This text font color is #A09368.

Background Color

.myBgColor { background-color: #A09368; }

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

This div background color is #A09368.

Border color

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

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

This div border color is #A09368.

Opacity

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

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

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

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

This text has shadow with #A09368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09368.

Preview

Color preview on black background

This text has color #A09368 on black background.


Color preview on white background

This text has color #A09368 on white background.


Black color preview on #A09368 background

This text has black color on #A09368 background.


White color preview on #A09368 background

This text has white color on #A09368 background.


Related colors

Complementary color

Complementary color for #hex is #5F6C97.


I love getcolorcode.com

Triadic colors

1 #68A093 and #9368A0 with #A09368 are triadic colors.

2 #6893A0 and #93A068 with #A09368 are triadic colors.