COLOR #A1774B

HEX: #A1774B RGB: (161,119,75)

Color info

#A1774B contains mainly red and green colors. Web safe color of #A1774B is #996633 (or #963).

RGB color model

#A1774B color RGB value is (161,119,75).

RGB: (161,119,75) (63%, 47%, 29%)

RGB channels and saturation

R 161 of 255 = 63%
G 119 of 255 = 47%
B 75 of 255 = 29%

161
119
75

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

Portions of RGB colors in percentages

R + G + B = 161 + 119 + 75 = 355 (100%)
R 161 of 355 ~ 45.35%
G 119 of 355 ~ 33.52%
B 75 of 355 ~ 21.13'%

%45.35
%33.52
%21.13

CMYK color model

#A1774B color CMYK value is (0,26,53,37).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 53.42%
  • key color value is 36.86%

CMYK: (0,26,53,37)
C0M26Y53K37 (0%, 26%, 53%, 37%)
(0.00 / 0.26 / 0.53 / 0.37)

CMYK percentages

%0
%26.09
%53.42
%36.86

Codes

Color #A1774B in popluar color models

A1 77 4B
RGB 161 119 75
HSL 31° 36.44% 46.27%
HSB/HSV 31° 53.42% 63.14%
CMYK 0.00% 26.09% 53.42%
36.86%

Color #A1774B in popluar number systems.

HEX A1 77 4B
Decimal 161 119 75
Binary 10100001 1110111 1001011
Octal 241 167 113

Shades and tints

Shades of #A1774B

#A1774B
(161,119,75)
#936D45
(147,109,69)
#85633F
(133,99,63)
#775939
(119,89,57)
#694F33
(105,79,51)
#5B452D
(91,69,45)
#4D3B27
(77,59,39)
#3F3121
(63,49,33)
#31271B
(49,39,27)
#231D15
(35,29,21)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1774B

#A1774B
(161,119,75)
#A9835B
(169,131,91)
#B18F6B
(177,143,107)
#B99B7B
(185,155,123)
#C1A78B
(193,167,139)
#C9B39B
(201,179,155)
#D1BFAB
(209,191,171)
#D9CBBB
(217,203,187)
#E1D7CB
(225,215,203)
#E9E3DB
(233,227,219)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1774B color. Also use rgb(161,119,75) instead hex code.

Text Font Color

.myTextColor { color: #A1774B; }

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

This text font color is #A1774B.

Background Color

.myBgColor { background-color: #A1774B; }

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

This div background color is #A1774B.

Border color

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

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

This div border color is #A1774B.

Opacity

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

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

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

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

This text has shadow with #A1774B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1774B.

Preview

Color preview on black background

This text has color #A1774B on black background.


Color preview on white background

This text has color #A1774B on white background.


Black color preview on #A1774B background

This text has black color on #A1774B background.


White color preview on #A1774B background

This text has white color on #A1774B background.


Related colors

Complementary color

Complementary color for #hex is #5E88B4.


I love getcolorcode.com

Triadic colors

1 #4BA177 and #774BA1 with #A1774B are triadic colors.

2 #4B77A1 and #77A14B with #A1774B are triadic colors.