COLOR #A99674

HEX: #A99674 RGB: (169,150,116)

Color info

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

RGB color model

#A99674 color RGB value is (169,150,116).

RGB: (169,150,116) (66%, 59%, 45%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 116 of 255 = 45%

169
150
116

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

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 116 = 435 (100%)
R 169 of 435 ~ 38.85%
G 150 of 435 ~ 34.48%
B 116 of 435 ~ 26.67'%

%38.85
%34.48
%26.67

CMYK color model

#A99674 color CMYK value is (0,11,31,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 31.36%
  • key color value is 33.73%

CMYK: (0,11,31,34)
C0M11Y31K34 (0%, 11%, 31%, 34%)
(0.00 / 0.11 / 0.31 / 0.34)

CMYK percentages

%0
%11.24
%31.36
%33.73

Codes

Color #A99674 in popluar color models

A9 96 74
RGB 169 150 116
HSL 38° 23.56% 55.88%
HSB/HSV 38° 31.36% 66.27%
CMYK 0.00% 11.24% 31.36%
33.73%

Color #A99674 in popluar number systems.

HEX A9 96 74
Decimal 169 150 116
Binary 10101001 10010110 1110100
Octal 251 226 164

Shades and tints

Shades of #A99674

#A99674
(169,150,116)
#9A896A
(154,137,106)
#8B7C60
(139,124,96)
#7C6F56
(124,111,86)
#6D624C
(109,98,76)
#5E5542
(94,85,66)
#4F4838
(79,72,56)
#403B2E
(64,59,46)
#312E24
(49,46,36)
#22211A
(34,33,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #A99674

#A99674
(169,150,116)
#B09F80
(176,159,128)
#B7A88C
(183,168,140)
#BEB198
(190,177,152)
#C5BAA4
(197,186,164)
#CCC3B0
(204,195,176)
#D3CCBC
(211,204,188)
#DAD5C8
(218,213,200)
#E1DED4
(225,222,212)
#E8E7E0
(232,231,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99674 color. Also use rgb(169,150,116) instead hex code.

Text Font Color

.myTextColor { color: #A99674; }

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

This text font color is #A99674.

Background Color

.myBgColor { background-color: #A99674; }

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

This div background color is #A99674.

Border color

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

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

This div border color is #A99674.

Opacity

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

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

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

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

This text has shadow with #A99674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99674.

Preview

Color preview on black background

This text has color #A99674 on black background.


Color preview on white background

This text has color #A99674 on white background.


Black color preview on #A99674 background

This text has black color on #A99674 background.


White color preview on #A99674 background

This text has white color on #A99674 background.


Related colors

Complementary color

Complementary color for #hex is #56698B.


I love getcolorcode.com

Triadic colors

1 #74A996 and #9674A9 with #A99674 are triadic colors.

2 #7496A9 and #96A974 with #A99674 are triadic colors.