COLOR #A06963

HEX: #A06963
RGB: (160,105,99)

Color info

#A06963 contains mainly red and green colors. Web safe color of #A06963 is #996666 (or #966).

RGB color model

#A06963 color RGB value is (160,105,99).

  • red value is 160;
  • green value is 105;
  • blue value is 99.
RGB:
(160,105,99)
(63%,41%,39%)

RGB channels and saturation

R 160 of 255 = 63%
G 105 of 255 = 41%
B 99 of 255 = 39%

160
105
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 105 + 99 = 364 (100%)
R 160 of 364 ~ 43.96%
G 105 of 364 ~ 28.85%
B 99 of 364 ~ 27.2%

%43.96
%28.85
%27.2

CMYK color model

#A06963 color CMYK value is (0,34,38,37).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(0,34,38,37)
C0M34Y38K37 
(0%,34%,38%,37%)
(0.00/0.34/0.38/0.37)	

CMYK percentages

%0
%34.38
%38.13
%37.25

Codes

Color #A06963 in popluar color models

A06963
RGB16010599
HSL24.30%50.78%
HSB/HSV38.13%62.75%
CMYK0.00%34.38%38.13%
37.25%

Color #A06963 in popluar number systems.

HEXA06963
Decimal16010599
Binary1010000011010011100011
Octal240151143

Shades and tints

Shades of #A06963

#A06963
(160,105,99)
#92605A
(146,96,90)
#845751
(132,87,81)
#764E48
(118,78,72)
#68453F
(104,69,63)
#5A3C36
(90,60,54)
#4C332D
(76,51,45)
#3E2A24
(62,42,36)
#30211B
(48,33,27)
#221812
(34,24,18)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #A06963

#A06963
(160,105,99)
#A87671
(168,118,113)
#B0837F
(176,131,127)
#B8908D
(184,144,141)
#C09D9B
(192,157,155)
#C8AAA9
(200,170,169)
#D0B7B7
(208,183,183)
#D8C4C5
(216,196,197)
#E0D1D3
(224,209,211)
#E8DEE1
(232,222,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06963 color. Also use rgb(160,105,99) instead hex code.

Text Font Color

.myTextColor { color: #A06963; }

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

This text font color is #A06963.


Background Color

.myBgColor { background-color: #A06963; }

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

This div background color is #A06963.


Border color

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

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

This div border color is #A06963.


Opacity

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

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

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

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

This text has shadow with #A06963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06963 on black background.


Color preview on white background

This text has color #A06963 on white background.



Black color preview on #A06963 background

This text has black color on #A06963 background.


White color preview on #A06963 background

This text has white color on #A06963 background.