COLOR #A99261

HEX: #A99261 RGB: (169,146,97)

Color info

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

RGB color model

#A99261 color RGB value is (169,146,97).

RGB: (169,146,97) (66%, 57%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 97 of 255 = 38%

169
146
97

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

Portions of RGB colors in percentages

R + G + B = 169 + 146 + 97 = 412 (100%)
R 169 of 412 ~ 41.02%
G 146 of 412 ~ 35.44%
B 97 of 412 ~ 23.54'%

%41.02
%35.44
%23.54

CMYK color model

#A99261 color CMYK value is (0,14,43,34).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK: (0,14,43,34) C0M14Y43K34 (0%,14%,43%,34%) (0.00/0.14/0.43/0.34) 

CMYK percentages

%0
%13.61
%42.6
%33.73

Codes

Color #A99261 in popluar color models

A9 92 61
RGB 169 146 97
HSL 41° 29.51% 52.16%
HSB/HSV 41° 42.60% 66.27%
CMYK 0.00% 13.61% 42.60%
33.73%

Color #A99261 in popluar number systems.

HEX A9 92 61
Decimal 169 146 97
Binary 10101001 10010010 1100001
Octal 251 222 141

Shades and tints

Shades of #A99261

#A99261
(169,146,97)
#9A8559
(154,133,89)
#8B7851
(139,120,81)
#7C6B49
(124,107,73)
#6D5E41
(109,94,65)
#5E5139
(94,81,57)
#4F4431
(79,68,49)
#403729
(64,55,41)
#312A21
(49,42,33)
#221D19
(34,29,25)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A99261

#A99261
(169,146,97)
#B09B6F
(176,155,111)
#B7A47D
(183,164,125)
#BEAD8B
(190,173,139)
#C5B699
(197,182,153)
#CCBFA7
(204,191,167)
#D3C8B5
(211,200,181)
#DAD1C3
(218,209,195)
#E1DAD1
(225,218,209)
#E8E3DF
(232,227,223)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99261; }

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

This text font color is #A99261.

Background Color

.myBgColor { background-color: #A99261; }

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

This div background color is #A99261.

Border color

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

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

This div border color is #A99261.

Opacity

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

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

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

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

This text has shadow with #A99261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99261.

Preview

Color preview on black background

This text has color #A99261 on black background.


Color preview on white background

This text has color #A99261 on white background.


Black color preview on #A99261 background

This text has black color on #A99261 background.


White color preview on #A99261 background

This text has white color on #A99261 background.


Related colors

Complementary color

Complementary color for #hex is #566D9E.


I love getcolorcode.com

Triadic colors

1 #61A992 and #9261A9 with #A99261 are triadic colors.

2 #6192A9 and #92A961 with #A99261 are triadic colors.