COLOR #A29978

HEX: #A29978 RGB: (162,153,120)

Color info

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

RGB color model

#A29978 color RGB value is (162,153,120).

RGB: (162,153,120) (64%, 60%, 47%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 120 of 255 = 47%

162
153
120

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

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 120 = 435 (100%)
R 162 of 435 ~ 37.24%
G 153 of 435 ~ 35.17%
B 120 of 435 ~ 27.59'%

%37.24
%35.17
%27.59

CMYK color model

#A29978 color CMYK value is (0,6,26,36).

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

CMYK: (0,6,26,36)
C0M6Y26K36 (0%, 6%, 26%, 36%)
(0.00 / 0.06 / 0.26 / 0.36)

CMYK percentages

%0
%5.56
%25.93
%36.47

Codes

Color #A29978 in popluar color models

A2 99 78
RGB 162 153 120
HSL 47° 18.42% 55.29%
HSB/HSV 47° 25.93% 63.53%
CMYK 0.00% 5.56% 25.93%
36.47%

Color #A29978 in popluar number systems.

HEX A2 99 78
Decimal 162 153 120
Binary 10100010 10011001 1111000
Octal 242 231 170

Shades and tints

Shades of #A29978

#A29978
(162,153,120)
#948C6E
(148,140,110)
#867F64
(134,127,100)
#78725A
(120,114,90)
#6A6550
(106,101,80)
#5C5846
(92,88,70)
#4E4B3C
(78,75,60)
#403E32
(64,62,50)
#323128
(50,49,40)
#24241E
(36,36,30)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #A29978

#A29978
(162,153,120)
#AAA284
(170,162,132)
#B2AB90
(178,171,144)
#BAB49C
(186,180,156)
#C2BDA8
(194,189,168)
#CAC6B4
(202,198,180)
#D2CFC0
(210,207,192)
#DAD8CC
(218,216,204)
#E2E1D8
(226,225,216)
#EAEAE4
(234,234,228)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29978; }

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

This text font color is #A29978.

Background Color

.myBgColor { background-color: #A29978; }

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

This div background color is #A29978.

Border color

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

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

This div border color is #A29978.

Opacity

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

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

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

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

This text has shadow with #A29978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29978.

Preview

Color preview on black background

This text has color #A29978 on black background.


Color preview on white background

This text has color #A29978 on white background.


Black color preview on #A29978 background

This text has black color on #A29978 background.


White color preview on #A29978 background

This text has white color on #A29978 background.


Related colors

Complementary color

Complementary color for #hex is #5D6687.


I love getcolorcode.com

Triadic colors

1 #78A299 and #9978A2 with #A29978 are triadic colors.

2 #7899A2 and #99A278 with #A29978 are triadic colors.