COLOR #A2A755

HEX: #A2A755
RGB: (162,167,85)

Color info

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

RGB color model

#A2A755 color RGB value is (162,167,85).

  • red value is 162;
  • green value is 167;
  • blue value is 85.
RGB:
(162,167,85)
(64%,65%,33%)

RGB channels and saturation

R 162 of 255 = 64%
G 167 of 255 = 65%
B 85 of 255 = 33%

162
167
85

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

Portions of RGB colors in percentages

R + G + B =
162 + 167 + 85 = 414 (100%)
R 162 of 414 ~ 39.13%
G 167 of 414 ~ 40.34%
B 85 of 414 ~ 20.53%

%39.13
%40.34
%20.53

CMYK color model

#A2A755 color CMYK value is (3,0,49,35).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 49.10%
  • key color value is 34.51%
CMYK:
(3,0,49,35)
C3M0Y49K35 
(3%,0%,49%,35%)
(0.03/0.00/0.49/0.35)	

CMYK percentages

%2.99
%0
%49.1
%34.51

Codes

Color #A2A755 in popluar color models

A2A755
RGB16216785
HSL64°32.54%49.41%
HSB/HSV64°49.10%65.49%
CMYK2.99%0.00%49.10%
34.51%

Color #A2A755 in popluar number systems.

HEXA2A755
Decimal16216785
Binary10100010101001111010101
Octal242247125

Shades and tints

Shades of #A2A755

#A2A755
(162,167,85)
#94984E
(148,152,78)
#868947
(134,137,71)
#787A40
(120,122,64)
#6A6B39
(106,107,57)
#5C5C32
(92,92,50)
#4E4D2B
(78,77,43)
#403E24
(64,62,36)
#322F1D
(50,47,29)
#242016
(36,32,22)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #A2A755

#A2A755
(162,167,85)
#AAAF64
(170,175,100)
#B2B773
(178,183,115)
#BABF82
(186,191,130)
#C2C791
(194,199,145)
#CACFA0
(202,207,160)
#D2D7AF
(210,215,175)
#DADFBE
(218,223,190)
#E2E7CD
(226,231,205)
#EAEFDC
(234,239,220)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A755 color. Also use rgb(162,167,85) instead hex code.

Text Font Color

.myTextColor { color: #A2A755; }

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

This text font color is #A2A755.


Background Color

.myBgColor { background-color: #A2A755; }

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

This div background color is #A2A755.


Border color

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

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

This div border color is #A2A755.


Opacity

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

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

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

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

This text has shadow with #A2A755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A755 on black background.


Color preview on white background

This text has color #A2A755 on white background.



Black color preview on #A2A755 background

This text has black color on #A2A755 background.


White color preview on #A2A755 background

This text has white color on #A2A755 background.