COLOR #A06F63

HEX: #A06F63
RGB: (160,111,99)

Color info

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

RGB color model

#A06F63 color RGB value is (160,111,99).

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

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 99 of 255 = 39%

160
111
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 111 + 99 = 370 (100%)
R 160 of 370 ~ 43.24%
G 111 of 370 ~ 30%
B 99 of 370 ~ 26.76%

%43.24
%30
%26.76

CMYK color model

#A06F63 color CMYK value is (0,31,38,37).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(0,31,38,37)
C0M31Y38K37 
(0%,31%,38%,37%)
(0.00/0.31/0.38/0.37)	

CMYK percentages

%0
%30.63
%38.13
%37.25

Codes

Color #A06F63 in popluar color models

A06F63
RGB16011199
HSL12°24.30%50.78%
HSB/HSV12°38.13%62.75%
CMYK0.00%30.63%38.13%
37.25%

Color #A06F63 in popluar number systems.

HEXA06F63
Decimal16011199
Binary1010000011011111100011
Octal240157143

Shades and tints

Shades of #A06F63

#A06F63
(160,111,99)
#92655A
(146,101,90)
#845B51
(132,91,81)
#765148
(118,81,72)
#68473F
(104,71,63)
#5A3D36
(90,61,54)
#4C332D
(76,51,45)
#3E2924
(62,41,36)
#301F1B
(48,31,27)
#221512
(34,21,18)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #A06F63

#A06F63
(160,111,99)
#A87C71
(168,124,113)
#B0897F
(176,137,127)
#B8968D
(184,150,141)
#C0A39B
(192,163,155)
#C8B0A9
(200,176,169)
#D0BDB7
(208,189,183)
#D8CAC5
(216,202,197)
#E0D7D3
(224,215,211)
#E8E4E1
(232,228,225)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06F63; }

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

This text font color is #A06F63.


Background Color

.myBgColor { background-color: #A06F63; }

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

This div background color is #A06F63.


Border color

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

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

This div border color is #A06F63.


Opacity

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

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

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

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

This text has shadow with #A06F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06F63 on black background.


Color preview on white background

This text has color #A06F63 on white background.



Black color preview on #A06F63 background

This text has black color on #A06F63 background.


White color preview on #A06F63 background

This text has white color on #A06F63 background.