COLOR #A99464

HEX: #A99464
RGB: (169,148,100)

Color info

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

RGB color model

#A99464 color RGB value is (169,148,100).

  • red value is 169;
  • green value is 148;
  • blue value is 100.
RGB:
(169,148,100)
(66%,58%,39%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 100 of 255 = 39%

169
148
100

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 100 = 417 (100%)
R 169 of 417 ~ 40.53%
G 148 of 417 ~ 35.49%
B 100 of 417 ~ 23.98%

%40.53
%35.49
%23.98

CMYK color model

#A99464 color CMYK value is (0,12,41,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 40.83%
  • key color value is 33.73%
CMYK:
(0,12,41,34)
C0M12Y41K34 
(0%,12%,41%,34%)
(0.00/0.12/0.41/0.34)	

CMYK percentages

%0
%12.43
%40.83
%33.73

Codes

Color #A99464 in popluar color models

A99464
RGB169148100
HSL42°28.63%52.75%
HSB/HSV42°40.83%66.27%
CMYK0.00%12.43%40.83%
33.73%

Color #A99464 in popluar number systems.

HEXA99464
Decimal169148100
Binary10101001100101001100100
Octal251224144

Shades and tints

Shades of #A99464

#A99464
(169,148,100)
#9A875B
(154,135,91)
#8B7A52
(139,122,82)
#7C6D49
(124,109,73)
#6D6040
(109,96,64)
#5E5337
(94,83,55)
#4F462E
(79,70,46)
#403925
(64,57,37)
#312C1C
(49,44,28)
#221F13
(34,31,19)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #A99464

#A99464
(169,148,100)
#B09D72
(176,157,114)
#B7A680
(183,166,128)
#BEAF8E
(190,175,142)
#C5B89C
(197,184,156)
#CCC1AA
(204,193,170)
#D3CAB8
(211,202,184)
#DAD3C6
(218,211,198)
#E1DCD4
(225,220,212)
#E8E5E2
(232,229,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99464 color. Also use rgb(169,148,100) instead hex code.

Text Font Color

.myTextColor { color: #A99464; }

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

This text font color is #A99464.


Background Color

.myBgColor { background-color: #A99464; }

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

This div background color is #A99464.


Border color

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

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

This div border color is #A99464.


Opacity

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

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

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

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

This text has shadow with #A99464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99464 on black background.


Color preview on white background

This text has color #A99464 on white background.



Black color preview on #A99464 background

This text has black color on #A99464 background.


White color preview on #A99464 background

This text has white color on #A99464 background.