COLOR #A4AE75

HEX: #A4AE75
RGB: (164,174,117)

Color info

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

RGB color model

#A4AE75 color RGB value is (164,174,117).

  • red value is 164;
  • green value is 174;
  • blue value is 117.
RGB:
(164,174,117)
(64%,68%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 174 of 255 = 68%
B 117 of 255 = 46%

164
174
117

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

Portions of RGB colors in percentages

R + G + B =
164 + 174 + 117 = 455 (100%)
R 164 of 455 ~ 36.04%
G 174 of 455 ~ 38.24%
B 117 of 455 ~ 25.71%

%36.04
%38.24
%25.71

CMYK color model

#A4AE75 color CMYK value is (6,0,33,32).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%
CMYK:
(6,0,33,32)
C6M0Y33K32 
(6%,0%,33%,32%)
(0.06/0.00/0.33/0.32)	

CMYK percentages

%5.75
%0
%32.76
%31.76

Codes

Color #A4AE75 in popluar color models

A4AE75
RGB164174117
HSL71°26.03%57.06%
HSB/HSV71°32.76%68.24%
CMYK5.75%0.00%32.76%
31.76%

Color #A4AE75 in popluar number systems.

HEXA4AE75
Decimal164174117
Binary10100100101011101110101
Octal244256165

Shades and tints

Shades of #A4AE75

#A4AE75
(164,174,117)
#969F6B
(150,159,107)
#889061
(136,144,97)
#7A8157
(122,129,87)
#6C724D
(108,114,77)
#5E6343
(94,99,67)
#505439
(80,84,57)
#42452F
(66,69,47)
#343625
(52,54,37)
#26271B
(38,39,27)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4AE75

#A4AE75
(164,174,117)
#ACB581
(172,181,129)
#B4BC8D
(180,188,141)
#BCC399
(188,195,153)
#C4CAA5
(196,202,165)
#CCD1B1
(204,209,177)
#D4D8BD
(212,216,189)
#DCDFC9
(220,223,201)
#E4E6D5
(228,230,213)
#ECEDE1
(236,237,225)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AE75 color. Also use rgb(164,174,117) instead hex code.

Text Font Color

.myTextColor { color: #A4AE75; }

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

This text font color is #A4AE75.


Background Color

.myBgColor { background-color: #A4AE75; }

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

This div background color is #A4AE75.


Border color

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

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

This div border color is #A4AE75.


Opacity

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

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

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

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

This text has shadow with #A4AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AE75 on black background.


Color preview on white background

This text has color #A4AE75 on white background.



Black color preview on #A4AE75 background

This text has black color on #A4AE75 background.


White color preview on #A4AE75 background

This text has white color on #A4AE75 background.