COLOR #A08065

HEX: #A08065 RGB: (160,128,101)

Color info

#A08065 contains red, green and blue colors in about the same proportion. Web safe color of #A08065 is #996666 (or #966).

RGB color model

#A08065 color RGB value is (160,128,101).

RGB: (160,128,101) (63%, 50%, 40%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 101 of 255 = 40%

160
128
101

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 101 = 389 (100%)
R 160 of 389 ~ 41.13%
G 128 of 389 ~ 32.9%
B 101 of 389 ~ 25.96'%

%41.13
%32.9
%25.96

CMYK color model

#A08065 color CMYK value is (0,20,37,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.88%
  • key color value is 37.25%

CMYK: (0,20,37,37)
C0M20Y37K37 (0%, 20%, 37%, 37%)
(0.00 / 0.20 / 0.37 / 0.37)

CMYK percentages

%0
%20
%36.88
%37.25

Codes

Color #A08065 in popluar color models

A0 80 65
RGB 160 128 101
HSL 27° 23.69% 51.18%
HSB/HSV 27° 36.88% 62.75%
CMYK 0.00% 20.00% 36.88%
37.25%

Color #A08065 in popluar number systems.

HEX A0 80 65
Decimal 160 128 101
Binary 10100000 10000000 1100101
Octal 240 200 145

Shades and tints

Shades of #A08065

#A08065
(160,128,101)
#92755C
(146,117,92)
#846A53
(132,106,83)
#765F4A
(118,95,74)
#685441
(104,84,65)
#5A4938
(90,73,56)
#4C3E2F
(76,62,47)
#3E3326
(62,51,38)
#30281D
(48,40,29)
#221D14
(34,29,20)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #A08065

#A08065
(160,128,101)
#A88B73
(168,139,115)
#B09681
(176,150,129)
#B8A18F
(184,161,143)
#C0AC9D
(192,172,157)
#C8B7AB
(200,183,171)
#D0C2B9
(208,194,185)
#D8CDC7
(216,205,199)
#E0D8D5
(224,216,213)
#E8E3E3
(232,227,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08065 color. Also use rgb(160,128,101) instead hex code.

Text Font Color

.myTextColor { color: #A08065; }

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

This text font color is #A08065.

Background Color

.myBgColor { background-color: #A08065; }

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

This div background color is #A08065.

Border color

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

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

This div border color is #A08065.

Opacity

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

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

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

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

This text has shadow with #A08065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08065.

Preview

Color preview on black background

This text has color #A08065 on black background.


Color preview on white background

This text has color #A08065 on white background.


Black color preview on #A08065 background

This text has black color on #A08065 background.


White color preview on #A08065 background

This text has white color on #A08065 background.


Related colors

Complementary color

Complementary color for #hex is #5F7F9A.


I love getcolorcode.com

Triadic colors

1 #65A080 and #8065A0 with #A08065 are triadic colors.

2 #6580A0 and #80A065 with #A08065 are triadic colors.