COLOR #A08263

HEX: #A08263
RGB: (160,130,99)

Color info

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

RGB color model

#A08263 color RGB value is (160,130,99).

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

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 99 of 255 = 39%

160
130
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 99 = 389 (100%)
R 160 of 389 ~ 41.13%
G 130 of 389 ~ 33.42%
B 99 of 389 ~ 25.45%

%41.13
%33.42
%25.45

CMYK color model

#A08263 color CMYK value is (0,19,38,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(0,19,38,37)
C0M19Y38K37 
(0%,19%,38%,37%)
(0.00/0.19/0.38/0.37)	

CMYK percentages

%0
%18.75
%38.13
%37.25

Codes

Color #A08263 in popluar color models

A08263
RGB16013099
HSL30°24.30%50.78%
HSB/HSV30°38.13%62.75%
CMYK0.00%18.75%38.13%
37.25%

Color #A08263 in popluar number systems.

HEXA08263
Decimal16013099
Binary10100000100000101100011
Octal240202143

Shades and tints

Shades of #A08263

#A08263
(160,130,99)
#92775A
(146,119,90)
#846C51
(132,108,81)
#766148
(118,97,72)
#68563F
(104,86,63)
#5A4B36
(90,75,54)
#4C402D
(76,64,45)
#3E3524
(62,53,36)
#302A1B
(48,42,27)
#221F12
(34,31,18)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #A08263

#A08263
(160,130,99)
#A88D71
(168,141,113)
#B0987F
(176,152,127)
#B8A38D
(184,163,141)
#C0AE9B
(192,174,155)
#C8B9A9
(200,185,169)
#D0C4B7
(208,196,183)
#D8CFC5
(216,207,197)
#E0DAD3
(224,218,211)
#E8E5E1
(232,229,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08263; }

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

This text font color is #A08263.


Background Color

.myBgColor { background-color: #A08263; }

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

This div background color is #A08263.


Border color

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

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

This div border color is #A08263.


Opacity

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

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

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

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

This text has shadow with #A08263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08263 on black background.


Color preview on white background

This text has color #A08263 on white background.



Black color preview on #A08263 background

This text has black color on #A08263 background.


White color preview on #A08263 background

This text has white color on #A08263 background.