COLOR #A4968A

HEX: #A4968A
RGB: (164,150,138)

Color info

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

RGB color model

#A4968A color RGB value is (164,150,138).

  • red value is 164;
  • green value is 150;
  • blue value is 138.
RGB:
(164,150,138)
(64%,59%,54%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 138 of 255 = 54%

164
150
138

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 138 = 452 (100%)
R 164 of 452 ~ 36.28%
G 150 of 452 ~ 33.19%
B 138 of 452 ~ 30.53%

%36.28
%33.19
%30.53

CMYK color model

#A4968A color CMYK value is (0,9,16,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 15.85%
  • key color value is 35.69%
CMYK:
(0,9,16,36)
C0M9Y16K36 
(0%,9%,16%,36%)
(0.00/0.09/0.16/0.36)	

CMYK percentages

%0
%8.54
%15.85
%35.69

Codes

Color #A4968A in popluar color models

A4968A
RGB164150138
HSL28°12.50%59.22%
HSB/HSV28°15.85%64.31%
CMYK0.00%8.54%15.85%
35.69%

Color #A4968A in popluar number systems.

HEXA4968A
Decimal164150138
Binary101001001001011010001010
Octal244226212

Shades and tints

Shades of #A4968A

#A4968A
(164,150,138)
#96897E
(150,137,126)
#887C72
(136,124,114)
#7A6F66
(122,111,102)
#6C625A
(108,98,90)
#5E554E
(94,85,78)
#504842
(80,72,66)
#423B36
(66,59,54)
#342E2A
(52,46,42)
#26211E
(38,33,30)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4968A

#A4968A
(164,150,138)
#AC9F94
(172,159,148)
#B4A89E
(180,168,158)
#BCB1A8
(188,177,168)
#C4BAB2
(196,186,178)
#CCC3BC
(204,195,188)
#D4CCC6
(212,204,198)
#DCD5D0
(220,213,208)
#E4DEDA
(228,222,218)
#ECE7E4
(236,231,228)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4968A color. Also use rgb(164,150,138) instead hex code.

Text Font Color

.myTextColor { color: #A4968A; }

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

This text font color is #A4968A.


Background Color

.myBgColor { background-color: #A4968A; }

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

This div background color is #A4968A.


Border color

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

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

This div border color is #A4968A.


Opacity

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

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

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

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

This text has shadow with #A4968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4968A on black background.


Color preview on white background

This text has color #A4968A on white background.



Black color preview on #A4968A background

This text has black color on #A4968A background.


White color preview on #A4968A background

This text has white color on #A4968A background.