COLOR #A29950

HEX: #A29950 RGB: (162,153,80)

Color info

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

RGB color model

#A29950 color RGB value is (162,153,80).

RGB: (162,153,80) (64%, 60%, 31%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 80 of 255 = 31%

162
153
80

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

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 80 = 395 (100%)
R 162 of 395 ~ 41.01%
G 153 of 395 ~ 38.73%
B 80 of 395 ~ 20.25'%

%41.01
%38.73
%20.25

CMYK color model

#A29950 color CMYK value is (0,6,51,36).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 50.62%
  • key color value is 36.47%

CMYK: (0,6,51,36)
C0M6Y51K36 (0%, 6%, 51%, 36%)
(0.00 / 0.06 / 0.51 / 0.36)

CMYK percentages

%0
%5.56
%50.62
%36.47

Codes

Color #A29950 in popluar color models

A2 99 50
RGB 162 153 80
HSL 53° 33.88% 47.45%
HSB/HSV 53° 50.62% 63.53%
CMYK 0.00% 5.56% 50.62%
36.47%

Color #A29950 in popluar number systems.

HEX A2 99 50
Decimal 162 153 80
Binary 10100010 10011001 1010000
Octal 242 231 120

Shades and tints

Shades of #A29950

#A29950
(162,153,80)
#948C49
(148,140,73)
#867F42
(134,127,66)
#78723B
(120,114,59)
#6A6534
(106,101,52)
#5C582D
(92,88,45)
#4E4B26
(78,75,38)
#403E1F
(64,62,31)
#323118
(50,49,24)
#242411
(36,36,17)
#16170A
(22,23,10)
#000000
(0,0,0)

Tints of #A29950

#A29950
(162,153,80)
#AAA25F
(170,162,95)
#B2AB6E
(178,171,110)
#BAB47D
(186,180,125)
#C2BD8C
(194,189,140)
#CAC69B
(202,198,155)
#D2CFAA
(210,207,170)
#DAD8B9
(218,216,185)
#E2E1C8
(226,225,200)
#EAEAD7
(234,234,215)
#F2F3E6
(242,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29950 color. Also use rgb(162,153,80) instead hex code.

Text Font Color

.myTextColor { color: #A29950; }

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

This text font color is #A29950.

Background Color

.myBgColor { background-color: #A29950; }

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

This div background color is #A29950.

Border color

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

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

This div border color is #A29950.

Opacity

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

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

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

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

This text has shadow with #A29950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29950.

Preview

Color preview on black background

This text has color #A29950 on black background.


Color preview on white background

This text has color #A29950 on white background.


Black color preview on #A29950 background

This text has black color on #A29950 background.


White color preview on #A29950 background

This text has white color on #A29950 background.


Related colors

Complementary color

Complementary color for #hex is #5D66AF.


I love getcolorcode.com

Triadic colors

1 #50A299 and #9950A2 with #A29950 are triadic colors.

2 #5099A2 and #99A250 with #A29950 are triadic colors.