COLOR #A0996B

HEX: #A0996B
RGB: (160,153,107)

Color info

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

RGB color model

#A0996B color RGB value is (160,153,107).

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

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 107 of 255 = 42%

160
153
107

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 107 = 420 (100%)
R 160 of 420 ~ 38.1%
G 153 of 420 ~ 36.43%
B 107 of 420 ~ 25.48%

%38.1
%36.43
%25.48

CMYK color model

#A0996B color CMYK value is (0,4,33,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK:
(0,4,33,37)
C0M4Y33K37 
(0%,4%,33%,37%)
(0.00/0.04/0.33/0.37)	

CMYK percentages

%0
%4.38
%33.13
%37.25

Codes

Color #A0996B in popluar color models

A0996B
RGB160153107
HSL52°21.81%52.35%
HSB/HSV52°33.13%62.75%
CMYK0.00%4.38%33.13%
37.25%

Color #A0996B in popluar number systems.

HEXA0996B
Decimal160153107
Binary10100000100110011101011
Octal240231153

Shades and tints

Shades of #A0996B

#A0996B
(160,153,107)
#928C62
(146,140,98)
#847F59
(132,127,89)
#767250
(118,114,80)
#686547
(104,101,71)
#5A583E
(90,88,62)
#4C4B35
(76,75,53)
#3E3E2C
(62,62,44)
#303123
(48,49,35)
#22241A
(34,36,26)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #A0996B

#A0996B
(160,153,107)
#A8A278
(168,162,120)
#B0AB85
(176,171,133)
#B8B492
(184,180,146)
#C0BD9F
(192,189,159)
#C8C6AC
(200,198,172)
#D0CFB9
(208,207,185)
#D8D8C6
(216,216,198)
#E0E1D3
(224,225,211)
#E8EAE0
(232,234,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0996B; }

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

This text font color is #A0996B.


Background Color

.myBgColor { background-color: #A0996B; }

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

This div background color is #A0996B.


Border color

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

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

This div border color is #A0996B.


Opacity

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

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

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

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

This text has shadow with #A0996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0996B on black background.


Color preview on white background

This text has color #A0996B on white background.



Black color preview on #A0996B background

This text has black color on #A0996B background.


White color preview on #A0996B background

This text has white color on #A0996B background.