COLOR #A08463

HEX: #A08463
RGB: (160,132,99)

Color info

#A08463 contains mainly red and green colors. Web safe color of #A08463 is #999966 (or #996).

RGB color model

#A08463 color RGB value is (160,132,99).

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

RGB channels and saturation

R 160 of 255 = 63%
G 132 of 255 = 52%
B 99 of 255 = 39%

160
132
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 132 + 99 = 391 (100%)
R 160 of 391 ~ 40.92%
G 132 of 391 ~ 33.76%
B 99 of 391 ~ 25.32%

%40.92
%33.76
%25.32

CMYK color model

#A08463 color CMYK value is (0,18,38,37).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(0,18,38,37)
C0M18Y38K37 
(0%,18%,38%,37%)
(0.00/0.18/0.38/0.37)	

CMYK percentages

%0
%17.5
%38.13
%37.25

Codes

Color #A08463 in popluar color models

A08463
RGB16013299
HSL32°24.30%50.78%
HSB/HSV32°38.13%62.75%
CMYK0.00%17.50%38.13%
37.25%

Color #A08463 in popluar number systems.

HEXA08463
Decimal16013299
Binary10100000100001001100011
Octal240204143

Shades and tints

Shades of #A08463

#A08463
(160,132,99)
#92785A
(146,120,90)
#846C51
(132,108,81)
#766048
(118,96,72)
#68543F
(104,84,63)
#5A4836
(90,72,54)
#4C3C2D
(76,60,45)
#3E3024
(62,48,36)
#30241B
(48,36,27)
#221812
(34,24,18)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #A08463

#A08463
(160,132,99)
#A88F71
(168,143,113)
#B09A7F
(176,154,127)
#B8A58D
(184,165,141)
#C0B09B
(192,176,155)
#C8BBA9
(200,187,169)
#D0C6B7
(208,198,183)
#D8D1C5
(216,209,197)
#E0DCD3
(224,220,211)
#E8E7E1
(232,231,225)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08463; }

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

This text font color is #A08463.


Background Color

.myBgColor { background-color: #A08463; }

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

This div background color is #A08463.


Border color

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

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

This div border color is #A08463.


Opacity

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

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

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

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

This text has shadow with #A08463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08463 on black background.


Color preview on white background

This text has color #A08463 on white background.



Black color preview on #A08463 background

This text has black color on #A08463 background.


White color preview on #A08463 background

This text has white color on #A08463 background.