COLOR #A2A163

HEX: #A2A163
RGB: (162,161,99)

Color info

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

RGB color model

#A2A163 color RGB value is (162,161,99).

  • red value is 162;
  • green value is 161;
  • blue value is 99.
RGB:
(162,161,99)
(64%,63%,39%)

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 99 of 255 = 39%

162
161
99

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

Portions of RGB colors in percentages

R + G + B =
162 + 161 + 99 = 422 (100%)
R 162 of 422 ~ 38.39%
G 161 of 422 ~ 38.15%
B 99 of 422 ~ 23.46%

%38.39
%38.15
%23.46

CMYK color model

#A2A163 color CMYK value is (0,1,39,36).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK:
(0,1,39,36)
C0M1Y39K36 
(0%,1%,39%,36%)
(0.00/0.01/0.39/0.36)	

CMYK percentages

%0
%0.62
%38.89
%36.47

Codes

Color #A2A163 in popluar color models

A2A163
RGB16216199
HSL59°25.30%51.18%
HSB/HSV59°38.89%63.53%
CMYK0.00%0.62%38.89%
36.47%

Color #A2A163 in popluar number systems.

HEXA2A163
Decimal16216199
Binary10100010101000011100011
Octal242241143

Shades and tints

Shades of #A2A163

#A2A163
(162,161,99)
#94935A
(148,147,90)
#868551
(134,133,81)
#787748
(120,119,72)
#6A693F
(106,105,63)
#5C5B36
(92,91,54)
#4E4D2D
(78,77,45)
#403F24
(64,63,36)
#32311B
(50,49,27)
#242312
(36,35,18)
#161509
(22,21,9)
#000000
(0,0,0)

Tints of #A2A163

#A2A163
(162,161,99)
#AAA971
(170,169,113)
#B2B17F
(178,177,127)
#BAB98D
(186,185,141)
#C2C19B
(194,193,155)
#CAC9A9
(202,201,169)
#D2D1B7
(210,209,183)
#DAD9C5
(218,217,197)
#E2E1D3
(226,225,211)
#EAE9E1
(234,233,225)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A163 color. Also use rgb(162,161,99) instead hex code.

Text Font Color

.myTextColor { color: #A2A163; }

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

This text font color is #A2A163.


Background Color

.myBgColor { background-color: #A2A163; }

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

This div background color is #A2A163.


Border color

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

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

This div border color is #A2A163.


Opacity

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

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

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

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

This text has shadow with #A2A163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A163 on black background.


Color preview on white background

This text has color #A2A163 on white background.



Black color preview on #A2A163 background

This text has black color on #A2A163 background.


White color preview on #A2A163 background

This text has white color on #A2A163 background.