COLOR #A99276

HEX: #A99276
RGB: (169,146,118)

Color info

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

RGB color model

#A99276 color RGB value is (169,146,118).

  • red value is 169;
  • green value is 146;
  • blue value is 118.
RGB:
(169,146,118)
(66%,57%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 118 of 255 = 46%

169
146
118

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

Portions of RGB colors in percentages

R + G + B =
169 + 146 + 118 = 433 (100%)
R 169 of 433 ~ 39.03%
G 146 of 433 ~ 33.72%
B 118 of 433 ~ 27.25%

%39.03
%33.72
%27.25

CMYK color model

#A99276 color CMYK value is (0,14,30,34).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(0,14,30,34)
C0M14Y30K34 
(0%,14%,30%,34%)
(0.00/0.14/0.30/0.34)	

CMYK percentages

%0
%13.61
%30.18
%33.73

Codes

Color #A99276 in popluar color models

A99276
RGB169146118
HSL33°22.87%56.27%
HSB/HSV33°30.18%66.27%
CMYK0.00%13.61%30.18%
33.73%

Color #A99276 in popluar number systems.

HEXA99276
Decimal169146118
Binary10101001100100101110110
Octal251222166

Shades and tints

Shades of #A99276

#A99276
(169,146,118)
#9A856C
(154,133,108)
#8B7862
(139,120,98)
#7C6B58
(124,107,88)
#6D5E4E
(109,94,78)
#5E5144
(94,81,68)
#4F443A
(79,68,58)
#403730
(64,55,48)
#312A26
(49,42,38)
#221D1C
(34,29,28)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #A99276

#A99276
(169,146,118)
#B09B82
(176,155,130)
#B7A48E
(183,164,142)
#BEAD9A
(190,173,154)
#C5B6A6
(197,182,166)
#CCBFB2
(204,191,178)
#D3C8BE
(211,200,190)
#DAD1CA
(218,209,202)
#E1DAD6
(225,218,214)
#E8E3E2
(232,227,226)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99276 color. Also use rgb(169,146,118) instead hex code.

Text Font Color

.myTextColor { color: #A99276; }

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

This text font color is #A99276.


Background Color

.myBgColor { background-color: #A99276; }

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

This div background color is #A99276.


Border color

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

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

This div border color is #A99276.


Opacity

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

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

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

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

This text has shadow with #A99276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99276 on black background.


Color preview on white background

This text has color #A99276 on white background.



Black color preview on #A99276 background

This text has black color on #A99276 background.


White color preview on #A99276 background

This text has white color on #A99276 background.