COLOR #A4995A

HEX: #A4995A
RGB: (164,153,90)

Color info

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

RGB color model

#A4995A color RGB value is (164,153,90).

  • red value is 164;
  • green value is 153;
  • blue value is 90.
RGB:
(164,153,90)
(64%,60%,35%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 90 of 255 = 35%

164
153
90

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

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 90 = 407 (100%)
R 164 of 407 ~ 40.29%
G 153 of 407 ~ 37.59%
B 90 of 407 ~ 22.11%

%40.29
%37.59
%22.11

CMYK color model

#A4995A color CMYK value is (0,7,45,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 45.12%
  • key color value is 35.69%
CMYK:
(0,7,45,36)
C0M7Y45K36 
(0%,7%,45%,36%)
(0.00/0.07/0.45/0.36)	

CMYK percentages

%0
%6.71
%45.12
%35.69

Codes

Color #A4995A in popluar color models

A4995A
RGB16415390
HSL51°29.13%49.80%
HSB/HSV51°45.12%64.31%
CMYK0.00%6.71%45.12%
35.69%

Color #A4995A in popluar number systems.

HEXA4995A
Decimal16415390
Binary10100100100110011011010
Octal244231132

Shades and tints

Shades of #A4995A

#A4995A
(164,153,90)
#968C52
(150,140,82)
#887F4A
(136,127,74)
#7A7242
(122,114,66)
#6C653A
(108,101,58)
#5E5832
(94,88,50)
#504B2A
(80,75,42)
#423E22
(66,62,34)
#34311A
(52,49,26)
#262412
(38,36,18)
#18170A
(24,23,10)
#000000
(0,0,0)

Tints of #A4995A

#A4995A
(164,153,90)
#ACA269
(172,162,105)
#B4AB78
(180,171,120)
#BCB487
(188,180,135)
#C4BD96
(196,189,150)
#CCC6A5
(204,198,165)
#D4CFB4
(212,207,180)
#DCD8C3
(220,216,195)
#E4E1D2
(228,225,210)
#ECEAE1
(236,234,225)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4995A color. Also use rgb(164,153,90) instead hex code.

Text Font Color

.myTextColor { color: #A4995A; }

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

This text font color is #A4995A.


Background Color

.myBgColor { background-color: #A4995A; }

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

This div background color is #A4995A.


Border color

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

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

This div border color is #A4995A.


Opacity

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

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

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

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

This text has shadow with #A4995A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4995A on black background.


Color preview on white background

This text has color #A4995A on white background.



Black color preview on #A4995A background

This text has black color on #A4995A background.


White color preview on #A4995A background

This text has white color on #A4995A background.