COLOR #A09375

HEX: #A09375 RGB: (160,147,117)

Color info

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

RGB color model

#A09375 color RGB value is (160,147,117).

RGB: (160,147,117) (63%, 58%, 46%)

RGB channels and saturation

R 160 of 255 = 63%
G 147 of 255 = 58%
B 117 of 255 = 46%

160
147
117

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

Portions of RGB colors in percentages

R + G + B = 160 + 147 + 117 = 424 (100%)
R 160 of 424 ~ 37.74%
G 147 of 424 ~ 34.67%
B 117 of 424 ~ 27.59'%

%37.74
%34.67
%27.59

CMYK color model

#A09375 color CMYK value is (0,8,27,37).

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

CMYK: (0,8,27,37)
C0M8Y27K37 (0%, 8%, 27%, 37%)
(0.00 / 0.08 / 0.27 / 0.37)

CMYK percentages

%0
%8.13
%26.88
%37.25

Codes

Color #A09375 in popluar color models

A0 93 75
RGB 160 147 117
HSL 42° 18.45% 54.31%
HSB/HSV 42° 26.88% 62.75%
CMYK 0.00% 8.13% 26.88%
37.25%

Color #A09375 in popluar number systems.

HEX A0 93 75
Decimal 160 147 117
Binary 10100000 10010011 1110101
Octal 240 223 165

Shades and tints

Shades of #A09375

#A09375
(160,147,117)
#92866B
(146,134,107)
#847961
(132,121,97)
#766C57
(118,108,87)
#685F4D
(104,95,77)
#5A5243
(90,82,67)
#4C4539
(76,69,57)
#3E382F
(62,56,47)
#302B25
(48,43,37)
#221E1B
(34,30,27)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #A09375

#A09375
(160,147,117)
#A89C81
(168,156,129)
#B0A58D
(176,165,141)
#B8AE99
(184,174,153)
#C0B7A5
(192,183,165)
#C8C0B1
(200,192,177)
#D0C9BD
(208,201,189)
#D8D2C9
(216,210,201)
#E0DBD5
(224,219,213)
#E8E4E1
(232,228,225)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09375; }

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

This text font color is #A09375.

Background Color

.myBgColor { background-color: #A09375; }

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

This div background color is #A09375.

Border color

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

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

This div border color is #A09375.

Opacity

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

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

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

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

This text has shadow with #A09375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09375.

Preview

Color preview on black background

This text has color #A09375 on black background.


Color preview on white background

This text has color #A09375 on white background.


Black color preview on #A09375 background

This text has black color on #A09375 background.


White color preview on #A09375 background

This text has white color on #A09375 background.


Related colors

Complementary color

Complementary color for #hex is #5F6C8A.


I love getcolorcode.com

Triadic colors

1 #75A093 and #9375A0 with #A09375 are triadic colors.

2 #7593A0 and #93A075 with #A09375 are triadic colors.