COLOR #A06D63

HEX: #A06D63 RGB: (160,109,99)

Color info

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

RGB color model

#A06D63 color RGB value is (160,109,99).

RGB: (160,109,99) (63%, 43%, 39%)

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 99 of 255 = 39%

160
109
99

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

Portions of RGB colors in percentages

R + G + B = 160 + 109 + 99 = 368 (100%)
R 160 of 368 ~ 43.48%
G 109 of 368 ~ 29.62%
B 99 of 368 ~ 26.9'%

%43.48
%29.62
%26.9

CMYK color model

#A06D63 color CMYK value is (0,32,38,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 38.13%
  • key color value is 37.25%

CMYK: (0,32,38,37)
C0M32Y38K37 (0%, 32%, 38%, 37%)
(0.00 / 0.32 / 0.38 / 0.37)

CMYK percentages

%0
%31.88
%38.13
%37.25

Codes

Color #A06D63 in popluar color models

A0 6D 63
RGB 160 109 99
HSL 10° 24.30% 50.78%
HSB/HSV 10° 38.13% 62.75%
CMYK 0.00% 31.88% 38.13%
37.25%

Color #A06D63 in popluar number systems.

HEX A0 6D 63
Decimal 160 109 99
Binary 10100000 1101101 1100011
Octal 240 155 143

Shades and tints

Shades of #A06D63

#A06D63
(160,109,99)
#92645A
(146,100,90)
#845B51
(132,91,81)
#765248
(118,82,72)
#68493F
(104,73,63)
#5A4036
(90,64,54)
#4C372D
(76,55,45)
#3E2E24
(62,46,36)
#30251B
(48,37,27)
#221C12
(34,28,18)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #A06D63

#A06D63
(160,109,99)
#A87A71
(168,122,113)
#B0877F
(176,135,127)
#B8948D
(184,148,141)
#C0A19B
(192,161,155)
#C8AEA9
(200,174,169)
#D0BBB7
(208,187,183)
#D8C8C5
(216,200,197)
#E0D5D3
(224,213,211)
#E8E2E1
(232,226,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06D63; }

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

This text font color is #A06D63.

Background Color

.myBgColor { background-color: #A06D63; }

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

This div background color is #A06D63.

Border color

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

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

This div border color is #A06D63.

Opacity

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

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

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

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

This text has shadow with #A06D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06D63.

Preview

Color preview on black background

This text has color #A06D63 on black background.


Color preview on white background

This text has color #A06D63 on white background.


Black color preview on #A06D63 background

This text has black color on #A06D63 background.


White color preview on #A06D63 background

This text has white color on #A06D63 background.


Related colors

Complementary color

Complementary color for #hex is #5F929C.


I love getcolorcode.com

Triadic colors

1 #63A06D and #6D63A0 with #A06D63 are triadic colors.

2 #636DA0 and #6DA063 with #A06D63 are triadic colors.