COLOR #A19481

HEX: #A19481 RGB: (161,148,129)

Color info

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

RGB color model

#A19481 color RGB value is (161,148,129).

RGB: (161,148,129) (63%, 58%, 51%)

RGB channels and saturation

R 161 of 255 = 63%
G 148 of 255 = 58%
B 129 of 255 = 51%

161
148
129

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

Portions of RGB colors in percentages

R + G + B = 161 + 148 + 129 = 438 (100%)
R 161 of 438 ~ 36.76%
G 148 of 438 ~ 33.79%
B 129 of 438 ~ 29.45'%

%36.76
%33.79
%29.45

CMYK color model

#A19481 color CMYK value is (0,8,20,37).

  • cyan value is 0.00%
  • magenta value is 8.07%
  • yellow value is 19.88%
  • key color value is 36.86%

CMYK: (0,8,20,37)
C0M8Y20K37 (0%, 8%, 20%, 37%)
(0.00 / 0.08 / 0.20 / 0.37)

CMYK percentages

%0
%8.07
%19.88
%36.86

Codes

Color #A19481 in popluar color models

A1 94 81
RGB 161 148 129
HSL 36° 14.55% 56.86%
HSB/HSV 36° 19.88% 63.14%
CMYK 0.00% 8.07% 19.88%
36.86%

Color #A19481 in popluar number systems.

HEX A1 94 81
Decimal 161 148 129
Binary 10100001 10010100 10000001
Octal 241 224 201

Shades and tints

Shades of #A19481

#A19481
(161,148,129)
#938776
(147,135,118)
#857A6B
(133,122,107)
#776D60
(119,109,96)
#696055
(105,96,85)
#5B534A
(91,83,74)
#4D463F
(77,70,63)
#3F3934
(63,57,52)
#312C29
(49,44,41)
#231F1E
(35,31,30)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A19481

#A19481
(161,148,129)
#A99D8C
(169,157,140)
#B1A697
(177,166,151)
#B9AFA2
(185,175,162)
#C1B8AD
(193,184,173)
#C9C1B8
(201,193,184)
#D1CAC3
(209,202,195)
#D9D3CE
(217,211,206)
#E1DCD9
(225,220,217)
#E9E5E4
(233,229,228)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19481 color. Also use rgb(161,148,129) instead hex code.

Text Font Color

.myTextColor { color: #A19481; }

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

This text font color is #A19481.

Background Color

.myBgColor { background-color: #A19481; }

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

This div background color is #A19481.

Border color

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

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

This div border color is #A19481.

Opacity

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

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

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

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

This text has shadow with #A19481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19481.

Preview

Color preview on black background

This text has color #A19481 on black background.


Color preview on white background

This text has color #A19481 on white background.


Black color preview on #A19481 background

This text has black color on #A19481 background.


White color preview on #A19481 background

This text has white color on #A19481 background.


Related colors

Complementary color

Complementary color for #hex is #5E6B7E.


I love getcolorcode.com

Triadic colors

1 #81A194 and #9481A1 with #A19481 are triadic colors.

2 #8194A1 and #94A181 with #A19481 are triadic colors.