COLOR #A4927A

HEX: #A4927A RGB: (164,146,122)

Color info

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

RGB color model

#A4927A color RGB value is (164,146,122).

RGB: (164,146,122) (64%, 57%, 48%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 122 of 255 = 48%

164
146
122

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

Portions of RGB colors in percentages

R + G + B = 164 + 146 + 122 = 432 (100%)
R 164 of 432 ~ 37.96%
G 146 of 432 ~ 33.8%
B 122 of 432 ~ 28.24'%

%37.96
%33.8
%28.24

CMYK color model

#A4927A color CMYK value is (0,11,26,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 25.61%
  • key color value is 35.69%

CMYK: (0,11,26,36)
C0M11Y26K36 (0%, 11%, 26%, 36%)
(0.00 / 0.11 / 0.26 / 0.36)

CMYK percentages

%0
%10.98
%25.61
%35.69

Codes

Color #A4927A in popluar color models

A4 92 7A
RGB 164 146 122
HSL 34° 18.75% 56.08%
HSB/HSV 34° 25.61% 64.31%
CMYK 0.00% 10.98% 25.61%
35.69%

Color #A4927A in popluar number systems.

HEX A4 92 7A
Decimal 164 146 122
Binary 10100100 10010010 1111010
Octal 244 222 172

Shades and tints

Shades of #A4927A

#A4927A
(164,146,122)
#96856F
(150,133,111)
#887864
(136,120,100)
#7A6B59
(122,107,89)
#6C5E4E
(108,94,78)
#5E5143
(94,81,67)
#504438
(80,68,56)
#42372D
(66,55,45)
#342A22
(52,42,34)
#261D17
(38,29,23)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #A4927A

#A4927A
(164,146,122)
#AC9B86
(172,155,134)
#B4A492
(180,164,146)
#BCAD9E
(188,173,158)
#C4B6AA
(196,182,170)
#CCBFB6
(204,191,182)
#D4C8C2
(212,200,194)
#DCD1CE
(220,209,206)
#E4DADA
(228,218,218)
#ECE3E6
(236,227,230)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4927A color. Also use rgb(164,146,122) instead hex code.

Text Font Color

.myTextColor { color: #A4927A; }

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

This text font color is #A4927A.

Background Color

.myBgColor { background-color: #A4927A; }

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

This div background color is #A4927A.

Border color

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

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

This div border color is #A4927A.

Opacity

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

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

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

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

This text has shadow with #A4927A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4927A.

Preview

Color preview on black background

This text has color #A4927A on black background.


Color preview on white background

This text has color #A4927A on white background.


Black color preview on #A4927A background

This text has black color on #A4927A background.


White color preview on #A4927A background

This text has white color on #A4927A background.


Related colors

Complementary color

Complementary color for #hex is #5B6D85.


I love getcolorcode.com

Triadic colors

1 #7AA492 and #927AA4 with #A4927A are triadic colors.

2 #7A92A4 and #92A47A with #A4927A are triadic colors.