COLOR #A08565

HEX: #A08565
RGB: (160,133,101)

Color info

#A08565 contains red, green and blue colors in about the same proportion. Web safe color of #A08565 is #999966 (or #996).

RGB color model

#A08565 color RGB value is (160,133,101).

  • red value is 160;
  • green value is 133;
  • blue value is 101.
RGB:
(160,133,101)
(63%,52%,40%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 101 of 255 = 40%

160
133
101

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 101 = 394 (100%)
R 160 of 394 ~ 40.61%
G 133 of 394 ~ 33.76%
B 101 of 394 ~ 25.63%

%40.61
%33.76
%25.63

CMYK color model

#A08565 color CMYK value is (0,17,37,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 36.88%
  • key color value is 37.25%
CMYK:
(0,17,37,37)
C0M17Y37K37 
(0%,17%,37%,37%)
(0.00/0.17/0.37/0.37)	

CMYK percentages

%0
%16.88
%36.88
%37.25

Codes

Color #A08565 in popluar color models

A08565
RGB160133101
HSL33°23.69%51.18%
HSB/HSV33°36.88%62.75%
CMYK0.00%16.88%36.88%
37.25%

Color #A08565 in popluar number systems.

HEXA08565
Decimal160133101
Binary10100000100001011100101
Octal240205145

Shades and tints

Shades of #A08565

#A08565
(160,133,101)
#92795C
(146,121,92)
#846D53
(132,109,83)
#76614A
(118,97,74)
#685541
(104,85,65)
#5A4938
(90,73,56)
#4C3D2F
(76,61,47)
#3E3126
(62,49,38)
#30251D
(48,37,29)
#221914
(34,25,20)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #A08565

#A08565
(160,133,101)
#A89073
(168,144,115)
#B09B81
(176,155,129)
#B8A68F
(184,166,143)
#C0B19D
(192,177,157)
#C8BCAB
(200,188,171)
#D0C7B9
(208,199,185)
#D8D2C7
(216,210,199)
#E0DDD5
(224,221,213)
#E8E8E3
(232,232,227)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08565; }

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

This text font color is #A08565.


Background Color

.myBgColor { background-color: #A08565; }

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

This div background color is #A08565.


Border color

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

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

This div border color is #A08565.


Opacity

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

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

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

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

This text has shadow with #A08565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08565 on black background.


Color preview on white background

This text has color #A08565 on white background.



Black color preview on #A08565 background

This text has black color on #A08565 background.


White color preview on #A08565 background

This text has white color on #A08565 background.