COLOR #A09963

HEX: #A09963
RGB: (160,153,99)

Color info

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

RGB color model

#A09963 color RGB value is (160,153,99).

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

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 99 of 255 = 39%

160
153
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 99 = 412 (100%)
R 160 of 412 ~ 38.83%
G 153 of 412 ~ 37.14%
B 99 of 412 ~ 24.03%

%38.83
%37.14
%24.03

CMYK color model

#A09963 color CMYK value is (0,4,38,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(0,4,38,37)
C0M4Y38K37 
(0%,4%,38%,37%)
(0.00/0.04/0.38/0.37)	

CMYK percentages

%0
%4.38
%38.13
%37.25

Codes

Color #A09963 in popluar color models

A09963
RGB16015399
HSL53°24.30%50.78%
HSB/HSV53°38.13%62.75%
CMYK0.00%4.38%38.13%
37.25%

Color #A09963 in popluar number systems.

HEXA09963
Decimal16015399
Binary10100000100110011100011
Octal240231143

Shades and tints

Shades of #A09963

#A09963
(160,153,99)
#928C5A
(146,140,90)
#847F51
(132,127,81)
#767248
(118,114,72)
#68653F
(104,101,63)
#5A5836
(90,88,54)
#4C4B2D
(76,75,45)
#3E3E24
(62,62,36)
#30311B
(48,49,27)
#222412
(34,36,18)
#141709
(20,23,9)
#000000
(0,0,0)

Tints of #A09963

#A09963
(160,153,99)
#A8A271
(168,162,113)
#B0AB7F
(176,171,127)
#B8B48D
(184,180,141)
#C0BD9B
(192,189,155)
#C8C6A9
(200,198,169)
#D0CFB7
(208,207,183)
#D8D8C5
(216,216,197)
#E0E1D3
(224,225,211)
#E8EAE1
(232,234,225)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09963; }

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

This text font color is #A09963.


Background Color

.myBgColor { background-color: #A09963; }

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

This div background color is #A09963.


Border color

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

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

This div border color is #A09963.


Opacity

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

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

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

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

This text has shadow with #A09963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09963 on black background.


Color preview on white background

This text has color #A09963 on white background.



Black color preview on #A09963 background

This text has black color on #A09963 background.


White color preview on #A09963 background

This text has white color on #A09963 background.