COLOR #A06742

HEX: #A06742
RGB: (160,103,66)

Color info

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

RGB color model

#A06742 color RGB value is (160,103,66).

  • red value is 160;
  • green value is 103;
  • blue value is 66.
RGB:
(160,103,66)
(63%,40%,26%)

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 66 of 255 = 26%

160
103
66

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 66 = 329 (100%)
R 160 of 329 ~ 48.63%
G 103 of 329 ~ 31.31%
B 66 of 329 ~ 20.06%

%48.63
%31.31
%20.06

CMYK color model

#A06742 color CMYK value is (0,36,59,37).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 58.75%
  • key color value is 37.25%
CMYK:
(0,36,59,37)
C0M36Y59K37 
(0%,36%,59%,37%)
(0.00/0.36/0.59/0.37)	

CMYK percentages

%0
%35.63
%58.75
%37.25

Codes

Color #A06742 in popluar color models

A06742
RGB16010366
HSL24°41.59%44.31%
HSB/HSV24°58.75%62.75%
CMYK0.00%35.63%58.75%
37.25%

Color #A06742 in popluar number systems.

HEXA06742
Decimal16010366
Binary1010000011001111000010
Octal240147102

Shades and tints

Shades of #A06742

#A06742
(160,103,66)
#925E3C
(146,94,60)
#845536
(132,85,54)
#764C30
(118,76,48)
#68432A
(104,67,42)
#5A3A24
(90,58,36)
#4C311E
(76,49,30)
#3E2818
(62,40,24)
#301F12
(48,31,18)
#22160C
(34,22,12)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #A06742

#A06742
(160,103,66)
#A87453
(168,116,83)
#B08164
(176,129,100)
#B88E75
(184,142,117)
#C09B86
(192,155,134)
#C8A897
(200,168,151)
#D0B5A8
(208,181,168)
#D8C2B9
(216,194,185)
#E0CFCA
(224,207,202)
#E8DCDB
(232,220,219)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06742 color. Also use rgb(160,103,66) instead hex code.

Text Font Color

.myTextColor { color: #A06742; }

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

This text font color is #A06742.


Background Color

.myBgColor { background-color: #A06742; }

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

This div background color is #A06742.


Border color

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

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

This div border color is #A06742.


Opacity

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

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

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

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

This text has shadow with #A06742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06742 on black background.


Color preview on white background

This text has color #A06742 on white background.



Black color preview on #A06742 background

This text has black color on #A06742 background.


White color preview on #A06742 background

This text has white color on #A06742 background.