COLOR #A8A44D

HEX: #A8A44D
RGB: (168,164,77)

Color info

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

RGB color model

#A8A44D color RGB value is (168,164,77).

  • red value is 168;
  • green value is 164;
  • blue value is 77.
RGB:
(168,164,77)
(66%,64%,30%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 77 of 255 = 30%

168
164
77

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

Portions of RGB colors in percentages

R + G + B =
168 + 164 + 77 = 409 (100%)
R 168 of 409 ~ 41.08%
G 164 of 409 ~ 40.1%
B 77 of 409 ~ 18.83%

%41.08
%40.1
%18.83

CMYK color model

#A8A44D color CMYK value is (0,2,54,34).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 54.17%
  • key color value is 34.12%
CMYK:
(0,2,54,34)
C0M2Y54K34 
(0%,2%,54%,34%)
(0.00/0.02/0.54/0.34)	

CMYK percentages

%0
%2.38
%54.17
%34.12

Codes

Color #A8A44D in popluar color models

A8A44D
RGB16816477
HSL57°37.14%48.04%
HSB/HSV57°54.17%65.88%
CMYK0.00%2.38%54.17%
34.12%

Color #A8A44D in popluar number systems.

HEXA8A44D
Decimal16816477
Binary10101000101001001001101
Octal250244115

Shades and tints

Shades of #A8A44D

#A8A44D
(168,164,77)
#999646
(153,150,70)
#8A883F
(138,136,63)
#7B7A38
(123,122,56)
#6C6C31
(108,108,49)
#5D5E2A
(93,94,42)
#4E5023
(78,80,35)
#3F421C
(63,66,28)
#303415
(48,52,21)
#21260E
(33,38,14)
#121807
(18,24,7)
#000000
(0,0,0)

Tints of #A8A44D

#A8A44D
(168,164,77)
#AFAC5D
(175,172,93)
#B6B46D
(182,180,109)
#BDBC7D
(189,188,125)
#C4C48D
(196,196,141)
#CBCC9D
(203,204,157)
#D2D4AD
(210,212,173)
#D9DCBD
(217,220,189)
#E0E4CD
(224,228,205)
#E7ECDD
(231,236,221)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A44D color. Also use rgb(168,164,77) instead hex code.

Text Font Color

.myTextColor { color: #A8A44D; }

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

This text font color is #A8A44D.


Background Color

.myBgColor { background-color: #A8A44D; }

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

This div background color is #A8A44D.


Border color

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

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

This div border color is #A8A44D.


Opacity

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

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

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

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

This text has shadow with #A8A44D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A44D on black background.


Color preview on white background

This text has color #A8A44D on white background.



Black color preview on #A8A44D background

This text has black color on #A8A44D background.


White color preview on #A8A44D background

This text has white color on #A8A44D background.