COLOR #A69464

HEX: #A69464
RGB: (166,148,100)

Color info

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

RGB color model

#A69464 color RGB value is (166,148,100).

  • red value is 166;
  • green value is 148;
  • blue value is 100.
RGB:
(166,148,100)
(65%,58%,39%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 100 of 255 = 39%

166
148
100

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

Portions of RGB colors in percentages

R + G + B =
166 + 148 + 100 = 414 (100%)
R 166 of 414 ~ 40.1%
G 148 of 414 ~ 35.75%
B 100 of 414 ~ 24.15%

%40.1
%35.75
%24.15

CMYK color model

#A69464 color CMYK value is (0,11,40,35).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(0,11,40,35)
C0M11Y40K35 
(0%,11%,40%,35%)
(0.00/0.11/0.40/0.35)	

CMYK percentages

%0
%10.84
%39.76
%34.9

Codes

Color #A69464 in popluar color models

A69464
RGB166148100
HSL44°27.05%52.16%
HSB/HSV44°39.76%65.10%
CMYK0.00%10.84%39.76%
34.90%

Color #A69464 in popluar number systems.

HEXA69464
Decimal166148100
Binary10100110100101001100100
Octal246224144

Shades and tints

Shades of #A69464

#A69464
(166,148,100)
#97875B
(151,135,91)
#887A52
(136,122,82)
#796D49
(121,109,73)
#6A6040
(106,96,64)
#5B5337
(91,83,55)
#4C462E
(76,70,46)
#3D3925
(61,57,37)
#2E2C1C
(46,44,28)
#1F1F13
(31,31,19)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #A69464

#A69464
(166,148,100)
#AE9D72
(174,157,114)
#B6A680
(182,166,128)
#BEAF8E
(190,175,142)
#C6B89C
(198,184,156)
#CEC1AA
(206,193,170)
#D6CAB8
(214,202,184)
#DED3C6
(222,211,198)
#E6DCD4
(230,220,212)
#EEE5E2
(238,229,226)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69464 color. Also use rgb(166,148,100) instead hex code.

Text Font Color

.myTextColor { color: #A69464; }

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

This text font color is #A69464.


Background Color

.myBgColor { background-color: #A69464; }

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

This div background color is #A69464.


Border color

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

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

This div border color is #A69464.


Opacity

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

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

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

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

This text has shadow with #A69464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69464 on black background.


Color preview on white background

This text has color #A69464 on white background.



Black color preview on #A69464 background

This text has black color on #A69464 background.


White color preview on #A69464 background

This text has white color on #A69464 background.