COLOR #A29F29

HEX: #A29F29
RGB: (162,159,41)

Color info

#A29F29 contains mainly red and green colors. Web safe color of #A29F29 is #999933 (or #993).

RGB color model

#A29F29 color RGB value is (162,159,41).

  • red value is 162;
  • green value is 159;
  • blue value is 41.
RGB:
(162,159,41)
(64%,62%,16%)

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 41 of 255 = 16%

162
159
41

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

Portions of RGB colors in percentages

R + G + B =
162 + 159 + 41 = 362 (100%)
R 162 of 362 ~ 44.75%
G 159 of 362 ~ 43.92%
B 41 of 362 ~ 11.33%

%44.75
%43.92
%11.33

CMYK color model

#A29F29 color CMYK value is (0,2,75,36).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 74.69%
  • key color value is 36.47%
CMYK:
(0,2,75,36)
C0M2Y75K36 
(0%,2%,75%,36%)
(0.00/0.02/0.75/0.36)	

CMYK percentages

%0
%1.85
%74.69
%36.47

Codes

Color #A29F29 in popluar color models

A29F29
RGB16215941
HSL59°59.61%39.80%
HSB/HSV59°74.69%63.53%
CMYK0.00%1.85%74.69%
36.47%

Color #A29F29 in popluar number systems.

HEXA29F29
Decimal16215941
Binary1010001010011111101001
Octal24223751

Shades and tints

Shades of #A29F29

#A29F29
(162,159,41)
#949126
(148,145,38)
#868323
(134,131,35)
#787520
(120,117,32)
#6A671D
(106,103,29)
#5C591A
(92,89,26)
#4E4B17
(78,75,23)
#403D14
(64,61,20)
#322F11
(50,47,17)
#24210E
(36,33,14)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #A29F29

#A29F29
(162,159,41)
#AAA73C
(170,167,60)
#B2AF4F
(178,175,79)
#BAB762
(186,183,98)
#C2BF75
(194,191,117)
#CAC788
(202,199,136)
#D2CF9B
(210,207,155)
#DAD7AE
(218,215,174)
#E2DFC1
(226,223,193)
#EAE7D4
(234,231,212)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29F29 color. Also use rgb(162,159,41) instead hex code.

Text Font Color

.myTextColor { color: #A29F29; }

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

This text font color is #A29F29.


Background Color

.myBgColor { background-color: #A29F29; }

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

This div background color is #A29F29.


Border color

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

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

This div border color is #A29F29.


Opacity

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

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

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

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

This text has shadow with #A29F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29F29 on black background.


Color preview on white background

This text has color #A29F29 on white background.



Black color preview on #A29F29 background

This text has black color on #A29F29 background.


White color preview on #A29F29 background

This text has white color on #A29F29 background.