COLOR #A19B7D

HEX: #A19B7D
RGB: (161,155,125)

Color info

#A19B7D contains red, green and blue colors in about the same proportion. Web safe color of #A19B7D is #999966 (or #996).

RGB color model

#A19B7D color RGB value is (161,155,125).

  • red value is 161;
  • green value is 155;
  • blue value is 125.
RGB:
(161,155,125)
(63%,61%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 125 of 255 = 49%

161
155
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 155 + 125 = 441 (100%)
R 161 of 441 ~ 36.51%
G 155 of 441 ~ 35.15%
B 125 of 441 ~ 28.34%

%36.51
%35.15
%28.34

CMYK color model

#A19B7D color CMYK value is (0,4,22,37).

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,4,22,37)
C0M4Y22K37 
(0%,4%,22%,37%)
(0.00/0.04/0.22/0.37)	

CMYK percentages

%0
%3.73
%22.36
%36.86

Codes

Color #A19B7D in popluar color models

A19B7D
RGB161155125
HSL50°16.07%56.08%
HSB/HSV50°22.36%63.14%
CMYK0.00%3.73%22.36%
36.86%

Color #A19B7D in popluar number systems.

HEXA19B7D
Decimal161155125
Binary10100001100110111111101
Octal241233175

Shades and tints

Shades of #A19B7D

#A19B7D
(161,155,125)
#938D72
(147,141,114)
#857F67
(133,127,103)
#77715C
(119,113,92)
#696351
(105,99,81)
#5B5546
(91,85,70)
#4D473B
(77,71,59)
#3F3930
(63,57,48)
#312B25
(49,43,37)
#231D1A
(35,29,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #A19B7D

#A19B7D
(161,155,125)
#A9A488
(169,164,136)
#B1AD93
(177,173,147)
#B9B69E
(185,182,158)
#C1BFA9
(193,191,169)
#C9C8B4
(201,200,180)
#D1D1BF
(209,209,191)
#D9DACA
(217,218,202)
#E1E3D5
(225,227,213)
#E9ECE0
(233,236,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19B7D color. Also use rgb(161,155,125) instead hex code.

Text Font Color

.myTextColor { color: #A19B7D; }

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

This text font color is #A19B7D.


Background Color

.myBgColor { background-color: #A19B7D; }

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

This div background color is #A19B7D.


Border color

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

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

This div border color is #A19B7D.


Opacity

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

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

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

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

This text has shadow with #A19B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19B7D on black background.


Color preview on white background

This text has color #A19B7D on white background.



Black color preview on #A19B7D background

This text has black color on #A19B7D background.


White color preview on #A19B7D background

This text has white color on #A19B7D background.