COLOR #A0746E

HEX: #A0746E RGB: (160,116,110)

Color info

#A0746E contains red, green and blue colors in about the same proportion. Web safe color of #A0746E is #996666 (or #966).

RGB color model

#A0746E color RGB value is (160,116,110).

RGB: (160,116,110) (63%, 45%, 43%)

RGB channels and saturation

R 160 of 255 = 63%
G 116 of 255 = 45%
B 110 of 255 = 43%

160
116
110

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

Portions of RGB colors in percentages

R + G + B = 160 + 116 + 110 = 386 (100%)
R 160 of 386 ~ 41.45%
G 116 of 386 ~ 30.05%
B 110 of 386 ~ 28.5'%

%41.45
%30.05
%28.5

CMYK color model

#A0746E color CMYK value is (0,28,31,37).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 31.25%
  • key color value is 37.25%
CMYK: (0,28,31,37) C0M28Y31K37 (0%,28%,31%,37%) (0.00/0.28/0.31/0.37) 

CMYK percentages

%0
%27.5
%31.25
%37.25

Codes

Color #A0746E in popluar color models

A0 74 6E
RGB 160 116 110
HSL 20.83% 52.94%
HSB/HSV 31.25% 62.75%
CMYK 0.00% 27.50% 31.25%
37.25%

Color #A0746E in popluar number systems.

HEX A0 74 6E
Decimal 160 116 110
Binary 10100000 1110100 1101110
Octal 240 164 156

Shades and tints

Shades of #A0746E

#A0746E
(160,116,110)
#926A64
(146,106,100)
#84605A
(132,96,90)
#765650
(118,86,80)
#684C46
(104,76,70)
#5A423C
(90,66,60)
#4C3832
(76,56,50)
#3E2E28
(62,46,40)
#30241E
(48,36,30)
#221A14
(34,26,20)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #A0746E

#A0746E
(160,116,110)
#A8807B
(168,128,123)
#B08C88
(176,140,136)
#B89895
(184,152,149)
#C0A4A2
(192,164,162)
#C8B0AF
(200,176,175)
#D0BCBC
(208,188,188)
#D8C8C9
(216,200,201)
#E0D4D6
(224,212,214)
#E8E0E3
(232,224,227)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0746E color. Also use rgb(160,116,110) instead hex code.

Text Font Color

.myTextColor { color: #A0746E; }

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

This text font color is #A0746E.

Background Color

.myBgColor { background-color: #A0746E; }

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

This div background color is #A0746E.

Border color

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

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

This div border color is #A0746E.

Opacity

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

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

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

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

This text has shadow with #A0746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0746E.

Preview

Color preview on black background

This text has color #A0746E on black background.


Color preview on white background

This text has color #A0746E on white background.


Black color preview on #A0746E background

This text has black color on #A0746E background.


White color preview on #A0746E background

This text has white color on #A0746E background.


Related colors

Complementary color

Complementary color for #hex is #5F8B91.


I love getcolorcode.com

Triadic colors

1 #6EA074 and #746EA0 with #A0746E are triadic colors.

2 #6E74A0 and #74A06E with #A0746E are triadic colors.