COLOR #A3AA66

HEX: #A3AA66
RGB: (163,170,102)

Color info

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

RGB color model

#A3AA66 color RGB value is (163,170,102).

  • red value is 163;
  • green value is 170;
  • blue value is 102.
RGB:
(163,170,102)
(64%,67%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 102 of 255 = 40%

163
170
102

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

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 102 = 435 (100%)
R 163 of 435 ~ 37.47%
G 170 of 435 ~ 39.08%
B 102 of 435 ~ 23.45%

%37.47
%39.08
%23.45

CMYK color model

#A3AA66 color CMYK value is (4,0,40,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(4,0,40,33)
C4M0Y40K33 
(4%,0%,40%,33%)
(0.04/0.00/0.40/0.33)	

CMYK percentages

%4.12
%0
%40
%33.33

Codes

Color #A3AA66 in popluar color models

A3AA66
RGB163170102
HSL66°28.57%53.33%
HSB/HSV66°40.00%66.67%
CMYK4.12%0.00%40.00%
33.33%

Color #A3AA66 in popluar number systems.

HEXA3AA66
Decimal163170102
Binary10100011101010101100110
Octal243252146

Shades and tints

Shades of #A3AA66

#A3AA66
(163,170,102)
#959B5D
(149,155,93)
#878C54
(135,140,84)
#797D4B
(121,125,75)
#6B6E42
(107,110,66)
#5D5F39
(93,95,57)
#4F5030
(79,80,48)
#414127
(65,65,39)
#33321E
(51,50,30)
#252315
(37,35,21)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #A3AA66

#A3AA66
(163,170,102)
#ABB173
(171,177,115)
#B3B880
(179,184,128)
#BBBF8D
(187,191,141)
#C3C69A
(195,198,154)
#CBCDA7
(203,205,167)
#D3D4B4
(211,212,180)
#DBDBC1
(219,219,193)
#E3E2CE
(227,226,206)
#EBE9DB
(235,233,219)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AA66 color. Also use rgb(163,170,102) instead hex code.

Text Font Color

.myTextColor { color: #A3AA66; }

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

This text font color is #A3AA66.


Background Color

.myBgColor { background-color: #A3AA66; }

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

This div background color is #A3AA66.


Border color

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

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

This div border color is #A3AA66.


Opacity

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

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

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

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

This text has shadow with #A3AA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AA66 on black background.


Color preview on white background

This text has color #A3AA66 on white background.



Black color preview on #A3AA66 background

This text has black color on #A3AA66 background.


White color preview on #A3AA66 background

This text has white color on #A3AA66 background.