COLOR #A0A481

HEX: #A0A481 RGB: (160,164,129)

Color info

#A0A481 contains red, green and blue colors in about the same proportion. Web safe color of #A0A481 is #999999 (or #999).

RGB color model

#A0A481 color RGB value is (160,164,129).

RGB: (160,164,129) (63%, 64%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 164 of 255 = 64%
B 129 of 255 = 51%

160
164
129

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

Portions of RGB colors in percentages

R + G + B = 160 + 164 + 129 = 453 (100%)
R 160 of 453 ~ 35.32%
G 164 of 453 ~ 36.2%
B 129 of 453 ~ 28.48'%

%35.32
%36.2
%28.48

CMYK color model

#A0A481 color CMYK value is (2,0,21,36).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK: (2,0,21,36) C2M0Y21K36 (2%,0%,21%,36%) (0.02/0.00/0.21/0.36) 

CMYK percentages

%2.44
%0
%21.34
%35.69

Codes

Color #A0A481 in popluar color models

A0 A4 81
RGB 160 164 129
HSL 67° 16.13% 57.45%
HSB/HSV 67° 21.34% 64.31%
CMYK 2.44% 0.00% 21.34%
35.69%

Color #A0A481 in popluar number systems.

HEX A0 A4 81
Decimal 160 164 129
Binary 10100000 10100100 10000001
Octal 240 244 201

Shades and tints

Shades of #A0A481

#A0A481
(160,164,129)
#929676
(146,150,118)
#84886B
(132,136,107)
#767A60
(118,122,96)
#686C55
(104,108,85)
#5A5E4A
(90,94,74)
#4C503F
(76,80,63)
#3E4234
(62,66,52)
#303429
(48,52,41)
#22261E
(34,38,30)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #A0A481

#A0A481
(160,164,129)
#A8AC8C
(168,172,140)
#B0B497
(176,180,151)
#B8BCA2
(184,188,162)
#C0C4AD
(192,196,173)
#C8CCB8
(200,204,184)
#D0D4C3
(208,212,195)
#D8DCCE
(216,220,206)
#E0E4D9
(224,228,217)
#E8ECE4
(232,236,228)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A481 color. Also use rgb(160,164,129) instead hex code.

Text Font Color

.myTextColor { color: #A0A481; }

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

This text font color is #A0A481.

Background Color

.myBgColor { background-color: #A0A481; }

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

This div background color is #A0A481.

Border color

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

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

This div border color is #A0A481.

Opacity

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

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

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

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

This text has shadow with #A0A481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A481.

Preview

Color preview on black background

This text has color #A0A481 on black background.


Color preview on white background

This text has color #A0A481 on white background.


Black color preview on #A0A481 background

This text has black color on #A0A481 background.


White color preview on #A0A481 background

This text has white color on #A0A481 background.


Related colors

Complementary color

Complementary color for #hex is #5F5B7E.


I love getcolorcode.com

Triadic colors

1 #81A0A4 and #A481A0 with #A0A481 are triadic colors.

2 #81A4A0 and #A4A081 with #A0A481 are triadic colors.