COLOR #A4A692

HEX: #A4A692
RGB: (164,166,146)

Color info

#A4A692 contains red, green and blue colors in about the same proportion. Web safe color of #A4A692 is #999999 (or #999).

RGB color model

#A4A692 color RGB value is (164,166,146).

  • red value is 164;
  • green value is 166;
  • blue value is 146.
RGB:
(164,166,146)
(64%,65%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 146 of 255 = 57%

164
166
146

R + G + B ~ 62%. #A4A692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 166 + 146 = 476 (100%)
R 164 of 476 ~ 34.45%
G 166 of 476 ~ 34.87%
B 146 of 476 ~ 30.67%

%34.45
%34.87
%30.67

CMYK color model

#A4A692 color CMYK value is (1,0,12,35).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(1,0,12,35)
C1M0Y12K35 
(1%,0%,12%,35%)
(0.01/0.00/0.12/0.35)	

CMYK percentages

%1.2
%0
%12.05
%34.9

Codes

Color #A4A692 in popluar color models

A4A692
RGB164166146
HSL66°10.10%61.18%
HSB/HSV66°12.05%65.10%
CMYK1.20%0.00%12.05%
34.90%

Color #A4A692 in popluar number systems.

HEXA4A692
Decimal164166146
Binary101001001010011010010010
Octal244246222

Shades and tints

Shades of #A4A692

#A4A692
(164,166,146)
#969785
(150,151,133)
#888878
(136,136,120)
#7A796B
(122,121,107)
#6C6A5E
(108,106,94)
#5E5B51
(94,91,81)
#504C44
(80,76,68)
#423D37
(66,61,55)
#342E2A
(52,46,42)
#261F1D
(38,31,29)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #A4A692

#A4A692
(164,166,146)
#ACAE9B
(172,174,155)
#B4B6A4
(180,182,164)
#BCBEAD
(188,190,173)
#C4C6B6
(196,198,182)
#CCCEBF
(204,206,191)
#D4D6C8
(212,214,200)
#DCDED1
(220,222,209)
#E4E6DA
(228,230,218)
#ECEEE3
(236,238,227)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A692; }

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

This text font color is #A4A692.


Background Color

.myBgColor { background-color: #A4A692; }

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

This div background color is #A4A692.


Border color

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

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

This div border color is #A4A692.


Opacity

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

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

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

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

This text has shadow with #A4A692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A692 on black background.


Color preview on white background

This text has color #A4A692 on white background.



Black color preview on #A4A692 background

This text has black color on #A4A692 background.


White color preview on #A4A692 background

This text has white color on #A4A692 background.