COLOR #A06B3F

HEX: #A06B3F RGB: (160,107,63)

Color info

#A06B3F contains mainly red and green colors. Web safe color of #A06B3F is #996633 (or #963).

RGB color model

#A06B3F color RGB value is (160,107,63).

RGB: (160,107,63) (63%, 42%, 25%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 63 of 255 = 25%

160
107
63

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

Portions of RGB colors in percentages

R + G + B = 160 + 107 + 63 = 330 (100%)
R 160 of 330 ~ 48.48%
G 107 of 330 ~ 32.42%
B 63 of 330 ~ 19.09'%

%48.48
%32.42
%19.09

CMYK color model

#A06B3F color CMYK value is (0,33,61,37).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 60.63%
  • key color value is 37.25%
CMYK: (0,33,61,37) C0M33Y61K37 (0%,33%,61%,37%) (0.00/0.33/0.61/0.37) 

CMYK percentages

%0
%33.13
%60.63
%37.25

Codes

Color #A06B3F in popluar color models

A0 6B 3F
RGB 160 107 63
HSL 27° 43.50% 43.73%
HSB/HSV 27° 60.63% 62.75%
CMYK 0.00% 33.13% 60.63%
37.25%

Color #A06B3F in popluar number systems.

HEX A0 6B 3F
Decimal 160 107 63
Binary 10100000 1101011 111111
Octal 240 153 77

Shades and tints

Shades of #A06B3F

#A06B3F
(160,107,63)
#92623A
(146,98,58)
#845935
(132,89,53)
#765030
(118,80,48)
#68472B
(104,71,43)
#5A3E26
(90,62,38)
#4C3521
(76,53,33)
#3E2C1C
(62,44,28)
#302317
(48,35,23)
#221A12
(34,26,18)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #A06B3F

#A06B3F
(160,107,63)
#A87850
(168,120,80)
#B08561
(176,133,97)
#B89272
(184,146,114)
#C09F83
(192,159,131)
#C8AC94
(200,172,148)
#D0B9A5
(208,185,165)
#D8C6B6
(216,198,182)
#E0D3C7
(224,211,199)
#E8E0D8
(232,224,216)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06B3F color. Also use rgb(160,107,63) instead hex code.

Text Font Color

.myTextColor { color: #A06B3F; }

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

This text font color is #A06B3F.

Background Color

.myBgColor { background-color: #A06B3F; }

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

This div background color is #A06B3F.

Border color

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

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

This div border color is #A06B3F.

Opacity

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

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

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

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

This text has shadow with #A06B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06B3F.

Preview

Color preview on black background

This text has color #A06B3F on black background.


Color preview on white background

This text has color #A06B3F on white background.


Black color preview on #A06B3F background

This text has black color on #A06B3F background.


White color preview on #A06B3F background

This text has white color on #A06B3F background.


Related colors

Complementary color

Complementary color for #hex is #5F94C0.


I love getcolorcode.com

Triadic colors

1 #3FA06B and #6B3FA0 with #A06B3F are triadic colors.

2 #3F6BA0 and #6BA03F with #A06B3F are triadic colors.