COLOR #A1A750

HEX: #A1A750
RGB: (161,167,80)

Color info

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

RGB color model

#A1A750 color RGB value is (161,167,80).

  • red value is 161;
  • green value is 167;
  • blue value is 80.
RGB:
(161,167,80)
(63%,65%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 80 of 255 = 31%

161
167
80

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

Portions of RGB colors in percentages

R + G + B =
161 + 167 + 80 = 408 (100%)
R 161 of 408 ~ 39.46%
G 167 of 408 ~ 40.93%
B 80 of 408 ~ 19.61%

%39.46
%40.93
%19.61

CMYK color model

#A1A750 color CMYK value is (4,0,52,35).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 52.10%
  • key color value is 34.51%
CMYK:
(4,0,52,35)
C4M0Y52K35 
(4%,0%,52%,35%)
(0.04/0.00/0.52/0.35)	

CMYK percentages

%3.59
%0
%52.1
%34.51

Codes

Color #A1A750 in popluar color models

A1A750
RGB16116780
HSL64°35.22%48.43%
HSB/HSV64°52.10%65.49%
CMYK3.59%0.00%52.10%
34.51%

Color #A1A750 in popluar number systems.

HEXA1A750
Decimal16116780
Binary10100001101001111010000
Octal241247120

Shades and tints

Shades of #A1A750

#A1A750
(161,167,80)
#939849
(147,152,73)
#858942
(133,137,66)
#777A3B
(119,122,59)
#696B34
(105,107,52)
#5B5C2D
(91,92,45)
#4D4D26
(77,77,38)
#3F3E1F
(63,62,31)
#312F18
(49,47,24)
#232011
(35,32,17)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #A1A750

#A1A750
(161,167,80)
#A9AF5F
(169,175,95)
#B1B76E
(177,183,110)
#B9BF7D
(185,191,125)
#C1C78C
(193,199,140)
#C9CF9B
(201,207,155)
#D1D7AA
(209,215,170)
#D9DFB9
(217,223,185)
#E1E7C8
(225,231,200)
#E9EFD7
(233,239,215)
#F1F7E6
(241,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A750 color. Also use rgb(161,167,80) instead hex code.

Text Font Color

.myTextColor { color: #A1A750; }

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

This text font color is #A1A750.


Background Color

.myBgColor { background-color: #A1A750; }

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

This div background color is #A1A750.


Border color

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

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

This div border color is #A1A750.


Opacity

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

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

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

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

This text has shadow with #A1A750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A750 on black background.


Color preview on white background

This text has color #A1A750 on white background.



Black color preview on #A1A750 background

This text has black color on #A1A750 background.


White color preview on #A1A750 background

This text has white color on #A1A750 background.