COLOR #A99A65

HEX: #A99A65 RGB: (169,154,101)

Color info

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

RGB color model

#A99A65 color RGB value is (169,154,101).

RGB: (169,154,101) (66%, 60%, 40%)

RGB channels and saturation

R 169 of 255 = 66%
G 154 of 255 = 60%
B 101 of 255 = 40%

169
154
101

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

Portions of RGB colors in percentages

R + G + B = 169 + 154 + 101 = 424 (100%)
R 169 of 424 ~ 39.86%
G 154 of 424 ~ 36.32%
B 101 of 424 ~ 23.82'%

%39.86
%36.32
%23.82

CMYK color model

#A99A65 color CMYK value is (0,9,40,34).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 40.24%
  • key color value is 33.73%

CMYK: (0,9,40,34)
C0M9Y40K34 (0%, 9%, 40%, 34%)
(0.00 / 0.09 / 0.40 / 0.34)

CMYK percentages

%0
%8.88
%40.24
%33.73

Codes

Color #A99A65 in popluar color models

A9 9A 65
RGB 169 154 101
HSL 47° 28.33% 52.94%
HSB/HSV 47° 40.24% 66.27%
CMYK 0.00% 8.88% 40.24%
33.73%

Color #A99A65 in popluar number systems.

HEX A9 9A 65
Decimal 169 154 101
Binary 10101001 10011010 1100101
Octal 251 232 145

Shades and tints

Shades of #A99A65

#A99A65
(169,154,101)
#9A8C5C
(154,140,92)
#8B7E53
(139,126,83)
#7C704A
(124,112,74)
#6D6241
(109,98,65)
#5E5438
(94,84,56)
#4F462F
(79,70,47)
#403826
(64,56,38)
#312A1D
(49,42,29)
#221C14
(34,28,20)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #A99A65

#A99A65
(169,154,101)
#B0A373
(176,163,115)
#B7AC81
(183,172,129)
#BEB58F
(190,181,143)
#C5BE9D
(197,190,157)
#CCC7AB
(204,199,171)
#D3D0B9
(211,208,185)
#DAD9C7
(218,217,199)
#E1E2D5
(225,226,213)
#E8EBE3
(232,235,227)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99A65 color. Also use rgb(169,154,101) instead hex code.

Text Font Color

.myTextColor { color: #A99A65; }

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

This text font color is #A99A65.

Background Color

.myBgColor { background-color: #A99A65; }

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

This div background color is #A99A65.

Border color

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

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

This div border color is #A99A65.

Opacity

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

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

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

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

This text has shadow with #A99A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99A65.

Preview

Color preview on black background

This text has color #A99A65 on black background.


Color preview on white background

This text has color #A99A65 on white background.


Black color preview on #A99A65 background

This text has black color on #A99A65 background.


White color preview on #A99A65 background

This text has white color on #A99A65 background.


Related colors

Complementary color

Complementary color for #hex is #56659A.


I love getcolorcode.com

Triadic colors

1 #65A99A and #9A65A9 with #A99A65 are triadic colors.

2 #659AA9 and #9AA965 with #A99A65 are triadic colors.