COLOR #A06F62

HEX: #A06F62 RGB: (160,111,98)

Color info

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

RGB color model

#A06F62 color RGB value is (160,111,98).

RGB: (160,111,98) (63%, 44%, 38%)

RGB channels and saturation

R 160 of 255 = 63%
G 111 of 255 = 44%
B 98 of 255 = 38%

160
111
98

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

Portions of RGB colors in percentages

R + G + B = 160 + 111 + 98 = 369 (100%)
R 160 of 369 ~ 43.36%
G 111 of 369 ~ 30.08%
B 98 of 369 ~ 26.56'%

%43.36
%30.08
%26.56

CMYK color model

#A06F62 color CMYK value is (0,31,39,37).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 38.75%
  • key color value is 37.25%

CMYK: (0,31,39,37)
C0M31Y39K37 (0%, 31%, 39%, 37%)
(0.00 / 0.31 / 0.39 / 0.37)

CMYK percentages

%0
%30.63
%38.75
%37.25

Codes

Color #A06F62 in popluar color models

A0 6F 62
RGB 160 111 98
HSL 13° 24.60% 50.59%
HSB/HSV 13° 38.75% 62.75%
CMYK 0.00% 30.63% 38.75%
37.25%

Color #A06F62 in popluar number systems.

HEX A0 6F 62
Decimal 160 111 98
Binary 10100000 1101111 1100010
Octal 240 157 142

Shades and tints

Shades of #A06F62

#A06F62
(160,111,98)
#92655A
(146,101,90)
#845B52
(132,91,82)
#76514A
(118,81,74)
#684742
(104,71,66)
#5A3D3A
(90,61,58)
#4C3332
(76,51,50)
#3E292A
(62,41,42)
#301F22
(48,31,34)
#22151A
(34,21,26)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #A06F62

#A06F62
(160,111,98)
#A87C70
(168,124,112)
#B0897E
(176,137,126)
#B8968C
(184,150,140)
#C0A39A
(192,163,154)
#C8B0A8
(200,176,168)
#D0BDB6
(208,189,182)
#D8CAC4
(216,202,196)
#E0D7D2
(224,215,210)
#E8E4E0
(232,228,224)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06F62; }

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

This text font color is #A06F62.

Background Color

.myBgColor { background-color: #A06F62; }

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

This div background color is #A06F62.

Border color

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

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

This div border color is #A06F62.

Opacity

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

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

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

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

This text has shadow with #A06F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06F62.

Preview

Color preview on black background

This text has color #A06F62 on black background.


Color preview on white background

This text has color #A06F62 on white background.


Black color preview on #A06F62 background

This text has black color on #A06F62 background.


White color preview on #A06F62 background

This text has white color on #A06F62 background.


Related colors

Complementary color

Complementary color for #hex is #5F909D.


I love getcolorcode.com

Triadic colors

1 #62A06F and #6F62A0 with #A06F62 are triadic colors.

2 #626FA0 and #6FA062 with #A06F62 are triadic colors.