COLOR #A0B481

HEX: #A0B481 RGB: (160,180,129)

Color info

#A0B481 contains red, green and blue colors in about the same proportion. Web safe color of #A0B481 is #99CC99 (or #9C9).

RGB color model

#A0B481 color RGB value is (160,180,129).

RGB: (160,180,129) (63%, 71%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 129 of 255 = 51%

160
180
129

R + G + B ~ 62%. #A0B481 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 180 + 129 = 469 (100%)
R 160 of 469 ~ 34.12%
G 180 of 469 ~ 38.38%
B 129 of 469 ~ 27.51'%

%34.12
%38.38
%27.51

CMYK color model

#A0B481 color CMYK value is (11,0,28,29).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 29.41%

CMYK: (11,0,28,29)
C11M0Y28K29 (11%, 0%, 28%, 29%)
(0.11 / 0.00 / 0.28 / 0.29)

CMYK percentages

%11.11
%0
%28.33
%29.41

Codes

Color #A0B481 in popluar color models

A0 B4 81
RGB 160 180 129
HSL 84° 25.37% 60.59%
HSB/HSV 84° 28.33% 70.59%
CMYK 11.11% 0.00% 28.33%
29.41%

Color #A0B481 in popluar number systems.

HEX A0 B4 81
Decimal 160 180 129
Binary 10100000 10110100 10000001
Octal 240 264 201

Shades and tints

Shades of #A0B481

#A0B481
(160,180,129)
#92A476
(146,164,118)
#84946B
(132,148,107)
#768460
(118,132,96)
#687455
(104,116,85)
#5A644A
(90,100,74)
#4C543F
(76,84,63)
#3E4434
(62,68,52)
#303429
(48,52,41)
#22241E
(34,36,30)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0B481

#A0B481
(160,180,129)
#A8BA8C
(168,186,140)
#B0C097
(176,192,151)
#B8C6A2
(184,198,162)
#C0CCAD
(192,204,173)
#C8D2B8
(200,210,184)
#D0D8C3
(208,216,195)
#D8DECE
(216,222,206)
#E0E4D9
(224,228,217)
#E8EAE4
(232,234,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B481; }

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

This text font color is #A0B481.

Background Color

.myBgColor { background-color: #A0B481; }

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

This div background color is #A0B481.

Border color

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

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

This div border color is #A0B481.

Opacity

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

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

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

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

This text has shadow with #A0B481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B481.

Preview

Color preview on black background

This text has color #A0B481 on black background.


Color preview on white background

This text has color #A0B481 on white background.


Black color preview on #A0B481 background

This text has black color on #A0B481 background.


White color preview on #A0B481 background

This text has white color on #A0B481 background.


Related colors

Complementary color

Complementary color for #hex is #5F4B7E.


I love getcolorcode.com

Triadic colors

1 #81A0B4 and #B481A0 with #A0B481 are triadic colors.

2 #81B4A0 and #B4A081 with #A0B481 are triadic colors.