COLOR #A3A551

HEX: #A3A551
RGB: (163,165,81)

Color info

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

RGB color model

#A3A551 color RGB value is (163,165,81).

  • red value is 163;
  • green value is 165;
  • blue value is 81.
RGB:
(163,165,81)
(64%,65%,32%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 81 of 255 = 32%

163
165
81

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

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 81 = 409 (100%)
R 163 of 409 ~ 39.85%
G 165 of 409 ~ 40.34%
B 81 of 409 ~ 19.8%

%39.85
%40.34
%19.8

CMYK color model

#A3A551 color CMYK value is (1,0,51,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 50.91%
  • key color value is 35.29%
CMYK:
(1,0,51,35)
C1M0Y51K35 
(1%,0%,51%,35%)
(0.01/0.00/0.51/0.35)	

CMYK percentages

%1.21
%0
%50.91
%35.29

Codes

Color #A3A551 in popluar color models

A3A551
RGB16316581
HSL61°34.15%48.24%
HSB/HSV61°50.91%64.71%
CMYK1.21%0.00%50.91%
35.29%

Color #A3A551 in popluar number systems.

HEXA3A551
Decimal16316581
Binary10100011101001011010001
Octal243245121

Shades and tints

Shades of #A3A551

#A3A551
(163,165,81)
#95964A
(149,150,74)
#878743
(135,135,67)
#79783C
(121,120,60)
#6B6935
(107,105,53)
#5D5A2E
(93,90,46)
#4F4B27
(79,75,39)
#413C20
(65,60,32)
#332D19
(51,45,25)
#251E12
(37,30,18)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A3A551

#A3A551
(163,165,81)
#ABAD60
(171,173,96)
#B3B56F
(179,181,111)
#BBBD7E
(187,189,126)
#C3C58D
(195,197,141)
#CBCD9C
(203,205,156)
#D3D5AB
(211,213,171)
#DBDDBA
(219,221,186)
#E3E5C9
(227,229,201)
#EBEDD8
(235,237,216)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A551 color. Also use rgb(163,165,81) instead hex code.

Text Font Color

.myTextColor { color: #A3A551; }

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

This text font color is #A3A551.


Background Color

.myBgColor { background-color: #A3A551; }

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

This div background color is #A3A551.


Border color

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

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

This div border color is #A3A551.


Opacity

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

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

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

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

This text has shadow with #A3A551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A551 on black background.


Color preview on white background

This text has color #A3A551 on white background.



Black color preview on #A3A551 background

This text has black color on #A3A551 background.


White color preview on #A3A551 background

This text has white color on #A3A551 background.